Complex stock trading strategy based on particle swarm optimization

Size: px
Start display at page:

Download "Complex stock trading strategy based on particle swarm optimization"

Transcription

1 Title Complex tock trading trategy baed on particle warm optimization Author() Wang, F; Yu, PLH; Cheung, DWL Citation The 2012 IEEE Conference on Computational Intelligence for Financial Engineering and Economic (CIFEr), New York City, NY., March 2012., p. 1-6 Iued Date 2012 URL Right Thi work i licened under a Creative Common Attribution- NonCommercial-NoDerivative 4.0 International Licene.

2 Complex Stock Trading Strategy Baed on Particle Swarm Optimization Fei Wang, Philip L.H. Yu and David W. Cheung Abtract Trading rule have been utilized in the tock market to make profit for more than a century. However, only uing a ingle trading rule may not be ufficient to predict the tock price trend accurately. Although ome complex trading trategie combining variou clae of trading rule have been propoed in the literature, they often pick only one rule for each cla, which may loe valuable information from other rule in the ame cla. In thi paper, a complex tock trading trategy, namely weight reward trategy (WRS), i propoed. WRS combine the two mot popular clae of trading rule moving average (MA) and trading range break-out (TRB). For both MA and TRB, WRS include different combination of the rule parameter to get a univere of 140 component trading rule in all. Each component rule i aigned a tart weight and a reward/penalty mechanim baed on profit i propoed to update thee rule weight over time. To determine the bet parameter value of WRS, we employ an improved time variant Particle Swarm Optimization (PSO) algorithm with the objective of maximizing the annual net profit generated by WRS. The experiment how that our propoed WRS optimized by PSO outpeorm the bet moving average and trading range break-out rule. I. INTRODUCTION TRADING rule are widely ued in financial market a a technical analyi tool for ecurity trading. Typically, they predict the future price trend by analyzing hitorical price movement and initiate buy/ell ignal accordingly. Trading rule have developed for more than a century and many empirical tudie provided upporting evidence to the ignificant profitability of different trading rule [1][2][3][4][5]. Until nowaday trading rule are commonly ued by practitioner to make trading deciion in many financial market. Pring [6], however, argued that no ingle trading rule can ever be expected to forecat all price trend and it i important to combine thee imple rule together to get a complex trading trategy. Hu and Kuan [7] firt examined the profitability of three clae of complex trading trategie: learning trategie (LS), vote trategie (VS) and fractional poition trategie (FPS). Their reult howed that the three clae of complex trading trategie did not provide ignificant improvement a compared with imple trading rule. However, the failure of thee complex trading trategie i becaue they are relatively primitive. For example, LS picked Fei Wang i with the Department of Computer Science, The Univerity of Hong Kong, Pokfulam, Hong Kong ( fwang@c.hku.hk). Philip L.H. Yu i with the Department of Statitic and Actuarial Science, The Univerity of Hong Kong, Pokfulam, Hong Kong ( plhyu@hku.hk). David W. Cheung i with the Department of Computer Science, The Univerity of Hong Kong, Pokfulam, Hong Kong ( dcheung@c.hku.hk). the bet imple trading rule for trading deciion making each time intead of combining all rule in an appropriate manner. For VS and FPS, both of them regarded all imple trading rule a equally important without conidering their relative peormance. To addre the above problem, Subramanian et al. [8] propoed a weighted combination of imple trading rule. In their tudy, each component rule aociated with a given weight initiate it own ignal and the ignal to be implemented i eventually determined by the um of thee weighted ignal. They created thi combination by applying a Genetic Algorithm (GA) to optimize the bet et of weight vector. Thereafter Briza et al. [9] propoed a imilar tock trading trategy whoe weight vector wa optimized by Particle Swarm Optimization (PSO). Both combined trategie are found to outpeorm the bet component trading rule in term of profit of the tet et. However, they only conidered a common ued rule for each cla of trading rule in their tudie. Thi may not guarantee that the trading rule under conideration alway peorm better than thoe not conidered. Therefore it i important to include variou combination of parameter for each cla of rule a many a poible to get a comprehenive coverage of component rule. Note that the weight of component rule were held fixed during the whole trading period in their approache. Given uch a complex and dynamic market, a trading trategy with a tatic choice of component weight i hard to peorm well conitently over time. In thi regard, an objective of thi paper i to conider a dynamic updating cheme for component weight. In thi paper, we preent a complex tock trading - trategy called weight reward trategy (WRS) which combine two clae of the implet and mot popular trading rule moving average and trading range break-out [2][5]. For moving average, we get 119 rule by conidering different value of it two parameter. For trading range breakout, we get 21 rule by taking 21 different value of it ingle parameter. Therefore there are 140 imple rule in all. All parameter are well elected to repreent each cla peormance in a wide range [10]. Each component rule i aigned a tart weight, and a reward/penalty mechanim baed on component rule peormance i propoed to update their weight over time. The trading ignal of WRS i determined by the weighted um of component rule ignal and two additional ignal threhold parameter. Together with component rule tart weight and other five parameter of WRS to be dicued later, there are altogether 145 parameter for WRS. We ue an improved time variant

3 Particle Swarm Optimization (PSO) [11] to optimize the bet et of the 145 parameter. In the literature, GA and PSO are the mot popular optimization algorithm ued to optimize trading rule [4][8][9][12]. We chooe PSO rather than GA becaue PSO i not only eay to be implemented, but alo it ha higher computation efficiency and can achieve the ame peormance a compared with GA [13][14]. The ret of thi paper i organized a follow: Section II briefly introduce PSO algorithm. Section III decribe propoed WRS in detail and the optimization of WRS i preented in Section IV. Section V dicue the experimental reult and concluion i given in Section VI. II. PARTICLE SWARM OPTIMIZATION Particle Swarm Optimization (PSO) i a tochatic evolution algorithm baed on warm intelligence, which wa firt inrtoduced by Kennedy and Eberhart in 1995 [15]. Since it inception, PSO ha hown great ucce in olving function optimization problem and ha been widely applied in a variety of engineering application [9][16]. PSO i motivated by the behavior of bird flock in finding food. Suppoe a flock of bird want to find food, but they do not know where the food i before they find it. However, thi bird flock can alway find their food at lat. PSO ue a warm of particle to imulate thee bird. Each particle i a poible olution of the optimization problem and ha a random initial poition X and velocity V. The objective function targeted to be optimized i ued to evaluate each particle poition fitne. Higher fitne mean a better poition. For each particle, PSO ue pbet to record the bet poition thi particle ha arrived. For the whole warm, gbet i ued to record the global bet poition achieved by all particle. At time t, PSO update each particle velocity uing the following equation: V t+1 = wv t + c 1 r 1 (pbet X t ) + c 2 r 2 (gbet X t ) (1) where w i the inertia weight, c 1, c 2 are the acceleration coefficient and r 1, r 2 are two random number in the range between 0 and 1 [17]. The firt term of equation (1) indicate an inertia for a particle wondering in the earch pace. The econd term repreent elf-cognition of pat experience of a particle, i.e., the particle tend to move toward it pat bet poition. Similarly, the third term indicate that particle have ocial cognition to the whole warm and are attracted by the global bet poition. For PSO, inertia weight w control the influence of previou velocity on a particle. A large w allow particle to explore more earch pace for the optimal poition, while mall w help warm to earch in a local area for the exact olution. Coefficient c 1 and c 2 control the influence of pbet and gbet on particle movement. A higher value of c 1 mean each particle i more likely to be attracted to a different poition, o the whole warm i more widepread in the earch pace. It effect i imilar to w. In contrat a high value of c 2 lead all particle converge to the current global bet poition. After updating the velocity, each particle will move to a new poition according to: X t+1 = X t + V t+1 (2) Thi particle movement will repeat iteratively until all particle converge to the optimal poition at lat, like when bird find the food at the end of earching. III. WEIGHT REWARD STRATEGY In thi ection, we decribe how weight reward trategy (WRS) utilize different imple trading rule to generate trading ignal and how it reward and penalize thee rule according to their trading peormance. A. Moving average and trading range break-out WRS i baed on moving average (MA) and trading range break-out (TRB) becaue they are the two of implet and mot popular imple trading rule [2]. In MA, there are two average of tock price over two moving window of nl day and n day repectively, where nl > n o the former average i long-period average and the later one i hort-period average. Both average are recalculated and updated each trading day. The ignal generation of MA i imple. Conider a trading day, MA initiate buy (ell) ignal if the hort-period moving average i above (below) the long-period moving average. The econd trading rule i TRB which i impler than MA. On trading day d, TRB initiate buy (ell) ignal if current day tock price i higher (lower) than the highet (lowet) tock price during the pat n day. The pat n-day price form a trading range, and the buy or ell ignal i invoked when one day tock price break out the range. For both MA and TRB, we can get different rule by taking different parameter value. It i important to add a many a rule to WRS rule pool becaue we cannot guarantee the elected parameter value i alway better than the other. Therefore, we combine 119 MA rule and 21 TRB rule together to get a comprehenive coverage of MA and TRB. B. Signal generation In WRS, each component rule r i i aigned a tart weight wt i, which meaure the influence of r i to the ignal generated by WRS. Conider a trading day d, each component rule initiate a ignal i,d. Thi ignal i,d take value 1, 0 and 1 if the ignal i buy, do nothing and ell repectively. The ignal of WRS on trading day d i given by: d = wt i i,d (3) where the um of the all weight ( wt i ) hould be 1 o that d i between 1 and 1. Note that d ummarize all component rule view on tock trend. If d i cloe to 1, thi mean mot of influential component rule ugget buy ignal. On the contrary, d nearing 1 mean more influential rule ugget ell ignal. So we propoe that WRS initiate a buy (ell) ignal if d i greater (maller) than a poitive buy (negative ell) threhold,

4 bth (th); otherwie WRS do not initiate any ignal and invetor do nothing on that day. Higher threhold repreent the trategy i more trict in buy or ell and lower threhold repreent a more tolerant trategy. The ignal generation of WRS i hown in Fig. 1. ma 1 (wt 1 ) ma 119 (wt 119 ) trb 120 (wt 120 ) trb 140 (wt 140 ) 119,d 120,d 1,d 140,d Fig. 1. d wtii, Signal generation of WRS C. Reward and penalty of component rule d d bth d th buy In WRS, each component rule r i i aociated with a tart weight wt i. It repreent how much we believe thi rule. However, thee rule peormance may change during trading, epecially over a long time period. It i reaonable to reward a good rule by adding more weight to it and to penalize a bad rule by deducting ome weight from it. The good or bad i meaured by the profitability of rule in recent time, and the updating of weight hould be conducted at regular interval. A a reult, two time pan memory pan m and review pan r, which are introduced in the learning trategy (LS), are ued here. Memory pan i a hitorical period ued for evaluating the rule peormance. Review pan i the time interval over which the weight of component rule hould be updated. We et m r a uggeted by [7]. Suppoe on trading day d, we evaluate all rule peormance and update their weight accordingly. Let profit i denote the profit of rule r i from day d m to day d 1. For thoe nonprofitable rule, we deduct their weight by a contant: wt i = wt i ell rulenum, if profit i < 0 (4) where rulenum i the total number of component rule and i a parameter called reward factor controlling the degree for penalty and reward. It i noted that wt i hould not be rulenum. negative, o wt i i et to zero if it i maller than All the weight deducted from the nonprofitable rule are ummed to form a temporary variable reward. Then we increae the weight of thoe profitable rule uing following equation: wt i = wt i + reward profitnum, if profit i > 0 (5) where profitnum i the number of profitable rule found in the memory pan. Note that the um of weight remain unchanged after the penalty and reward. However, if mot of the rule are nonprofitable and only a few rule are profitable, above reward/penalty approach may add too much weight to thoe few profitable rule. Imagine that there are 100 rule in which only one rule i profitable in memory pan, the weight increment of the only profitable rule i 99 time of the weight decrement of any other rule. The reward may be too much, epecially when the rule i jut profitable in a hort period of time. To avoid a huge reward, we replace Equation (4) with: wt i = wt i rulenum profitnum rulenum, if profit i < 0 (6) where term profitnum rulenum guarantee that the penalty weight of any nonprofitable rule and the reward weight of any profitable rulenum rule i capped at. It i noted that when all rule are profitable or all of them are nonprofitable, our reward/penalty mechanim would not be triggered a in the cae there i no need to reward or penalize any rule. IV. OPTIMIZATION OF WRS For WRS, there are 140 tart weight (wt 1 to wt 140 ), two time pan (m, r), two threhold (bth, th), and a reward factor () to be determined. Identifying uch a high dimenional parameter vector i a tough optimization problem. To tackle it, an improved time variant Particle Swarm Optimization (PSO) algorithm i ued in thi paper. A. Time variant PSO In PSO, the tradeoff between global exploration and local exploitation of particle i the main influencing factor to PSO peormance [17]. Generally, exploration hould be enhanced at the early tage of earching o that more earch pace can be explored by particle. While at the later tage the algorithm hould focu on exploitation to find the exact and accurate optimum. To achieve thee goal, Shi and Eberhart [18] uggeted to reduce PSO inertia weight w linearly over the iteration o a to help particle to find the optimal poition more efficiently. In later work, Ratnaweera et al. [11] propoed a time-varying acceleration coefficient PSO which linearly reduce the firt acceleration coefficient c 1, and increae the econd acceleration coefficient c 2 over the iteration. Baed on thee tudie, in thi paper we lineally update w, c 1 and c 2 according to the following iterative equation [11][18]: t w t = (w F w I ) max t + w I, (7) t c 1t = (c 1F c 1I ) max t + c 1I, (8) t c 2t = (c 2F c 2I ) max t + c 2I, (9)

5 where w I, w t and w F denote the initial, current and final value of w repectively (imilar for c 1 and c 2 ), t i the current iteration number and max t i the maximum number of iteration. B. Objective function The ultimate goal of any tock trading trategy i to make profit from the tock market, o the parameter optimization of WRS i led by thi goal. We ue annual net profit generated by the WRS a the objective function of the optimization. At firt, each tock in the market i aigned the ame amount of initial equity. During the trading, all the equity available for a tock can only be ued to invet in thi tock. Becaue we do not allow hort elling, the equity for each tock i alway poitive. On the lat day of trading, we ell all tock in hand and um their equitie together to obtain the final equity. Then the annual net profit (ANP ) of WRS can be calculated a follow: ekf e ki ANP = y (10) e ki where e ki and e kf i the initial and final equity of tock k repectively, and y i the length of trading period in year. In (10), we have already included the conideration of tranaction cot o that AN P repreent the average annual profit net of the tranaction cot. For each buy or ell, 0.1% of the total turnover i cut from the equity a tranaction cot in our tudy. C. Start weight optimization Recall that the um of component rule tart weight i retricted to be 1, i.e., wti = 1. It i difficult to atify thi contraint if the weight are optimized directly by PSO becaue of it tochatic nature. In thi regard, a new parameter vector α i introduced here and a one-to-one tranformation between wt and α i ued in thi tudy: wt i =. (11) αi Σe A (11) guarantee that the um of wt i 1 regardle of the value of α, the new parameter vector α i optimized to get the bet et of tart weight via (11). A. Data eαi V. EXPERIMENTS The contituent tock of NASDAQ100, which are 100 of the larget dometic and international nonfinancial tock on the Nadaq Stock Market, are conidered in our tudy. The daily tock cloing price data from 1994 to 2010 are collected from Reuter 3000Xtra. Becaue not all tock were iued before 1994, only 52 tock having data through the whole period are conidered in our experiment. The data from 1995 to 2002 i ued for optimizing, in other word, training the WRS. The data from 2003 to 2010 i ued for teting the profitability of the WRS and the imple trading rule. It i noted that for ome component rule uch a MA with nl = 250, it need data over the pat 250 day to calculate current day long-period moving average. Therefore, the data in 1994 ha been reerved for data preparation in training. B. Experiment etup The warm ize i et to 250 and the maximum number of iteration i et to 500. There i alo a toping criterion, that i, if gbet keep unchanged for at leat 50 iteration, the optimization will top. Table I give the parameter etting of PSO and the earch pace boundary of WRS optimization. TABLE I PARAMETER SETTINGS OF PSO AND THE BOUNDARIES OF WRS PARAMETERS PSO Value WRS Boundary w I 0.9 α 1 i [ 1, 1] w F 0.4 m [150, 300] c 1I 2.5 r [20, 150] c 1F 0.5 [0, 1] c 2I 0.5 bth [0, 0.9] c 2F 2.5 th [ 0.9, 0] 1 (i = ) In Table I, the parameter etting of PSO are baed on the uggetion of [11][18]. In order to avoid the data nooping bia to any component rule in the training period, the range of α i et a [ 1, 1] o that the range of wt i approximately [0.001, 0.05]. There are about 21 trading day in a month and about 252 trading day in a year, o the minimum review pan r i et to be hortly le than one month and the maximum memory pan m i et to be a little bit longer than one year in term of trading day. Becaue m r, the minimum value of m and the maximum value of r are both et to be 150 trading day. Reward and penalty for component rule hould not be too big each time, o the maximum value of reward factor i et to be 1. The minimum value of i 0 mean that there i no reward and penalty in thi cae. For buy and ell threhold, [ 0.9,0.9] i wide enough to cover the threhold range, o they are et a the lower and upper bound of th and bth repectively. C. Experimental reult After training, WRS i compared with the bet MA (n = 125, nl = 150) and the bet TRB (n = 125) in term of the annual net profit (AN P ) in the teting period. In addition to the annual net profit, the average return per trade (Avg.return) i alo compared. Suppoe an invetor buy N hare of a tock at price p 0 and ell them at the price p 1. The tranaction cot per buy or ell i c. The invetor pay N p 0 (1 + c) to buy the N hare and collect N p 1 (1 c) by elling them, o the return of thi trade i given by: return = N p 1 (1 c) N p 0 (1 + c) 1 = p 1 (1 c) 1. (12) p 0 (1 + c) Therefore the return per trade i independent of the invetment. The reult are hown in Table II. The number of trade (N o.trade) and the average holding day per trade

6 Equity/Million 3 WRS MA( ) TRB(125) Year Trading day Fig. 2. Equity curve of WRS, MA( ) and TRB(125) in the teting period. Suppoe the initial equity for each tock i $0.01 million, o the initial equity for the market i $0.52 million. There are altogether 2014 trading day from 2003 to (Avg.hold day) for each trading rule in the teting period are alo given for tatitic purpoe. From Table II, we can find that both the annual net profit and the average return per trade of WRS i much higher than the bet MA (n = 125, nl = 150) and the bet TRB (n = 125) in the teting period. Thi mean WRS can take the advantage of component rule and outpeorm all of them. Table III give more detail about the 52 tock profit. It how that WRS can generate ignificant profit from thoe profitable tock and recover from thoe few nonprofitable tock. To get a more comprehenive undertanding to the peormance of thee three trading trategie, their equity curve are given in Fig. 2. It can be een that the WRS keep the highet cumulative equity during the eight year of teting period. TABLE II PERFORMANCE OF WRS, THE BEST MA( ) AND THE BEST TRB(125) IN THE TESTING PERIOD WRS MA( ) TRB(125) ANP 53.52% 37.86% 28.88% No.trade Avg.hold day Avg.return 48.38% 11.30% 22.22% TABLE III STOCK PROFIT SUMMARY OF WRS, THE BEST MA( ) AND THE Strategy WRS MA( ) TRB(125) BEST TRB(125) IN THE TESTING PERIOD Summary Profitable Nonprofitable Total tock 1 tock 1 tock Number ANP 80.49% -2.00% 53.52% Number ANP 54.61% -3.46% 37.86% Number ANP 37.37% -2.77% 28.88% 1 Profitable tock mean the tock whoe final equity i more than it initial equity and vice vera. In the training period, the MA rule with n = 200 and nl = 250 generate the highet annual net profit among all of the 119 MA rule, and the TRB rule with n = 200 generate the highet annual net profit among all of the 21 TRB rule. To demontrate that the peormance of imple trading rule may fluctuate over time, we alo tet the peormance of thee two rule in the teting period. The reult are hown in Table IV and Table V. The MA( ) make the highet profit among all MA rule in the training period, but it peormance drop a lot in the teting period, even i below the average peormance of MA. Although the TRB(200) peorm well in both of the training and teting period, it i not the bet TRB any more in the teting period. Thi reult give upport to our complex trading trategy with adequate combination of imple trading rule. TABLE IV PERFORMANCE OF THE MA RULES IN THE TESTING PERIOD MA Wort MA Bet MA MA ( ) (1-5) ( ) Average ANP 19.03% 2.78% 37.86% 23.05% No.trade Avg.hold day TABLE V PERFORMANCE OF THE TRB RULES IN THE TESTING PERIOD TRB Wort TRB Bet TRB TRB (200) (10) (125) Average ANP 27,21% 6.02% 28.88% 20.84% No.trade Avg.hold day If there i no reward and penalty to component rule during trading, WRS become Weight Strategy (WS). We alo compare WRS and WS in the teting period to ee the influence of our reward/penalty mechanim. The reult are given in Table VI. Together with Table II, we can find that WS alo generate higher annual net profit than any of the imple trading rule. However, both the highet AN P and Avg.return are generated by WRS indicate that it worth to conduct the reward/penalty mechanim. For WRS, becaue

7 there are reward and penalty, component rule weight may fluctuate according to their recent peormance a evidenced by the profile plot of two elected weight in the teting period a hown in Fig. 3. Weight TABLE VI PERFORMANCE OF WRS AND WS IN THE TESTING PERIOD 0 WRS WS ANP 53.52% 39.34% No.trade Avg.hold day Avg.return 48.38% 22.56% MA(20-25) TRB(50) No. of reward/penalty Fig. 3. The profile plot of the weight of MA (n = 20, nl = 25) and TRB (n = 50) in the teting period. WRS update the weight for 61 time during 8 year trading from 2003 to We oberve that the weight of MA(20-25) keep low at the beginning and become high eventually. The weight of TRB(50) keep high for a long time and drop a lot at the end of trading. VI. CONCLUSION Thi paper ha propoed a complex tock trading trategy, namely weight reward trategy (WRS), generated from different combination of moving average and trading range break-out with their weight updated by a reward/penalty mechanim. A time variant Particle Swarm Optimization i ued to optimize WRS. WRS outpeorm the bet moving average and trading range break-out rule in NASDAQ100 market from 2003 to For our future reearch, more imple trading rule could be included in the rule pool of WRS. Beide, it i often required to trike a balance between return and rik in invetment, o multi-objective optimization in term of profit and ome rik meaure uch a Sharpe ratio and maximum drawdown could be tudied in the future. VII. APPENDIX A. The parameter value of moving average nl (number of day in a long-period moving average) = 5, 10, 15, 20, 25, 30, 40, 50, 75, 100, 125, 150, 200, 250 (14 value); n (number of day in a hort-period moving average) = 1, 2, 5, 10, 15, 20, 25, 30, 40, 50, 75, 100, 125, 150, 200 (15 value). Becaue n hould be le than nl, the total number of MA rule generated i 119. B. The parameter value of trading range break-out n (number of day for a trading range) = 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 60, 70, 75, 80, 90, 100, 125, 150, 175, 200, 250 (21 value). Becaue there i only one parameter, the total number of TRB rule generated i 21. REFERENCES [1] E. Fama and M. Blume, Filter rule and tock-market trading, The Journal of Buine, vol. 39, no. 1, pp , [2] W. Brock, J. Lakonihok, and B. LeBaron, Simple technical trading rule and the tochatic propertie of tock return, Journal of Finance, pp , [3] R. Gencay, The predictability of ecurity return with imple technical trading rule, Journal of Empirical Finance, vol. 5, no. 4, pp , [4] F. Allen and R. Karjalainen, Uing genetic algorithm to find technical trading rule, Journal of Financial Economic, vol. 51, pp , [5] L. Ketner, Quantitative trading trategie: harneing the power of quantitative technique to create a winning trading program. McGraw-Hill Profeional, [6] M. Pring, Technical analyi explained: The ucceful invetor guide to potting invetment trend and turning point. McGraw-Hill, [7] P. Hu and C. Kuan, Reexamining the profitability of technical analyi with data nooping check, Journal of Financial Econometric, vol. 3, no. 4, pp , [8] H. Subramanian, S. Ramamoorthy, P. Stone, and B. Kuiper, Deigning afe, profitable automated tock trading agent uing evolutionary algorithm, in Proceeding of the 8th annual conference on Genetic and evolutionary computation. ACM, 2006, pp [9] A. Briza and P. Naval Jr, Stock trading ytem baed on the multiobjective particle warm optimization of technical indicator on endof-day market data, Applied Soft Computing, vol. 11, no. 1, pp , [10] R. Sullivan, A. Timmermann, and H. White, Data-nooping, technical trading rule peormance, and the boottrap, Journal of Finance, pp , [11] A. Ratnaweera, S. Halgamuge, and H. Waton, Self-organizing hierarchical particle warm optimizer with time-varying acceleration coefficient, IEEE Tranaction on Evolutionary Computation, vol. 8, no. 3, pp , [12] J. Nenortaite and R. Simuti, Stock trading ytem baed on the particle warm optimization algorithm, Computational Science-ICCS 2004, pp , [13] R. Haan, B. Cohanim, O. De Weck, and G. Venter, A comparion of particle warm optimization and the genetic algorithm, in Proceeding of the 1t AIAA Multidiciplinary Deign Optimization Specialit Conference, [14] J. Lee, S. Lee, S. Chang, and B. Ahn, A comparion of ga and po for exce return evaluation in tock market, Artificial Intelligence and Knowledge Engineering Application: A Bioinpired Approach, pp , [15] J. Kennedy and R. Eberhart, Particle warm optimization, in Proceeding of IEEE International Conference on Neural Network, Picataway, NJ, vol. 4. IEEE, 1995, pp [16] J. Robinon and Y. Rahmat-Samii, Particle warm optimization in electromagnetic, IEEE Tranaction on Antenna and Propagation, vol. 52, no. 2, pp , [17] Y. Shi and R. Eberhart, A modified particle warm optimizer, in Proceeding of 1998 IEEE International Conference on Evolutionary Computation, vol. 1. IEEE, 1998, pp [18], Empirical tudy of particle warm optimization, in Proceeding of 1999 IEEE International Conference on Evolutionary Computation, vol. 3. IEEE, 1999, pp

Capacity Planning in a General Supply Chain with Multiple Contract Types

Capacity Planning in a General Supply Chain with Multiple Contract Types Capacity Planning in a General Supply Chain with Multiple Contract Type Xin Huang and Stephen C. Grave M.I.T. 1 Abtract The ucceful commercialization of any new product depend to a degree on the ability

More information

Confidence Intervals for One Variance with Tolerance Probability

Confidence Intervals for One Variance with Tolerance Probability Chapter 65 Confidence Interval for One Variance with Tolerance Probability Introduction Thi procedure calculate the ample ize neceary to achieve a pecified width (or in the cae of one-ided interval, the

More information

- International Scientific Journal about Logistics Volume: Issue: 4 Pages: 7-15 ISSN

- International Scientific Journal about Logistics Volume: Issue: 4 Pages: 7-15 ISSN DOI: 10.22306/al.v3i4.72 Received: 03 Dec. 2016 Accepted: 11 Dec. 2016 THE ANALYSIS OF THE COMMODITY PRICE FORECASTING SUCCESS CONSIDERING DIFFERENT NUMERICAL MODELS SENSITIVITY TO PROGNOSIS ERROR Technical

More information

General Examination in Microeconomic Theory

General Examination in Microeconomic Theory HARVARD UNIVERSITY DEPARTMENT OF ECONOMICS General Examination in Microeconomic Theory Fall 06 You have FOUR hour. Anwer all quetion Part A(Glaeer) Part B (Makin) Part C (Hart) Part D (Green) PLEASE USE

More information

Equity Asset Allocation Model for EUR-based Eastern Europe Pension Funds

Equity Asset Allocation Model for EUR-based Eastern Europe Pension Funds TUTWPE(BFE) No. 04/119 Equity Aet Allocation Model for EUR-baed Eatern Europe Penion Fund Robert Kitt Hana Invetment Fund Liivalaia 12/8, 15038 Tallinn, Etonia Telephone: +37-6132784; Fax: +372-6131636

More information

Example: Grid World. CS 188: Artificial Intelligence Markov Decision Processes II. Recap: MDPs. Optimal Quantities

Example: Grid World. CS 188: Artificial Intelligence Markov Decision Processes II. Recap: MDPs. Optimal Quantities CS 188: Artificial Intelligence Markov Deciion Procee II Intructor: Dan Klein and Pieter Abbeel --- Univerity of California, Berkeley [Thee lide were created by Dan Klein and Pieter Abbeel for CS188 Intro

More information

Effi cient Entry in Competing Auctions

Effi cient Entry in Competing Auctions Effi cient Entry in Competing Auction Jame Albrecht (Georgetown Univerity) Pieter A. Gautier (VU Amterdam) Suan Vroman (Georgetown Univerity) April 2014 Abtract In thi paper, we demontrate the effi ciency

More information

Allocation to Risky Assets. Risk Aversion and Capital. Allocation to Risky Assets. Risk and Risk Aversion. Risk and Risk Aversion

Allocation to Risky Assets. Risk Aversion and Capital. Allocation to Risky Assets. Risk and Risk Aversion. Risk and Risk Aversion Allocation to Riky Aet 6- Rik Averion and Capital Allocation to Riky Aet Invetor will avoid rik unle there i a reward. The utility model give the optimal allocation between a riky portfolio and a rik-free

More information

BANKS RATING IN THE CONTEXT OF THEIR FINANSIAL ACTIVITY USING MODIFIED TAXONOMETRICAL METHOD

BANKS RATING IN THE CONTEXT OF THEIR FINANSIAL ACTIVITY USING MODIFIED TAXONOMETRICAL METHOD Bory Samorodov Doctor of Science (Economic), Kharkiv Intitute of Banking of the Univerity of Banking of the National Bank of Ukraine (city of Kyiv), Acting Director, Kharkiv, Ukraine amorodov@khib.edu.ua

More information

ANALYSIS OF DESIGN EFFECTS AND VARIANCE COMPONENTS IN MULTI -STAGE SAMPLE SURVEYS

ANALYSIS OF DESIGN EFFECTS AND VARIANCE COMPONENTS IN MULTI -STAGE SAMPLE SURVEYS 1. INTRODUCTION ANALYSIS OF DESIGN EFFECTS AND VARIANCE COMPONENTS IN MULTI -STAGE SAMPLE SURVEYS R. Platek and G.B. Gray, Statitic Canada a) General Survey ample technique have been in ue for many year,

More information

Confidence Intervals for One Variance using Relative Error

Confidence Intervals for One Variance using Relative Error Chapter 653 Confidence Interval for One Variance uing Relative Error Introduction Thi routine calculate the neceary ample ize uch that a ample variance etimate will achieve a pecified relative ditance

More information

Asymptotic sampling distribution of inverse coefficient of variation and its applications: revisited

Asymptotic sampling distribution of inverse coefficient of variation and its applications: revisited International Journal of Advanced Statitic and Probability, () (04) 5-0 Science Publihing Corporation www.ciencepubco.com/inde.php/ijasp doi: 0.449/ijap.vi.475 Short Communication Aymptotic ampling ditribution

More information

von Thunen s Model Industrial Land Use the von Thunen Model Moving Forward von Thunen s Model Results

von Thunen s Model Industrial Land Use the von Thunen Model Moving Forward von Thunen s Model Results von Thunen Model Indutrial Land Ue the von Thunen Model Philip A. Viton September 17, 2014 In 1826, Johann von Thunen, in Der iolierte Stadt (The iolated city) conidered the location of agricultural activitie

More information

Announcements. CS 188: Artificial Intelligence Fall Preferences. Rational Preferences. Rational Preferences. MEU Principle. Project 2 (due 10/1)

Announcements. CS 188: Artificial Intelligence Fall Preferences. Rational Preferences. Rational Preferences. MEU Principle. Project 2 (due 10/1) CS 188: Artificial Intelligence Fall 007 Lecture 9: Utilitie 9/5/007 Dan Klein UC Berkeley Project (due 10/1) Announcement SVN group available, email u to requet Midterm 10/16 in cla One ide of a page

More information

Barrie R. Nault University of Calgary

Barrie R. Nault University of Calgary RELATIVE IMPORTANCE, SPECIFICITY OF INVESTMENTS AND OWNERSHIP IN INTERORGANIZATIONAL SYSTEMS Kunoo Han and Roert J. Kauffman Univerity of Minneota {khan, rkauffman}@com.umn.edu Barrie R. Nault Univerity

More information

Bread vs. Meat: Replicating Koenker (1977) Arianto A. Patunru Department of Economics, University of Indonesia 2004

Bread vs. Meat: Replicating Koenker (1977) Arianto A. Patunru Department of Economics, University of Indonesia 2004 read v. Meat: Replicating Koenker (1977) Arianto A. Patunru Department of Economic, Univerity of Indoneia 2004 1. Introduction Thi exercie wa baed on my cla homework of an econometric coure in Univerity

More information

THE KELLY PORTFOLIO RULE DOMINATES

THE KELLY PORTFOLIO RULE DOMINATES THE KELLY PORTFOLIO RULE DOMINATES ÇISEM BEKTUR Abtract We tudy an evolutionary market model with long-lived aet Invetor are allowed to ue general dynamic invetment trategie We find ufficient condition

More information

Pigouvian Taxes as a Long-run Remedy for Externalities

Pigouvian Taxes as a Long-run Remedy for Externalities Pigouvian Taxe a a Long-run Remedy for Externalitie Henrik Vetter Abtract: It ha been uggeted that price taking firm can not be regulated efficiently uing Pigouvian taxe when damage are enitive to cale

More information

Columbia University. Department of Economics Discussion Paper Series. Integration of Unemployment Insurance with Retirement Insurance

Columbia University. Department of Economics Discussion Paper Series. Integration of Unemployment Insurance with Retirement Insurance Columbia Univerity Department of Economic Dicuion Paper Serie Integration of Unemployment Inurance with Retirement Inurance Joeph E. Stiglitz Jungyoll Yun Dicuion Paper #:0203-04 Department of Economic

More information

Modelling the ENSO Forecast on Soybean Spot and Future Prices

Modelling the ENSO Forecast on Soybean Spot and Future Prices J. Agri. & Fore. 2010. 59(2): 91-103 - 91 - Modelling the ENSO Forecat on Soybean Spot and Future Price Shu-Yi Liao 1) Sheng-Tung Chen 2) Chi-Chung Chen 3) Abtract Thi paper i intended to invetigate the

More information

Uncover the True Cost of Short-duration Options

Uncover the True Cost of Short-duration Options Uncover the True Cot of Short-duration Option We tend to quote term life inurance annually, but thi may not be the bet way to determine the lowet priced option. The majority of policyholder elect to pay

More information

Building Redundancy in Multi-Agent Systems Using Probabilistic Action

Building Redundancy in Multi-Agent Systems Using Probabilistic Action Proceeding of the Twenty-Ninth International Florida Artificial Intelligence Reearch Society Conference Building Redundancy in Multi-Agent Sytem Uing Probabilitic Action Annie S. Wu, R. Paul Wiegand, and

More information

Do you struggle with efficiently managing your assets due to a lack of clear, accurate and accessible data? You re not alone.

Do you struggle with efficiently managing your assets due to a lack of clear, accurate and accessible data? You re not alone. : k o o L e d i In t e A l a t i p a C k r o W t e A ) M A C ( t n e Managem Do you truggle with efficiently managing your aet due to a lack of clear, accurate and acceible data? You re not alone. Many

More information

Premium Distribution and Market Competitiveness Under Rate Regulation

Premium Distribution and Market Competitiveness Under Rate Regulation Premium Ditribution and Maret Competitivene Under Rate Regulation April 2018 2 Premium Ditribution and Maret Competitivene Under Rate Regulation AUTHOR Zia Rehman, Ph.D., FCAS SPONSOR Society of Actuarie

More information

PROBLEM SET 3, MACROECONOMICS: POLICY, 31E23000, SPRING 2017

PROBLEM SET 3, MACROECONOMICS: POLICY, 31E23000, SPRING 2017 PROBLEM SET 3, MACROECONOMICS: POLICY, 31E23000, SPRING 2017 1. Ue the Solow growth model to tudy what happen in an economy in which the labor force increae uddenly, there i a dicrete increae in L! Aume

More information

FROM IDENTIFICATION TO BUDGET ALLOCATION: A NOVEL IT RISK MANAGEMENT MODEL FOR ITERATIVE AGILE PROJECTS

FROM IDENTIFICATION TO BUDGET ALLOCATION: A NOVEL IT RISK MANAGEMENT MODEL FOR ITERATIVE AGILE PROJECTS FROM IDENTIFICATION TO BUDGET ALATION: A NOVEL IT RISK MANAGEMENT MODEL FOR ITERATIVE AGILE PROJECTS 1 AHDIEH KHATAVAKHOTAN 1 NAVID HASHEMITABA 1 SIEW HOCK OW khotan@iwa.um.edu.my nhtaba@iwa.um.edu.my

More information

CS 188: Artificial Intelligence Fall Markov Decision Processes

CS 188: Artificial Intelligence Fall Markov Decision Processes CS 188: Artificial Intelligence Fall 2007 Lecture 10: MDP 9/27/2007 Dan Klein UC Berkeley Markov Deciion Procee An MDP i defined by: A et of tate S A et of action a A A tranition function T(,a, ) Prob

More information

The Realization E ect: Risk-Taking After Realized Versus Paper Losses Appendix: For Online Publication

The Realization E ect: Risk-Taking After Realized Versus Paper Losses Appendix: For Online Publication The Realization E ect: Rik-Taking After Realized Veru Paper Loe Appendix: For Online Publication Alex Ima March 25, 2016 1 Bracketing and Realization To et up the baic framework with no prior outcome,

More information

Announcements. CS 188: Artificial Intelligence Spring Outline. Reinforcement Learning. Grid Futures. Grid World. Lecture 9: MDPs 2/16/2011

Announcements. CS 188: Artificial Intelligence Spring Outline. Reinforcement Learning. Grid Futures. Grid World. Lecture 9: MDPs 2/16/2011 CS 188: Artificial Intelligence Spring 2011 Lecture 9: MDP 2/16/2011 Announcement Midterm: Tueday March 15, 5-8pm P2: Due Friday 4:59pm W3: Minimax, expectimax and MDP---out tonight, due Monday February

More information

Product Reviews and the Curse of Easy Information

Product Reviews and the Curse of Easy Information Product Review and the Cure of Eay Information Koti Takala * June 4, 2018 Download the latet verion here Abtract When there i a new experience good of unknown quality and known price, conumer would like

More information

Wage curve in dual labor markets: cross-sectional evidence from Japan

Wage curve in dual labor markets: cross-sectional evidence from Japan Economic and Buine Letter 4(2), 51-56, 2015 Wage curve in dual labor market: cro-ectional evidence from Japan Kazuyuki Inagaki * Graduate School of Economic, Nagoya City Univerity, Japan Received: 26 January

More information

Intermediate Macroeconomic Theory II, Winter 2009 Solutions to Problem Set 1

Intermediate Macroeconomic Theory II, Winter 2009 Solutions to Problem Set 1 Intermediate Macroeconomic Theor II, Winter 2009 Solution to Problem Set 1 1. (18 point) Indicate, when appropriate, for each of the tatement below, whether it i true or fale. Briefl explain, upporting

More information

Strategic debt in a mixed duopoly

Strategic debt in a mixed duopoly Strategic debt in a mixed duopoly Armel JACQUES May 2, 2007 Abtract Thi note tudie the impact of the private rm debt in a mixed duopoly. When the private rm ha debt, the tate-owned rm may decreae it output

More information

Asymmetric FDI and Tax-Treaty Bargaining: Theory and Evidence. April Revised March 2003

Asymmetric FDI and Tax-Treaty Bargaining: Theory and Evidence. April Revised March 2003 Forthcoming: Journal Of Public Economic Aymmetric FDI and Tax-Treaty Bargaining: Theory and Evidence Richard Chiik and Ronald B. Davie April 2001 Revied March 2003 Abtract: Tax treatie are often viewed

More information

Themes. Production-Financing Interactions and Optimal Capital Structure. Outline. Background. Why Change Rate? Why Consider Financing?

Themes. Production-Financing Interactions and Optimal Capital Structure. Outline. Background. Why Change Rate? Why Consider Financing? Production-Financing Interaction and Optimal Capital Structure John R. Birge Northwetern Univerity Theme Production deciion hould reflect: proper conideration of rik and market effect method for financing

More information

On Fair Rate Allocation Policies with Minimum Cell Rate Guarantee for. Anovel concept in available bit rate (ABR) service model as dened by the ATM

On Fair Rate Allocation Policies with Minimum Cell Rate Guarantee for. Anovel concept in available bit rate (ABR) service model as dened by the ATM 1 On Fair Rate Allocation Policie with Minimum Cell Rate Guarantee for ABR Service in ATM Network Yiwei Thoma Hou, a Henry H.-Y. Tzeng, b and Vijay P. Kumar c a Dept. of Electrical Engineering, Polytechnic

More information

DANIEL FIFE is a postdoctoral fellow in the department of biostatistics, School of Public Health, University of Michigan.

DANIEL FIFE is a postdoctoral fellow in the department of biostatistics, School of Public Health, University of Michigan. KILLING THE GOOSE By Daniel Fife DANIEL FIFE i a potdoctoral fellow in the department of biotatitic, School of Public Health, Univerity of Michigan. Environment, Vol. 13, No. 3 In certain ituation, "indutrial

More information

Verifone Reports Results for the Third Quarter of Fiscal 2016 and Updates Outlook for Full Year

Verifone Reports Results for the Third Quarter of Fiscal 2016 and Updates Outlook for Full Year Verifone Report Reult for the Third Quarter of Fical 2016 and Update Outlook for Full Year SAN JOSE, Calif. (BUSINESS WIRE) Verifone (NYSE: PAY), a world leader in payment and commerce olution, today announced

More information

Robust design of multi-scale programs to reduce deforestation

Robust design of multi-scale programs to reduce deforestation Robut deign of multi-cale program to reduce deforetation Andrea Cattaneo The Wood Hole Reearch Center, 149 Wood Hole Road, Falmouth, MA 02540-1644, USA. Tel. (508) 540-9900 ext. 161. Email: acattaneo@whrc.org

More information

DRAFT October 2005 DRAFT

DRAFT October 2005 DRAFT DRAFT October 2005 DRAFT The Effect of Name and Sector Concentration on the Ditribution of Loe for Portfolio of Large Wholeale Credit Expoure * Erik Heitfield Federal Reerve Board erik.heitfield@frb.gov

More information

TECHNICAL trading rules are widely used in the financial

TECHNICAL trading rules are widely used in the financial Combining Technical Trading Rules Using Parallel Particle Swarm Optimization based on Hadoop Fei Wang, Philip L.H. Yu and David W. Cheung Abstract Technical trading rules have been utilized in the stock

More information

BLACK SCHOLES THE MARTINGALE APPROACH

BLACK SCHOLES THE MARTINGALE APPROACH BLACK SCHOLES HE MARINGALE APPROACH JOHN HICKSUN. Introduction hi paper etablihe the Black Schole formula in the martingale, rik-neutral valuation framework. he intent i two-fold. One, to erve a an introduction

More information

Liquidity requirements, liquidity choice and financial stability * Douglas W. Diamond. Anil K Kashyap

Liquidity requirements, liquidity choice and financial stability * Douglas W. Diamond. Anil K Kashyap Liquidity requirement, liquidity choice and financial tability * Dougla W. Diamond Anil K Kahyap Univerity of Chicago Booth School of Buine and National Bureau of Economic Reearch May 5, 05. Preliminary

More information

ARTICLE IN PRESS. Journal of Financial Economics

ARTICLE IN PRESS. Journal of Financial Economics Journal of Financial Economic 97 (2010) 239 262 Content lit available at ScienceDirect Journal of Financial Economic journal homepage: www.elevier.com/locate/jfec Payoff complementaritie and financial

More information

NON-CONTROLLABLE VARIABLE IN MACROECONOMIC EFFICIENCY ASSESSMENT

NON-CONTROLLABLE VARIABLE IN MACROECONOMIC EFFICIENCY ASSESSMENT NON-CONTROLLABLE VARIABLE IN MACROECONOMIC EFFICIENCY ASSESSMENT Eduard Nežinký 1 1 Intitute for Forecating, Slovak Academy of Science, Šancová 56, 8115 Bratilava, Slovakia email: prognenez@avba.k Abtract:

More information

Price Game Analysis of Leader-Follower Service Providers with Service Delivery. Time Guarantees. ZHANG Yu-lin. ZHANG Jian-wei.

Price Game Analysis of Leader-Follower Service Providers with Service Delivery. Time Guarantees. ZHANG Yu-lin. ZHANG Jian-wei. 00-063 Price Game Analyi of eader-follower Service Provider with Service Delivery Time Guarantee ZANG Yu-lin School of Economic and Management, Southeat Univerity(SEU), Nanging, China, 0096 Email: zhangyl@eu.edu.cn

More information

FINANCIAL REPORTING AND SUPPLEMENTAL VOLUNTARY DISCLOSURES. Mark Bagnoli and Susan G. Watts

FINANCIAL REPORTING AND SUPPLEMENTAL VOLUNTARY DISCLOSURES. Mark Bagnoli and Susan G. Watts FINANCIAL REPORTING AND SUPPLEMENTAL VOLUNTARY DISCLOSURES by Mark Bagnoli and Suan G. Watt Krannert Graduate School of Management Purdue Univerity Wet Lafayette, IN 47907 Current Draft: January 2006 Abtract:

More information

The Valuation of Option Subject to Default Risk

The Valuation of Option Subject to Default Risk he aluation of Option ubject to efault Rik hen-yuan Chen epartment of Finance Ming Chuan Unierity No. 5 Chung-han N. Rd. ec. 5 aipei aiwan el: 886--884564 ext. 39 e-mail: ychen@mcu.edu.tw Abtract here

More information

} Profit. What is business risk? TOPIC 10 Capital Structure and Leverage. Effect of operating leverage. Using operating leverage

} Profit. What is business risk? TOPIC 10 Capital Structure and Leverage. Effect of operating leverage. Using operating leverage TOPIC 10 Capital Structure and Leverage What i buine rik? Uncertainty about future operating income (EBIT), i.e., how well can we predict operating income? Probability Low rik Buine v. financial rik Optimal

More information

Hedging Currency Risk: a Regret-Theoretic Approach

Hedging Currency Risk: a Regret-Theoretic Approach Hedging Currency Rik: a Regret-Theoretic Approach Sébatien Michenaud and Bruno Solnik HEC Pari* Thi draft : october 4, 005 Abtract Contrary to the prediction of exiting normative currency-hedging model,

More information

PRICING MODEL FOR 3G/4G NETWORKS

PRICING MODEL FOR 3G/4G NETWORKS PRICING MODEL FOR G/G NETWORKS Eero Walleniu, Timo Hämäläinen Nokia Oyj IP Mobility Network (IMN) Hatanpäänvaltatie, P.O. ox 78, FIN- Tampere, Finland Phone +8, Eero.Walleniu@nokia.com Univerity of Jyväkylä,

More information

Generalized Cash Flow Taxation

Generalized Cash Flow Taxation Generalized Cah Flow Taxation by Alan J. Auerbach, Univerity of California, Berkeley, and NBER David F. Bradford, Princeton Univerity, NYU School of Law, NBER and CESifo CEPS Working Paper No. 69 May 2001

More information

Investors in alternative asset classes such

Investors in alternative asset classes such ADREW COER i an analyt in the Alternative Invetment Group at SEI Invetment, Oak, PA. aconner@eic.com Aet Allocation Effect of Adjuting Alternative Aet for Stale Pricing ADREW COER Invetor in alternative

More information

Supply Function Equilibria with Capacity Constraints and Pivotal Suppliers*

Supply Function Equilibria with Capacity Constraints and Pivotal Suppliers* Supply Function Equilibria with Capacity Contraint and Pivotal Supplier* Talat S. Genc a and Stanley S. Reynold b April 2010 Abtract. The concept of a upply function equilibrium (SFE) ha been widely ued

More information

Portfolio optimization models and a tabu search algorithm for the Kuwait Stock Exchange

Portfolio optimization models and a tabu search algorithm for the Kuwait Stock Exchange Portfolio optimization model and a tabu earch algorithm for the Kuwait Stock Exchange AUTHORS ARTICLE INFO JOURNAL FOUNDER ajid. Aldaihani Talla. Aldeehani ajid. Aldaihani and Talla. Aldeehani (2008).

More information

Job assignments as a screening device

Job assignments as a screening device Forthcoming in International Journal of Indutrial Organization Job aignment a a creening device Juan D. Carrillo Columbia Buine School ECARES and CEPR Abtract We tudy intra-firm competition for promotion

More information

Introductory Microeconomics (ES10001)

Introductory Microeconomics (ES10001) Introductory Microeconomic (ES10001) Exercie 2: Suggeted Solution 1. Match each lettered concept with the appropriate numbered phrae: (a) Cro price elaticity of demand; (b) inelatic demand; (c) long run;

More information

A Theory of Repurchase Agreements, Collateral Re-use, and Repo Intermediation

A Theory of Repurchase Agreements, Collateral Re-use, and Repo Intermediation A Theory of Repurchae Agreement, Collateral Re-ue, and Repo Intermediation Piero Gottardi European Univerity Intitute Vincent Maurin European Univerity Intitute Cyril Monnet Univerity of Bern, SZ Gerzenee

More information

Public Expenditures, Taxes, Federal Transfers, and Endogenous Growth 1

Public Expenditures, Taxes, Federal Transfers, and Endogenous Growth 1 Public Expenditure, Taxe, Federal Traner, and Endogenou Growth Liutang Gong 2 Guanghua School o Management, Peking Univerity, Beijing, China, 0087 and Heng-u Zou CEMA, Central Univerity o Finance and Economic,

More information

A New Test for the Success of Inflation Targeting

A New Test for the Success of Inflation Targeting ESCUELA DE NEGOCIOS Univeridad Torcuato Di Tella CIF Centro de Invetigación en Finanza Documento de Trabajo 03/2004 A New Tet for the Succe of Inflation Targeting Verónica Cohen Sabbán Banco Central de

More information

arxiv: v1 [q-fin.pm] 20 Jun 2018

arxiv: v1 [q-fin.pm] 20 Jun 2018 Mean-Variance Efficiency of Optimal Power and Logarithmic Utility Portfolio Tara Bodnar a, mytro Ivaiuk b, Netor Parolya c,, and Wolfgang Schmid b arxiv:1806.08005v1 [q-fin.pm] 0 Jun 018 a epartment of

More information

DIVERSIFIED TREATMENT UNDER AMBIGUITY. Charles F. Manski Department of Economics and Institute for Policy Research, Northwestern University

DIVERSIFIED TREATMENT UNDER AMBIGUITY. Charles F. Manski Department of Economics and Institute for Policy Research, Northwestern University DIVERSIFIED TREATMENT UNDER AMBIGUITY Charle F. Manki Department of Economic and Intitute for Policy Reearch, Northwetern Univerity December 31, 2008 (12:46pm) Abtract Thi paper develop a broad theme about

More information

HEALTH MAINTENANCE BY WORKERS IN RURAL AND URBAN PRODUCTION STRUCTURES 1 WPS/

HEALTH MAINTENANCE BY WORKERS IN RURAL AND URBAN PRODUCTION STRUCTURES 1 WPS/ HEALTH MANTENANCE BY WORKERS N RURAL AND URBAN PRODUCTON STRUCTURES 1 by Germano M. Mwabu 2 and Stephen A. O Connell 3 WPS/2001-13 April 20, 2001 ABSTRACT: The paper explore ome interaction between production

More information

Are Saudi Banks Efficient? Evidence using Data Envelopment Analysis (DEA) Khalid AlKhathlan (Corresponding Author)

Are Saudi Banks Efficient? Evidence using Data Envelopment Analysis (DEA) Khalid AlKhathlan (Corresponding Author) Are Saudi Bank Efficient? Evidence uing Data Envelopment Analyi (DEA) Khalid AlKhathlan (Correponding Author) Economic Department, College of Buine Adminitration, King Saud Univerity, P.O.Box 2459, Riyadh

More information

Tsukuba Economics Working Papers No

Tsukuba Economics Working Papers No Tukuba Economic Working Paper No. 2016-003 Optimal Shadow Price for the Public Sector in the Preence of a Non-linear Income Tax Sytem in an Open Economy by Hiahiro Naito June 2016 UNIVERSITY OF TSUKUBA

More information

(1) Alternative signaling strategies in the absence of errors in self-perception

(1) Alternative signaling strategies in the absence of errors in self-perception Supplementary Material The Evolution of Individual Variation in Communication Strategie Carlo A. Botero, Ido Pen, Jan Komdeur, & Franz J. Weiing Content: (1) Alternative ignaling trategie in the abence

More information

Research on Performance and Valuation of Enterprises Placarded by Others Based on the Improved Panel Vector Auto-Regression Model

Research on Performance and Valuation of Enterprises Placarded by Others Based on the Improved Panel Vector Auto-Regression Model Applied Economic and Finance Vol. 5, No. 3; May 2018 ISSN 2332-7294 E-ISSN 2332-7308 Publihed by Redfame Publihing URL: http://aef.redfame.com Reearch on Performance and Valuation of Enterprie Placarded

More information

Optimizing revenue for bandwidth auctions over networks with time reservations

Optimizing revenue for bandwidth auctions over networks with time reservations Optimizing revenue for bandwidth auction over network with time reervation Pablo Belzarena,a, Fernando Paganini b, André Ferragut b a Facultad de Ingeniería, Univeridad de la República, Montevideo, Uruguay

More information

Optimal Government Debt Maturity

Optimal Government Debt Maturity Optimal Government Debt Maturity Davide Debortoli Ricardo Nune Pierre Yared October 13, 214 Abtract Thi paper develop a model of optimal government debt maturity in which the government cannot iue tate-contingent

More information

Belief Heterogeneity, Collateral Constraint, and Asset Prices with a Quantitative Assessment

Belief Heterogeneity, Collateral Constraint, and Asset Prices with a Quantitative Assessment Belief Heterogeneity, Collateral Contraint, and Aet Price with a Quantitative Aement Dan Cao Department of Economic, Georgetown Univerity Abtract The recent economic crii highlight the role of financial

More information

The Value of Informativeness for Contracting

The Value of Informativeness for Contracting The Value of Informativene for Contracting Pierre Chaigneau HEC Montreal Alex Edman LBS, Wharton, NBER, CEPR, and ECGI Daniel Gottlieb Wharton June 27, 2014 Abtract The informativene principle demontrate

More information

ECOLE POLYTECHNIQUE ON THE SELF-FULFILLING PROPHECY OF CHANGES IN SOVEREIGN RATINGS. Cahier n Ingmar SCHUMACHER.

ECOLE POLYTECHNIQUE ON THE SELF-FULFILLING PROPHECY OF CHANGES IN SOVEREIGN RATINGS. Cahier n Ingmar SCHUMACHER. ECOLE POLYTECHNIQUE CENTRE NATIONAL DE LA RECHERCHE SCIENTIFIQUE ON THE SELF-FULFILLING PROPHECY OF CHANGES IN SOVEREIGN RATINGS Ingmar SCHUMACHER hal-00668284, verion 1-9 Feb 2012 February 2012 Cahier

More information

THE EFFECT OF THE INCOME IMPUTATION ON POVERTY MEASUREMENT: THE APPROACH OF NONPARAMETRIC BOUNDS

THE EFFECT OF THE INCOME IMPUTATION ON POVERTY MEASUREMENT: THE APPROACH OF NONPARAMETRIC BOUNDS 2003 Joint Statitical Meeting - Buine & Economic Statitic Section THE EFFECT OF THE INCOME IMPUTATION ON POVERTY MEASUREMENT: THE APPROACH OF NONPARAMETRIC BOUNDS Claudio Quintano, Roalia Catellano and

More information

CONSOLIDATED REPORT AND ACCOUNTS

CONSOLIDATED REPORT AND ACCOUNTS 2017 CONSOLIDATED REPORT AND ACCOUNTS THE PARTNER OF CHOICE 2017 Conolidated Report and Account Content 1 Conolidated tatement of financial poition a of 31 December 2017 and 2016 2 Conolidated tatement

More information

Risks of Marketing Credit sales Service in Islamic Banks

Risks of Marketing Credit sales Service in Islamic Banks Rik of Marketing Credit ale Service in Ilamic Bank Dr. Abdullah Ibrahim Nazal Jordan Abtract Thi tudy concentrate on rik of marketing credit ale ervice in Ilamic bank in capitalim economic ytem. It give

More information

Figure 5-1 Root locus for Problem 5.2.

Figure 5-1 Root locus for Problem 5.2. K K( +) 5.3 () i KG() = (ii) KG() = ( + )( + 5) ( + 3)( + 5) 6 4 Imag Axi - -4 Imag Axi -6-8 -6-4 - Real Axi 5 4 3 - - -3-4 Figure 5- Root locu for Problem 5.3 (i) -5-8 -6-4 - Real Axi Figure 5-3 Root

More information

The dynamics of asset prices and leverage under belief heterogeneity

The dynamics of asset prices and leverage under belief heterogeneity The dynamic of aet price and leverage under belief heterogeneity Dan Cao Department of Economic, Georgetown Univerity Abtract The recent economic crii highlight the role of financial market in allowing

More information

Urban J. Jermann 21-07

Urban J. Jermann 21-07 The Equity Premium Implied by Production Urban J. Jermann 21-07 The Equity Premium Implied by Production Urban J. Jermann The Wharton School of the Univerity of Pennylvania and NBER Augut 30, 2007 Abtract

More information

Expert Advice Innovative Options Personalized Service

Expert Advice Innovative Options Personalized Service Retirement Plan Solution OUR MISSION, OUR FIRM Expert Advice Innovative Option Peronalized Service Our Miion i to help our client build financial ecurity through quality product and outtanding ervice,

More information

Employee Sentiment and Stock Option Compensation

Employee Sentiment and Stock Option Compensation Employee Sentiment and Stock Option Compenation ittai K. Bergman Dirk Jenter MIT Sloan School of Management Thi Draft: February 005 3 Abtract The ue of equity-baed compenation for employee in the lower

More information

Unions, Firing Costs and Unemployment

Unions, Firing Costs and Unemployment DISCUSSION PAPER SERIES IZA DP No. 1157 Union, Firing Cot and Unemployment Leonor Modeto May 004 Forchungintitut zur Zukunft der Arbeit Intitute for the Study of Labor Union, Firing Cot and Unemployment

More information

Global imbalances or bad accounting? The missing dark matter in the wealth of nations 1

Global imbalances or bad accounting? The missing dark matter in the wealth of nations 1 Global imbalance or bad accounting? The miing dark matter in the wealth of nation 1 Ricardo Haumann Kennedy School of Government and Center for International Development,, Harvard Univerity Federico Sturzenegger

More information

Asian option pricing problems of uncertain mean-reverting stock model

Asian option pricing problems of uncertain mean-reverting stock model Soft Comput 18 :558 559 http://doi.org/1.17/5-17-54-8 FOCUS Aian option pricing problem of uncertain mean-reverting tock model Yiyao Sun 1 Kai Yao 1, Jichang Dong 1, Publihed online: 5 February 17 Springer-Verlag

More information

Interconnectedness, Systemic Crises and Recessions

Interconnectedness, Systemic Crises and Recessions WP/5/46 Interconnectedne Sytemic Crie and Receion Marco A. Epinoa-Vega and Steven Ruell 205 International Monetary Fund WP/5/46 IMF Working Paper Intitute for Capacity Development Interconnectedne Sytemic

More information

Asset Pricing with Dynamic Margin Constraints

Asset Pricing with Dynamic Margin Constraints Aet Pricing with Dynamic Margin Contraint Oleg Rytchkov Abtract Thi paper tudie aet pricing implication of endogenouly determined time-varying margin requirement in an exchange economy with heterogeneou

More information

2 1. Introduction Under many of the maor U.S. environmental law e.g., the Comprehenive Environmental Repone, Compenation, and Liability Act (CERCLA, a

2 1. Introduction Under many of the maor U.S. environmental law e.g., the Comprehenive Environmental Repone, Compenation, and Liability Act (CERCLA, a EXTENDED LIABILITY FOR ENVIRONMENTAL ACCIDENTS: WHAT YOU SEE IS WHAT YOU GET Emma Hutchinon Klaa van 't Veld Department of Economic, Univerity of Michigan Abtract When a firm may be bankrupted by the liability

More information

Follow the Value Added: Tracking Bilateral Relations in Global Value Chains

Follow the Value Added: Tracking Bilateral Relations in Global Value Chains MPRA Munich Peronal RePEc Archive Follow the Value Added: Tracking Bilateral Relation in Global Value Chain Aleandro Borin and Michele Mancini Bank of Italy, Bank of Italy 14 November 2017 Online at http://mpra.ub.uni-muenchen.de/82692/

More information

A Theory of Repurchase Agreements, Collateral Re-use, and Repo Intermediation

A Theory of Repurchase Agreements, Collateral Re-use, and Repo Intermediation A Theory of Repurchae Agreement, Collateral Re-ue, and Repo Intermediation Piero Gottardi European Univerity Intitute Vincent Maurin Stockholm School of Economic Cyril Monnet Univerity of Bern, SZ Gerzenee

More information

A joint Initiative of Ludwig-Maximilians-Universität and Ifo Institute for Economic Research GENERALIZED CASH FLOW TAXATION*

A joint Initiative of Ludwig-Maximilians-Universität and Ifo Institute for Economic Research GENERALIZED CASH FLOW TAXATION* A joint Initiative of Ludwig-Maximilian-Univerität and Ifo Intitute for Economic Reearch Working Paper GENERALIZED CASH FLOW TAXATION* Alan J. Auerbach David F. Bradford CESifo Working Paper No. 425 February

More information

FEDERAL RESERVE BULLETIN

FEDERAL RESERVE BULLETIN FEDERAL RESERVE BULLETIN VOL. 24 DECEMBER, 1938 No. 12 REVIEW OF THE MONTH Buine activity increaed in November, continuing the rie which began early lat Summer. Indutrial pro- Further increae in d uc tion,

More information

Pledgeability, Industry Liquidity, and Financing Cycles. Abstract

Pledgeability, Industry Liquidity, and Financing Cycles. Abstract March 7 Pledgeability, Indutry Liquidity, and Financing Cycle Dougla W. Diamond Yunzhi Hu and Raghuram G. Rajan Chicago ooth and NER Chicago ooth Chicago ooth and NER Abtract Why are downturn following

More information

Economies of Scale and International Business Cycles

Economies of Scale and International Business Cycles Economie of Scale and International Buine Cycle Daioon Kim Univerity of Wahington November 13, 2017 Abtract Mot international buine cycle model aume a linear cot function and diregard variation in cot

More information

The Equity Premium Implied by Production

The Equity Premium Implied by Production Univerity of Pennylvania ScholarlyCommon Finance Paper Wharton Faculty Reearch 2010 The Equity Premium Implied by Production Urban J. Jermann Univerity of Pennylvania Follow thi and additional work at:

More information

The Value of Informativeness for Contracting

The Value of Informativeness for Contracting The Value of Informativene for Contracting Pierre Chaigneau HEC Montreal Alex Edman LBS, Wharton, NBER, CEPR, and ECGI Daniel Gottlieb Wharton May 10, 2014 Abtract The informativene principle demontrate

More information

Price Trends in a Dynamic Pricing Model with Heterogeneous Customers: A Martingale Perspective

Price Trends in a Dynamic Pricing Model with Heterogeneous Customers: A Martingale Perspective OPERATIONS RESEARCH Vol. 57, No. 5, September October 2009, pp. 1298 1302 in 0030-364X ein 1526-5463 09 5705 1298 inform doi 10.1287/opre.1090.0703 2009 INFORMS TECHNICAL NOTE INFORMS hold copyright to

More information

340B Aware and Beware

340B Aware and Beware 340B Aware and Beware Being aware of the complex and ever-changing 340B Drug Pricing Program rule help covered entitie maintain integrity and drive program value. Succeful 340B program focu on three fundamental

More information

Optimizing Cost-sensitive Trust-negotiation Protocols

Optimizing Cost-sensitive Trust-negotiation Protocols Optimizing Cot-enitive Trut-negotiation Protocol Weifeng Chen, Lori Clarke, Jim Kuroe, Don Towley Department of Computer Science Univerity of Maachuett, Amhert, MA, 000 {chenwf, clarke, kuroe, towley}@c.uma.edu

More information

The Effect of the Foreign Direct Investment on Economic Growth* 1

The Effect of the Foreign Direct Investment on Economic Growth* 1 The Effect of the Foreign Direct nvetment on Economic Growth* Nihioka Noriaki Oaka Sangyo Univerity ntrouction Mot eveloping countrie have to epen on foreign capital to provie the neceary invetment for

More information

Economies of Scale and International Business Cycles

Economies of Scale and International Business Cycles Economie of Scale and International Buine Cycle Daioon Kim Univerity of Wahington October 26, 2017 Abtract Mot international buine cycle model aume a linear cot function and diregard variation in cot tructure

More information

Valuation of Irreversible Investments and Agency Problems Jril Mland February 24, 1999 Preliminary draft Abstract This article examines dynamic invest

Valuation of Irreversible Investments and Agency Problems Jril Mland February 24, 1999 Preliminary draft Abstract This article examines dynamic invest Valuation of Irreverible Invetment and Agency Problem Jril Mland February 4 1999 Preliminary draft Abtract Thi article examine dynamic invetment deciion when there i an agency problem. A principal delegate

More information