Home Download Help Forum Resources Extensions FAQ NetLogo Publications Contact Us Donate Models: Library Community Modeling Commons Beginners Interactive NetLogo Dictionary (BIND) NetLogo Dictionary User Manuals: Web Printable Chinese Czech Farsi / Persian Japanese Spanish
|
NetLogo User Community Models(back to the NetLogo User Community Models)
## Transaction Costs in Financial Market
## WHAT IS IT?
Spišák, M. and Šperka, R. (2014): Transaction Costs in Financial Market. Netlogo v. 5.01 simulation.
## HOW IT WORKS
The base model developed by Frank Westerhoff (Westerhoff, 2009) was chosen for the implementation. It is an agent-based model, which simulates the financial market. Two base types of traders are represented by agents:
* fundamental traders, whose reactions are based on fundamental analysis - they believe that asset prices in long term approximate their fundamental price - they buy assets when the price is under fundamental value
Price changes are reflecting current demand excess. This excess is expressing the orders amount submitted by technical and fundamental traders each turn and the rate between their orders evolves in a time. Agents regularly meet and they are discussing their trading performance. One agent can be persuaded by the other to change his trading method, if his rules relative success is less than the others one. Communication is direct talk one agent with other. Talking agents meets randomly - there is no special relationship between them. The success of rules is represented by current and passed myoptic profitability. It is very important to mention, that model assumes traders ability to define the fundamental value of assets and they are behave rationally.
P_(t+1)= P_t+a(W_t^C D_t^C+ W_t^F D_t^F )+ ?_t
Where a is positive price adjustment coefficient, D^C are orders generated by technical angents while D^Fare orders of fundamental ones. W^C and W^Fare weights of the agents using technical respective fundamental rules. They are reflecting current ratio between the technical and fudamental agents. ? brings the random term to Figure 1. It is an IID normal random variable with mean zero and constant standard deviation ?^?.
D_t^C=b(P_t- P_(t-1) )+ ?_t
The parameter b is positive and presents agent sensitivity to price changes. The difference in brackets reflects the trend and ? is the random term - IID normal random variable with mean zero and constant standard deviation ?^?.
D_t^F=c(F- P_t )+ ?_t
c is positive and presents agent sensitivity to reaction. F represents fundamental value - we keep as constant value to keep the implementation as simple as possible . ? is the random term - IID normal random variable with mean zero and constant standard deviation ?^?.
W_t^C= K_t/N
and the weight of fundamental traders
W_t^F=(N- K_t)/N
Two traders meet at each step and they are discussing about the success of their rules. If the second agent rules are more successful, the first one changes its behavior with a probability K. Probability of transition is defined as (1-?). Also there is a small probability ? that agent changes his mind independently. Transition probability is formalized as
K_(t-1)(t) {?(K_(t-1)+1 with probability p_(t-1)^+= (N- K_(t-1))/N (?+(1-?)_(t-1)^(F?C)
where the probability that fundamental agent becomes technical one is
(1-?)_(t-1)^(F?C)={?(0.5+? for A_t^C>A_t^F @0.5-? otherwise
respective that technical agent becomes fundamental one is
(1-?)_(t-1)^(C?F)={?(0.5-? for A_t^C>A_t^F @0.5+? otherwise
Success (fitness of the rule) is represented by past myoptic profitability of the rules that are formalized as
for the technical rules and
for the fundamental rules. Agents use most recent performance (at the end of A_^C formula resp. A_^F) and also the orders submitted in period t-2 are executed at prices started in period t-1. In this way the myoptic profits are calculated. Agents have memory - which is represented by parameter d. Values are 0 ? d ? 1. If d = 0 then agent has no memory, much higher value is, much higher influence the myoptic profits have on the rule fitness.
## EXTENDING THE MODEL WITH TRANSACTION COSTS
The aim of the model is to investigate the influence of the transaction costs on the market stability (which is measured by the price volatility - much more stable the market is, much less are price differences in a time). The entrance of transaction costs (TC) - e.g. as a tax will have direct impact on the asset price. The model was little changed to adopt also this aspect into price. So price is composed this way:
P_(t+1)= P_t+a(W_t^C D_t^C+ W_t^F D_t^F )+ ?_t+TC
Where TC is a value of the transaction costs, which is constant during all the simulation.
While the tax is out-of trade factor, all the agents will be affected in the same way. Generally there can be also different transaction costs than taxes - e.g. information obtaining costs.
## HOW TO USE IT
In the interface section set the values for the parameters, SETUP and RUN the model.
## THINGS TO NOTICE
The most important thing to notice is price and technical traders percent envolvement based on the enterd transaction costs amount.
## THINGS TO TRY
Try to set high and low tranaction costs to see the influence on the price and technical traders percent.
## CREDITS AND REFERENCES
This model was developed with the support by grant of Silesian University no. SGS/6/2013 "Advanced Modeling and Simulation of Economic Systems”.
This model was described and analysed in detail in these papers:
ŠPERKA, R., SPIŠÁK, M. Transaction Costs Influence on the Stability of Financial Market: Agent-based Simulation. Journal of Business Economics and Management, Taylor & Francis, London, United Kingdom, 2013. Volume 14, Supplement 1, pp. S1-S12, DOI: 10.3846/16111699.2012.701227. Print ISSN 1611-1699, Online ISSN 2029-4433. Available from: <http://www.tandfonline.com/doi/abs/10.3846/16111699.2012.701227#.Ur80j9LuLy0>.
ŠPERKA, R., SPIŠÁK, M. Tobin Tax Introduction and Risk Analysis in the Java Simulation. In: Proc. 30th International Conference Mathematical Methods in Economics. Part II. Silesian University in Opava, Karvina, Czech Republic, 11.-13.9.2012, pp. 885-890, ISBN 978-80-7248-779-0. Available from: < http://mme2012.opf.slu.cz/proceedings/pdf/152_Sperka.pdf>.
SPIŠÁK, M., ŠPERKA, R. Financial Market Simulation Based on Intelligent Agents - Case Study. Journal of Applied Economic Sciences, Volume VI, Issue 3(17), Fall 2011, Spiru Haret University: Romania, ISSN 1843-6110, pp. 249-256. Available from: <http://www.jaes.reprograph.ro/articles/winter2011/JAES_Fall_2011_online.pdf>. |
(back to the NetLogo User Community Models)