Evolutionary Computing Applied to Stock Market using Technical Indicators

Size: px
Start display at page:

Download "Evolutionary Computing Applied to Stock Market using Technical Indicators"

Transcription

1 Evolutionary Computing Applie to Stock Market using Technical Inicators Ariano Simões, Rui Neves, Nuno Horta Instituto as Telecomunicações, Instituto Superior Técnico Av. Rovisco Pais, Lisboa, Portugal. ABSTRACT This paper proposes a new a meium/long term investment strategy for stock markets base on a combination of Simple Moving Averages Crossover (SMAC) an Moving Average Derivate (MAD). This strategy is compare with the Buy an Hol, with the Moving Averages Crossover, an with the Moving Average Derivate strategy. The experiments show that the combination of SMAC an MAD outperforms the results of each strategy iniviually. The presente approach has an average return of investment of 9.0%, compare with the 2.6% return of the Buy an Hol, for the S&P500, FTSE00, DAX30 an NIKKEI225, between 2004 an General Terms Algorithms, Economics, Experimentation, Performance. Keywors Optimization, Technical Analysis, Evolutionary Algorithms, Financial Analysis, Moving Average.. INTRODUCTION The stuy of profitable traing rules in the stock market constitutes a wiely known problematic in financial markets. Although the existence of those rules still generate great controversy for many economists an acaemics [6]. On the other han, investor, traers, an other stakeholers of financial an investment firms, with large experience in the stock market, claim that it is possible to have excessive returns (compare with the Buy an Hol) using algorithmic traing [][4]. One investment technique commonly use is Technical Analysis, which forecasts the price of stocks base only on the price of the stock an the volume trae in the past. Momentum strategies base on the continuation in the evolution of a stock price on their recent history [0][8], have prove to be consistently more profitable than the inexes where those stocks were inclue. The founation of Technical Analysis is the Dow Theory, written by Charles Dow, founer of Wall Street Journal where the main ieas of the Dow Theory where publishe, in the en of the XIX century [][3] The main iea of this Theory is that stock markets move accoring to trens. These trens are more important with the longer the time-frame they ha been active, an can overlap. This means that in a large uptren small ownsizes of short term can occur, but the tren is not over until strong signals of reversal occur. In this paper we will concentrate on ientifying meium to long term trens. Although a theoretical explanation of why these meiums to long term trens occur is not the focus of this paper, several causes can be pointe out. The first an probably the more important is the economical cycles theory, which states that the economy has long perios (months or years) of growth followe by perios of ecline or stagnation. With this in min an knowing that the stock market reflects not only the current performance of companies, but also the expectations about the future it is possible to ientify a correlation between economic cycles an stock market cycles. Aitionally to the economic cycles are other factors that can contribute to the price fluctuation like share buyback, which mainly occurs when companies generate large profits (it woul be a o iea for a company in financial nees, to allocate money to stock repurchase), which implies that share buy backs are one most of the time in a uptren economical cycle, when the company generate excess profits. Other important factor is the money flow of the stock market (especially in countries like the U.S.A. where most citizens have investments in the stock market). The effect of the money flow can be foun even in companies or mutual funs with goo performance, as the aversion to risk increases to the public in the beginning of the Bear Markets, people ten to reirect their capital to more secure investments like bons, eposits (or even commoities as occurre in this Bear market). This ecapitalization of the stock market (an because the number of shares is the same) leas the stocks own following the simply rule of supply an eman: supply increase (as people try to sell) an eman stagnate or even ecrease (people change to ifferent markets). Genetic Algorithms are optimization techniques base on the principles of natural evolution. In [7] is provie a formal stuy of this subject. This paper presents a genetic algorithm for optimizing Technical Inicators parameters in orer to maximize returns. Other GAs have been previously use to optimize technical inicators parameters, in particular [7] an to evelop investment strategies base on technical inicators [] [8] [9] [20] [2]. In this sense, we propose the use of a GA to obtain the set of inicators an their parameters, which shoul be use to preict a aily market value. Initially we have applie GAs to fin the more suitable parameters of the SMAC an MAD inicator for meium an long term traing. After that we combine both strategies, so that a buy or short-sell signal is only mae when both strategies agree, again a GA is use to optimize the four Technical Inicators Parameters of the two strategies at the same time.

2 The next section will iscuss the relate work on the Genetic Algorithms an various traing strategies currently use in Technical Analyses. Section 3 explains the system architecture an the investment strategies use in this paper, the markets an years use to test those strategies. Also in this section the overall escription of the GA is shown, an the fitness, selection, crossover an mutation functions use. In section 4 the results are presente an a highlight of the most relevant results is mae. In section 5 the conclusions of this stuy are shown. 2. RELATED WORK One of the most use an olest strategies to ientify trens is the crossing of Moving Averages. This strategy consists of having two Moving Averages, one of long term, an other of meium term. A buying signal is generate when the Meium Moving Average crosses up the Long Moving Average, whenever the cross is ownwars a selling signal is generate. This strategy has been stuie by [2] an by []. This stuies conclue that from 90 to 2000 the Crossing of the Moving Average perform better than the Buy an Hol strategy, except for the perio from 980 to 2000 where the market exhibite a regular uptren, an no excess profits where possible as reporte in [5]. More complete stuies of other Technical Inicators has been mae, like the one in [3] who stuies the profitability of 76 Technical Inicators with robust results for some inicators. Many papers have been recently publishe on the use of GAs to optimize technical inicators like [7], which use GAs to optimize the parameter of a single Technical Inicator, the MACD (Moving Average Convergence-Divergence) with 3 parameters, an an extra parameter for the history winow size. Another solution base also on optimizing Technical Inicators parameters is the one use in [], where the chromosome is compose by the MACD, RSI an history winow size, also a comparison between single an multi-objective is mae. Besies GAs others optimization techniques has been applie to this area of stuy, like neural networks in [2], where the neural network uses for the inputs the price, volume, interest rate an foreign exchange rate. Also other more unexplore approaches like pattern recognition as been trie in [5] which explores a more visual approach to Technical Analysis. Other technical information has been stuie. The influence of volume as a preicting tool was stuie in [4] [6], the inicator is base in the suen increase of the volume to generate a buy signal. This stuy concentrates in the optimization of technical traing rules which has not been yet teste with GAs, like the SMAC an MAD strategies, an also, combines these two strategies in one chromosome trying to achieve better an soli returns than with the solo strategies. 3. METHODOLOGY The propose system consists on a Genetic Algorithm couple with a market return evaluation moule base on the return of the strategies in ifferent markets in specific time-frames. 3. SYSTEM ARCHITECTURE Figure System Overall Architecture. The complete process can be summarize as: The user starts by specifying the markets to analyze an next chooses the Technical Inicators use in the strategy. Finally, the user chooses the train an test perio. Afterwars, the Genetic Algorithm Kernel runs several number of times, optimizing the parameters of the strategy for the markets an training perio chosen. Finally for each run of the GA, its return on the test perio is calculate. Detail info is shown to the user isplaying the optimize strategy an the return for each market in the test an in the training perio. 3.. MODULES DESCRIPTION This section presents the overall escription of each moule an their main responsibilities. Technical Inicators: This moule is responsible for the creation an management of the technical inicators use by all the strategies. This unit calculates the value of the technical inicators for a specifie inex an time perio an stores it s calculation for later reuse. This moule is also responsible for calculating the strategies ecisions (if it shoul buy, short-sell or be out of the market). Train an Testing Perios: The Time Perio moule controls the time components of the Stock Inexes, in this unit the user can specify which time perios the Genetic Algorithm will use for optimization, an which time perio shoul be use for test, an its configuration (continuous, sliing winow, an others.) Stock Market Inexes: This moule is responsible for loaing the stock market inexes from the source (a.csv file) an giving access to the ata to the other parts, the store information inclues the close value, the open, high, low an the ate. Market Return Evaluation: In this block it is calculate the return an other metrics for evaluating the investment strategy (like the Sharpe Ratio, number of traes execute, ROI, an others.). The results can be evaluate

3 for several types of metrics, yearly or monthly an with simple or compoun average. Genetic Algorithm: The Genetic Algorithm Moule is the most important because it is the one who oes the core functions of the system. This moule uses ata from all the other moules to calculate the perfect strategy with the Technical Inicators specifie by the user for the specifie markets, in the training perio. The crossover is a onepoint crossover, an parents are chosen base on a roulette-wheel selection. Optimize Strategy: Finally this moule is responsible for showing the user the result of the optimization. Besie the best strategy obtaine, it also shows results from various runs of the Genetic Algorithm, so the user can test the average results an robustness of the solution. For each strategy it shows the return in the test an training perio, the yearly return an the Sharpe Ratio. 3.2 TRAIN AND TEST DATA SET The time perio chosen for training was from January 993 to 3 December 2003, eleven years of aily ata. This time perio was chosen for two main reasons. The first one is that the time perio shoul be big enough to be statically relevant an to avoi any kin of bias ue to a small sample perio. Seconly, the market ata shoul be similar in nature to the markets where the system is going to be applie. With the constant changes in the stock market in the last years, like online traing, algorithmic traing, high volume traing, an with the increase in the spee an amount of exchange information an short elays for new information to reach an change markets evolution, early an mi 20th century ata may be meaningless to current moels to preict stock markets behavior. The testing perio was from January 2004 to 3 December 2009, six years of testing. This perio was chosen to test the GAs in an almost real situation, simulating that the investor ha run the training in 993 to 2003, an applie these strategies until the present. Also, the fact that the markets ha been very stressful an that this has been a very ifficult perio for all the operators in the market, meaning that fining a successful strategy in this type of market is not an easy task. The markets teste where the S&P500 (USA), FTSE00 (Englan), DAX30 (Germany) an NIKKEI225 (Japan). They represent the main inexes of the main evelope economies. These are markets that behave in a stable an orerly fashion for long perios. They also inclue several big companies in ifferent sectors which gives an extra stability to them. They react mainly to company profits an major economic events. They also have high volume of transactions an are ifficult to manipulate ue to high stanars of regulation an size. 3.3 TECHNICAL INDICATORS For the strategies use the Simple Moving Average will be applie, which can be calculate using the following expression (): SMA n ( ) = n t= n+ P( t) () Where n is the time perio (in ays), is the ay where the moving average is calculate, P(t) is the value of the Inex at ay t. An example of this inicator for a SMA of 200 ays is presente in Figure 2. Figure 2 - Evaluation of the SMA(200) from 2000 to 200 in the S&P 500. The first strategy to be teste was the Simple Moving Averages Crossover (SMAC) which is compose by two Moving Averages (MA) with ifferent time perios. One of the MA is a long term MA, an the other is a short term MA. A buying signal is generate whenever the short term MA crosses over the long term MA, an a sell signal is generate whenever the short term MA crosses uner the long term MA. Following this strategy the investor will buy (or maintain) the Inex whenever Eq. (2) is higher than zero, an will short sell whenever Eq. (2) will be lower than zero. SMAC MAD n, g s, l ( ) = P( t) P( t) s t= s+ l t= l+ ( ) = t= n+ P( t) ng Where l is the time perio use for long term, s the time perio for short term, an P(t) the value of the Inex at ay t. An example of this inicator for a SMAC of 200 an 50 ays is presente in Figure 3. Another inicator that will be use in this paper is the Moving Average Derivate (MAD). It is an extene version of the MA Change escribe in []. In the original version it is calculate by subtracting e value of the current MA with the value of the MA in the previous ay. In mathematics this is simply the secant to the MA curve in the last two ays. In this way the Derivate of the MA can be calculate base on the efinition of Secant of the MA (Eq. 3). Where n is the time perio use to calculate the MA an g is the istance between the two ays to calculate the secant (the original strategy consists of a fixe g with value ). t= n+ P( t g) (2) (3)

4 market or in short-sell, an issues a short-sell signal when both inicators avise to short-sell. Other inicators were teste like Relative Strength Inex (RSI) an Moving Average Convergence Divergence (MACD) [3]. The RSI inicator is a momentum oscillator use to compare the magnitue of a stock s recent gains to the magnitue of its recent losses, in orer to etermine overbought or oversol conitions. The formula use on its calculation is: 00 RSI n ( ) = 00 Ups ( n) + Downs ( n) (4) Figure 3 - Evaluation of the SMAC(200, 50) from 2000 to 200 in the S&P 500. Figure 4 - Evaluation of the MAD(200, 50) from 2000 to 200 in the S&P 500. In this way the value of the MAD reflects the current value of the Inex. As mentione the strategy consists of buying when the MAD is larger than zero an short sell when it is less than zero. The strategy introuce in this paper is the MAD (Moving Average Derivate) an consists on having only one MA. The iea behin this strategy is to buy the Inex when the Derivate of the MA is positive (meaning that the Inex will go up), an short sell when the Derivate is negative. An example of the calculation of this Inicator with the parameters, 200 for the long Moving Average, an 50 for the gap, can be seen in Figure 4, where is shown the evolution of the S&P 500 from 2000 to 200 an the respective values of the MAD. This inicator gives a buy orer when the MAD crosses the zero in an ascening slope an a sell orer when it crosses the zero in a escening slope. Besie this two inicators a new inicator is create, calle SMAC & MAD that inclues the two inicators mentione above (SMAC an MAD) that signals a buy when both the inicators are buying, oes nothing when one of the inicators is out of the Where n is the time perio (in ays), is the ay where the inicator is calculate. Ups is the sum of gains over the n perio an Downs is the sum of losses over the n perio. When calculate, the RSI line forms a signal between 0 an 00, which specifies etermine overbought or oversol conitions when its value is above or below specific levels. The Moving Average Convergence Divergence (MACD) inicator constitutes one of the most reliable inicators within the market. It is a tren following momentum inicator that exhibits the relation between two istinct moving averages. Essentially, it efines two lines; the MACD line which correspons to the ifference between a 26-week an 2-week EMA an a trigger line which correspons to an EMA of the MACD line. The ifference between the former lines allows us to obtain a histogram which can be easily analyze an offering us perspectives on price evolution PARAMETERS OF TECHNICAL INDICATORS After efining the strategies it is necessary to efine the parameters to use both in the SMAC an in the MAD strategies. As both strategies have two parameters, with similar meanings: The first parameter is similar to both strategies, the time perio of the long term MA. The secon parameter in one strategy is the time perio of a short term MA an in the other strategy is the istance between the two points use to calculate the secant. Both this parameters shoul be a meium term perios. The new Inicator (SMAC & MAD) has four parameters, two for the SMAC an two for the MAD. These parameters represent the parameter of the unerlying strategies. 3.4 GENETIC ALGORITHM KERNEL 3.4. GENETIC ENCODING The chromosome create must represent the Technical Inicators use, in this way the SMAC chromosome is represente by two genes, one for the shortest MA other for the longest MA in ays (natural numbers), the interval of this values is between an 250 (this value is above the largely use MA for long term analysis: 200 ays). The same rule applies to the MAD chromosome, where one of the parameters is the gap an the

5 other the number of ays of the MA. In Table it is shown a representation of a possible chromosome for the SMAC & MAD chromosome (which inclues both the SMAC an MAD genes): Table - An example of a Chromosome SMAC MAD Chromosome FEATURES OF THE GA The Genetic Algorithm use for the optimization uses a stanar optimization proceure. The selection of iniviuals for crossover is chosen base on a roulette wheel selection (but only the best half of the population enters the selection process), an the probability of being chosen is equal to the ratio: iniviual fitness function / Sum of fitness of all iniviuals. Each iniviual can be chosen any number of times for crossover (the only exception is that an iniviual cannot be chosen to crossover with himself). The crossover is a one-point crossover, each breaing generates the two possible istinct chilren an inclues them in the population. In the chromosome of only one inicator (SMAC or MAD) the chilren are create by swapping the long an shortest MA ay. In the SMAC & MAD chromosome the chilren are create by swapping the 2 genes that represent each Inicator (the first chilren takes the SMAC genes from parent A, an MAD genes from parent B, an the secon chilren the other way aroun). The fitness function use is the average return of the iniviual for the 4 Stocks Inexes chosen, uring the years of the train (993 to 2003). Figure 5 - Histogram of returns of the MAD Chromosome, from 2004 to RESULTS The optimization proceure escribe above was run fifty times for each approach namely, MAD, SMAC an SMAC & MAD, aitionally 50 ranom strategies were evaluate (The ranom strategy consists in each ay eciing a ranom trae: long, shortsell or o nothing, each with one thir chance of occur.). In each run the best iniviual obtaine was evaluate for the test perio (2004 to 2009) for the yearly return of the average of the 4 Inexes. The histogram for the returns of the 50 runs for each chromosome is presente in Figure 5 an Figure 6 (values are in % of occurrences in the 50 runs). In Figure 7 although the percentage go only to 50% for better perception of the other values, the Buy & Hol as 00% on the 2.5 column, an the ranom strategy has 88% on the less than 2.5 column. As we can see in this figures, all the chromosomes beat the Buy an Hol an the ranom strategy, this confirms the valiity of the Technical Inicators use. Figure 6 - Histogram of returns of the SMAC Chromosome, from 2004 to 2009 Figure 7 - Histogram of returns of the Buy & Hol, Ranom SMAC& MAD, an SMAC & MAD, from 2004 to 2009

6 Aitionally we can see that the optimize chromosomes have better results that the ranom chromosome that as an almost uniforms istribution along all the return values. In the other han the SMAC has a curve similar to the Gaussian curve exhibiting pronounce tails. The MAD accumulates aroun two values: 7.5% an 9.5%. An finally the SMAC & MAD Compost Chromosome is very similar with a Gaussian curve, which proves that this strategy has the most soli results. The etaile statistics can be seen in Table 2. Table 2 - Statistics of the returns in the test perio for the ifferent strategies. Best: Average: Meian: Worst: Buy & Ranom SMAC SMAC MAD Hol Strategy & MAD 2.6% 0.% 0.5% 8.58% 0.2% 2.6% 8.5% 8.7% -.0% 9.0% 2.6% 8.9% 8.0% -.% 9.2% 2.6% 6.3% 6.8% -7.33% 7.3% In this table is possible to see that the Buy & Hol an the Ranom Strategy have the lowest Worst, Meian, Average an Best Values. An that the SMAC & MAD have Average, Meian, an Worst value beating all the other strategies (an the Best value is not far away from the first). This means that using the optimize SMAC & MAD, not only the expecte profit is better, but the possibility of a ba return happen uring the test perio has a low probability of occur, an even if it occurs the return will not be too low (the worst return of the SMAC & MAD in 50 runs in the test perio is 7.3%). Results incluing the use of RSI an MACD were not inclue since they performe worse than using only the SMAC & MAD. The reason is that RSI an MACD are short term inicators, an in this strategy we are looking for a meium-long term time perio. This teaches a precious lesson that is not by incluing many inicators that a better strategy can be prouce. In reality using only two inicators performe better than using the four inicators. The reason can be explaine by over fitting in the training perio that oes not translate to goo results in the testing perio. 4. RETURN ON INVESTMENT In the next table we can see the yearly average return in the test perio of the three best chromosomes foun in the training perio, with the respective number of traes, contrary to the return (which is annualize), the number of traes isplaye is the average number of traes for the four Inexes, uring all the testing perio (6 years). In this table we can see that the MAD & SMAC strategy have the best, the secon an fourth best results. This means that this is the most optimal an robust strategy, because it s the one who maintains the best results from the training perio to the testing perio. Table 3 -Yearly average return an Total Number of Traes of the various strategies teste from 2004 to 2009 R SharpeRatio = σ R f Average Return Total Nº Traes Buy & Hol 2.55% SMAC (227, 20) 8.34% 8 SMAC (225, 20) 8.27% 9 SMAC (222, 20) 7.73% 0 MAD (0, ) 8.5% 6 MAD (2, 0) 8.0% 5 MAD (2, ) 7.52% 4 MAD(86, 45) & SMAC(202, 93) 9.37% 0 MAD (08, 20) & SMAC(206, 95) 8.38% 2 MAD(2, ) & SMAC(242, 28) 8.27% 4.2 SHARPE RATIO The Sharpe Ratio is a measure that was create by Nobel Prize William Sharpe, to measure the rewar-to-variability ratio of a traing strategy [9]. This measure allow to compare two strategies with ifferent returns, an see if the aitional return of one strategy is ue to applying a more risky strategy, or to a smarter investment strategy. The Sharpe Ratio formula is (5): Where R is the average return of the strategy, R f is the risk free rate (normally the rate of the US treasuries security). An σ is the stanar eviation of the strategy. The risk free rate must be on a treasury security with the same time-frame that the investment strategy, since we are consiering 6 years, the more suitable security is the 5 year Treasury Note. A secure investment woul be buying a 5 year Treasury Note on 2004 an with a 3.36% yiel. Table 4 - Sharpe Ratio of the various strategies (5) Average Sharpe Ratio Buy & Hol SMAC (227, 20) SMAC (225, 20) 0.53 SMAC (222, 20) MAD (0, ) MAD (2, 0) MAD (2, ) 0.34 MAD(86, 45) & SMAC(202, 93) MAD (08, 20) & SMAC(206, 95) MAD(2, ) & SMAC(242, 28) 0.458

7 Figure 8 Evolution of the return of the Buy an Hol, an the MAD (08, 20) & SMAC(206, 95) strategy, on S&P500 from 2004 to In Table 4 we can see that the MAD & SMAC strategy has worse Sharpe Ratio results that the SMAC strategy (the SMAC has the best an secon best result, while the MAD & SMAC has the thir an fourth an fifth best Sharpe Ratio. The values of the MAD & SMAC are more stable with small ifferences between the best an the worst. This means that the returns showe in Table 3 are ue to the MAD & SMAC strategy being a bit more riskier (with more variance in the yearly returns) than the SMAC strategy. This means that the eciing factor on the choice of these two strategies is the investor profile risk. The investor can choose between a strategy with better returns but more volatility (the SMAC & MAD ) an the SMAC with more regular but less attractive results. In Figure 8 we can see the evolution of the return of the strategy with the best results in the training perio, uring the test perio, compare with the evolution of the Buy an Hol. In this graphic we can see that in Bull Markets the Buy an Hol strategy has better returns that other strategies, but the situation changes completely when the Bear Bear appears, an the MAD & SMAC, not only oes not loses capital, but also has a great recovery of capital. Finally in the en of the Bear Market, the MAD & SMAC oes not recognize right away the change an looses some capital an then stays out of the market for a while, until it etects the current uppertren an enters long again. In Figure 9 we can see the traing signals generate for the same strategy uring the testing perio. The arrows means opening positions (up arrow represent long buys, an own arrows shortsells.) an the crosses means the close of the open positions. In the beginning of the perio we can see the strategy tries to follow the short upwar trens of the market an avoiing the ownwar trens. When the market exibits clear trens, like the en of the Bull Market in 2006 an 2007 the strategy clear ientifies an follow the trens, an when the trens are changing (en of 2007 an mile of 2009) it first sells the active position, an enter the contrary position uppon more confirmation of the effective tren change. Then when the markets starts up again in 2009 first it exists the short position, stays out of the market until it is sure that there is a new uptren an then enters long again. The propose strategy is best suite for meium an long term investment since it only takes a ecision after the confirmation of a tren is clear, it has the great avantage of avoiing long perios of owntrens. The classical stategy of Buy an Hol that is only goo in markets that o not exibite bear markets like the 80s an 90s in the S&P500 oes not perform well in markets characterize by long bear markets. Figure 9 - Long an Short signals for the MAD (08, 20) & SMAC(206, 95) strategy for the S&P 500 from 2004 to 2009.

8 5. CONCLUSIONS This ocument presente the use of Genetic Algorithms to optimize the parameters of various Technical Inicators an with them create various traing strategies. The results obtain showe that this strategies beat significantly the Buy an Hol (the MAD & SMAC strategy ha an average of 9.0% against the 2.6% of the Buy an Hol), once more proving the valiity of Technical Analysis. Finally the optimize MAD & SMAC strategy is compare with the ranom strategy, with excellent results: the optimize has an average of return of 9.0% against the -.0% of the ranom strategy. The use of the MAD & SMAC has also shown better results than the use of any of the inicators iniviually. 6. BIBLIOGRAPHY [] Boas-Sagi, D. J., Fernánez, P., Hialgo, J. I., Soltero, F. J., an Risco-Martín, J. L. Multiobjective optimization of technical market inicators. In Proceeings of the GECCO '09 Annual Conference Companion on Genetic an Evolutionary Computation Conference, Montreal, Canaa, 2009, [2] Brock, William & Lakonishok, Josef & LeBaron, Blake, 992. Simple Technical Traing Rules an the Stochastic Properties of Stock Returns. Journal of Finance, American Finance Association, vol. 47(5), pp [3] Canegrati, E., A Non-Ranom Walk own Canary Wharf, in MPRA Paper. 2008, University Library of Munich. [4] Chan, E. P., Quantitative Traing, John Wiley an Sons, New Jersey, [5] Ellis, Craig A. & Parbery, Simon A., Is smarter better? A comparison of aaptive, an simple moving average traing strategies. Research in International Business an Finance, Elsevier, vol. 9(3), 2005, [6] Fama, Eugene F., 998. Market efficiency, long-term returns, an behavioral finance. Journal of Financial Economics, Elsevier, vol. 49(3), pp [7] Fernánez-Blanco, P., et al., Technical market inicators optimization using evolutionary algorithms. in Proceeings of the 2008 GECCO conference companion on Genetic an evolutionary computation Atlanta, USA, [8] Gorgulho, A., Neves, R. an Horta N., et al., Using GAs to Balance Technical Inicators on StockPicking for Financial Portfolio Composition. in Proceeings of the 2009 GECCO conference companion on Genetic an evolutionary computation Montreal, Canaa, [9] Hassan, G. an Clack C., "Robustness of Multiple Objective GP Stock-Picking in Unstable Financial Markets," in Genetic an Evolutionary Computation Conference, Montreal, Canaa, 2009, [0] Jegaeesh, N., an Titman, S. Returns to buying winners an selling losers: Implica-tions for stock market efficiency, Journal of Finance 48, 993, [] Kaufman, P. J., New Traing Systems An Methos, John Wiley & Sons Inc., San Francisco, CA [2] Kimoto, T. an Asakawa, K., Stock Market Preiction System with Moular Neural Networks, IJCNN International Joint Conference on Neural Networks, vol., 990, -6. [3] Kirkpatrick, C. D. an Dahlquist R. D., Technical Analysis, FT press [4] Leigh, W., Moani N. an Hightower, R., A computational implementation of stock charting: abrupt volume increase as signal for movement in New York Stock Exchange Composite Inex, Decision Support Systems, Volume 37, Issue 4, September 2004, pp [5] Leigh, W., Frohlich, C. J., Hornik, S., Purvis, R. L. an Roberts, T. L., Traing With a Stock Chart Heuristic, IEEE Transactions on systems, man, an cybernetics Part A: Systems an Humans, vol. 38, no., january 2008 [6] Leigh, W. an Purvis, R., Implementation an valiation of an opportunistic stock market timing heuristic: One-ay share volume spike as buy signal, Expert Systems with Applications, Volume 35, Issue 4, November 2008, [7] Michalewicz, 994. Genetic Algorithms + Data Structures = Evolution Programs. Springer-Verlag, 2n eition, 994 [8] Rey, D. M. an Schmi, M. M., "Feasible momentum strategies: Evience from the Swiss stock market," Financial Markets Portfolio Management, vol. 2, 2007, [9] Sharpe, W. F, The Sharpe Ratio. Journal of Portfolio Management 2 () 994, [20] Wagman, L, "Stock Portfolio Evaluation: An Application of Genetic-Programming-Base Technical Analysis," Genetic Algorithms an Genetic Programming at Stanfor, 2003, [2] Yan, W. an Clack, C., Evolving Robust GP Solutions for Hege Fun Stock Selection in Emerging Markets, in Proceeings of the 2007 GECCO conference companion on Genetic an evolutionary computation. 2007, Lonon, UK,

SHORT-TERM STOCK PRICE REACTION TO SHOCKS: EVIDENCE FROM AMMAN STOCK EXCHANGE

SHORT-TERM STOCK PRICE REACTION TO SHOCKS: EVIDENCE FROM AMMAN STOCK EXCHANGE SHORT-TERM STOCK PRICE REACTION TO SHOCKS: EVIDENCE FROM AMMAN STOCK EXCHANGE Dima Walee Hanna Alrabai Assistant Professor, Finance an Banking Sciences Department, Faculty of Economics an Business Aministration,

More information

REAL OPTION MODELING FOR VALUING WORKER FLEXIBILITY

REAL OPTION MODELING FOR VALUING WORKER FLEXIBILITY REAL OPTION MODELING FOR VALUING WORKER FLEXIBILITY Harriet Black Nembhar Davi A. Nembhar Ayse P. Gurses Department of Inustrial Engineering University of Wisconsin-Maison 53 University Avenue Maison,

More information

An investment strategy with optimal sharpe ratio

An investment strategy with optimal sharpe ratio The 22 n Annual Meeting in Mathematics (AMM 2017) Department of Mathematics, Faculty of Science Chiang Mai University, Chiang Mai, Thailan An investment strategy with optimal sharpe ratio S. Jansai a,

More information

OPEN BUDGET QUESTIONNAIRE RWANDA

OPEN BUDGET QUESTIONNAIRE RWANDA International Buget Partnership OPEN BUDGET QUESTIONNAIRE RWANDA September, 28 2007 International Buget Partnership Center on Buget an Policy Priorities 820 First Street, NE Suite 510 Washington, DC 20002

More information

Premium-Discount Patterns in Exchange-Traded Funds (ETFs): Evidence from the Tracker Fund of Hong Kong (TraHK)

Premium-Discount Patterns in Exchange-Traded Funds (ETFs): Evidence from the Tracker Fund of Hong Kong (TraHK) Premium-Discount Patterns in Exchange-Trae Funs (ETFs): Evience from the Tracker Fun of Hong Kong (TraHK) Karen, H.Y. Wong Department of Accounting, Finance an Law, The Open University of Hong Kong, Hong

More information

A Game Theoretic Model of Deposit Contracts between the Bank and the Depositor - Extend Study on the Economic Analysis of Bank Run

A Game Theoretic Model of Deposit Contracts between the Bank and the Depositor - Extend Study on the Economic Analysis of Bank Run wwwscieuca/ijfr International Journal of Financial Research Vol 5, No 3; 04 A Game Theoretic Moel of Deposit Contracts between the Bank an the Depositor - Exten Stuy on the Economic Analysis of Bank Run

More information

OPEN BUDGET QUESTIONNAIRE CAMEROON

OPEN BUDGET QUESTIONNAIRE CAMEROON International Buget Project OPEN BUDGET QUESTIONNAIRE CAMEROON October 2005 International Buget Project Center on Buget an Policy Priorities 820 First Street, NE Suite 510 Washington, DC 20002 www.internationalbuget.org

More information

Combining Pattern Sequence Similarity with Neural Networks for Forecasting Electricity Demand Time Series

Combining Pattern Sequence Similarity with Neural Networks for Forecasting Electricity Demand Time Series Proceeings of International Joint Conference on Neural Networks, Dallas, Texas, USA, August 4-9, 213 Combining Pattern Sequence Similarity with Neural Networks for Forecasting Electricity Deman Time Series

More information

Dynamic Accumulation Model for the Second Pillar of the Slovak Pension System

Dynamic Accumulation Model for the Second Pillar of the Slovak Pension System UDC: 368.914(437.6) JEL classification: C1, E27, G11, G23 Keywors: ynamic stochastic programming; fune pillar; utility function; Bellman equation; Slovak pension system; risk aversion; pension portfolio

More information

PERFORMANCE OF THE CROATIAN INSURANCE COMPANIES - MULTICRITERIAL APPROACH

PERFORMANCE OF THE CROATIAN INSURANCE COMPANIES - MULTICRITERIAL APPROACH PERFORMANCE OF THE CROATIAN INSURANCE COMPANIES - MULTICRITERIAL APPROACH Davorka Davosir Pongrac Zagreb school of economics an management Joranovac 110, 10000 Zagreb E-mail: avorka.avosir@zsem.hr Višna

More information

A Rare Move: The Effect of Switching from a Closing Call. Auction to a Continuous Trading

A Rare Move: The Effect of Switching from a Closing Call. Auction to a Continuous Trading A Rare Move: The Effect of Switching from a Closing Call Auction to a Continuous Traing Ya-Kai Chang Department of Finance College of Business Chung Yuan Christian University Robin K. Chou Department of

More information

OPEN BUDGET QUESTIONNAIRE EGYPT

OPEN BUDGET QUESTIONNAIRE EGYPT International Buget Partnership OPEN BUDGET QUESTIONNAIRE EGYPT September 28, 2007 International Buget Partnership Center on Buget an Policy Priorities 820 First Street, NE Suite 510 Washington, DC 20002

More information

OPEN BUDGET QUESTIONNAIRE BOLIVIA

OPEN BUDGET QUESTIONNAIRE BOLIVIA International Buget Project OPEN BUDGET QUESTIONNAIRE BOLIVIA October 2005 International Buget Project Center on Buget an Policy Priorities 820 First Street, NE Suite 510 Washington, DC 20002 www.internationalbuget.org

More information

An Evaluation of Shareholder Activism

An Evaluation of Shareholder Activism An Evaluation of Shareholer Activism Barbara G. Katz Stern School of Business, New York University 44 W. 4th St., New York, NY 10012 bkatz@stern.nyu.eu; tel: 212 998 0865; fax: 212 995 4218 corresponing

More information

The Joint Dynamics of Electricity Spot and Forward Markets: Implications on Formulating Dynamic Hedging Strategies

The Joint Dynamics of Electricity Spot and Forward Markets: Implications on Formulating Dynamic Hedging Strategies Energy Laboratory MI EL 00-005 Massachusetts Institute of echnology he Joint Dynamics of Electricity Spot an Forwar Markets: Implications on Formulating Dynamic Heging Strategies ovember 2000 he Joint

More information

Analysis of 2x2 Cross-Over Designs using T-Tests for Equivalence

Analysis of 2x2 Cross-Over Designs using T-Tests for Equivalence Chapter 37 Analysis of x Cross-Over Designs using -ests for Equivalence Introuction his proceure analyzes ata from a two-treatment, two-perio (x) cross-over esign where the goal is to emonstrate equivalence

More information

If you have ever spoken with your grandparents about what their lives were like

If you have ever spoken with your grandparents about what their lives were like CHAPTER 7 Economic Growth I: Capital Accumulation an Population Growth The question of growth is nothing new but a new isguise for an age-ol issue, one which has always intrigue an preoccupie economics:

More information

CDO TRANCHE PRICING BASED ON THE STABLE LAW VOLUME II: R ELAXING THE LHP. Abstract

CDO TRANCHE PRICING BASED ON THE STABLE LAW VOLUME II: R ELAXING THE LHP. Abstract CDO TRANCHE PRICING BASED ON THE STABLE LAW VOLUME II: R ELAXING THE ASSUMPTION German Bernhart XAIA Investment GmbH Sonnenstraße 9, 833 München, Germany german.bernhart@xaia.com First Version: July 26,

More information

Appendix B: Yields and Yield Curves

Appendix B: Yields and Yield Curves Pension Finance By Davi Blake Copyright 006 Davi Blake Appenix B: Yiels an Yiel Curves Bons, with their regular an generally reliable stream of payments, are often consiere to be natural assets for pension

More information

2. Lattice Methods. Outline. A Simple Binomial Model. 1. No-Arbitrage Evaluation 2. Its relationship to risk-neutral valuation.

2. Lattice Methods. Outline. A Simple Binomial Model. 1. No-Arbitrage Evaluation 2. Its relationship to risk-neutral valuation. . Lattice Methos. One-step binomial tree moel (Hull, Chap., page 4) Math69 S8, HM Zhu Outline. No-Arbitrage Evaluation. Its relationship to risk-neutral valuation. A Simple Binomial Moel A stock price

More information

Introduction to Financial Derivatives

Introduction to Financial Derivatives 55.444 Introuction to Financial Derivatives Week of December n, 3 he Greeks an Wrap-Up Where we are Previously Moeling the Stochastic Process for Derivative Analysis (Chapter 3, OFOD) Black-Scholes-Merton

More information

P. Manju Priya 1, M.Phil Scholar. G. Michael Rosario 2, Associate Professor , Tamil Nadu, INDIA)

P. Manju Priya 1, M.Phil Scholar. G. Michael Rosario 2, Associate Professor , Tamil Nadu, INDIA) International Journal of Computational an Applie Mathematics. ISSN 89-4966 Volume, Number (07 Research Inia Publications http://www.ripublication.com AN ORDERING POLICY UNDER WO-LEVEL RADE CREDI POLICY

More information

International Budget Partnership OPEN BUDGET QUESTIONNAIRE Sao Tome, September 2009

International Budget Partnership OPEN BUDGET QUESTIONNAIRE Sao Tome, September 2009 International Buget Partnership OPEN BUDGET QUESTIONNAIRE Sao Tome, September 2009 International Buget Partnership Center on Buget an Policy Priorities 820 First Street NE, Suite 510 Washington, DC 20002

More information

OPEN BUDGET QUESTIONNAIRE PAKISTAN

OPEN BUDGET QUESTIONNAIRE PAKISTAN International Buget Project OPEN BUDGET QUESTIONNAIRE PAKISTAN October 2005 International Buget Project Center on Buget an Policy Priorities 820 First Street, NE Suite 510 Washington, DC 20002 www.internationalbuget.org

More information

Project operating cash flow (nominal) 54, ,676 2,474,749 1,049,947 1,076,195

Project operating cash flow (nominal) 54, ,676 2,474,749 1,049,947 1,076,195 Answers Professional Level Options Moule, Paper P4 (SGP) Avance Financial Management (Singapore) December 2008 Answers Tutorial note: These moel answers are consierably longer an more etaile than woul

More information

OPEN BUDGET QUESTIONNAIRE

OPEN BUDGET QUESTIONNAIRE International Buget Partnership OPEN BUDGET QUESTIONNAIRE PAKISTAN September 28, 2008 International Buget Partnership Center on Buget an Policy Priorities 820 First Street, NE Suite 510 Washington, DC

More information

OPEN BUDGET QUESTIONNAIRE BOLIVIA

OPEN BUDGET QUESTIONNAIRE BOLIVIA International Buget Partnership OPEN BUDGET QUESTIONNAIRE BOLIVIA September 28, 2007 International Buget Partnership Center on Buget an Policy Priorities 820 First Street, NE Suite 510 Washington, DC 20002

More information

International Budget Partnership OPEN BUDGET QUESTIONNAIRE Cambodia, September 2009

International Budget Partnership OPEN BUDGET QUESTIONNAIRE Cambodia, September 2009 International Buget Partnership OPEN BUDGET QUESTIONNAIRE Camboia, September 2009 International Buget Partnership Center on Buget an Policy Priorities 820 First Street NE, Suite 510 Washington, DC 20002

More information

Ch 10. Arithmetic Average Options and Asian Opitons

Ch 10. Arithmetic Average Options and Asian Opitons Ch 10. Arithmetic Average Options an Asian Opitons I. Asian Options an Their Analytic Pricing Formulas II. Binomial Tree Moel to Price Average Options III. Combination of Arithmetic Average an Reset Options

More information

Is Stock BBS Content Correlated with the Stock Market? A Japanese Case

Is Stock BBS Content Correlated with the Stock Market? A Japanese Case Proceeings of the 2009 IEEE International Conference on Systems, Man, an Cybernetics San Antonio, TX, USA - October 2009 Is Stock BBS Content Correlate with the Stock Market? A Japanese Case Ken Maruyama

More information

Chapter 7. Chapter Outline. Asset Market Equilibrium. Money and Other Assets. The Functions of Money. What is Money?

Chapter 7. Chapter Outline. Asset Market Equilibrium. Money and Other Assets. The Functions of Money. What is Money? Chapter Outline Chapter 7 The Asset arket, oney, an Prices oney an acroeconomics What Is oney? The Supply of oney Portfolio Allocation an the Deman for oney Asset arket Equilibrium oney Growth an Inflation

More information

OPEN BUDGET QUESTIONNAIRE ZAMBIA

OPEN BUDGET QUESTIONNAIRE ZAMBIA International Buget Project OPEN BUDGET QUESTIONNAIRE ZAMBIA October 2005 International Buget Project Center on Buget an Policy Priorities 820 First Street, NE Suite 510 Washington, DC 20002 www.internationalbuget.org

More information

Recent efforts to understand the transmission

Recent efforts to understand the transmission Commentary Kenneth N. Kuttner Recent efforts to unerstan the transmission of monetary policy have spawne a growing literature examining the response of financial markets to monetary policy. 1 Most of these

More information

OPEN BUDGET QUESTIONNAIRE TANZANIA

OPEN BUDGET QUESTIONNAIRE TANZANIA International Buget Project OPEN BUDGET QUESTIONNAIRE TANZANIA October 2005 International Buget Project Center on Buget an Policy Priorities 820 First Street, NE Suite 510 Washington, DC 20002 www.internationalbuget.org

More information

The use of Expected Utility Theory (EUT) in Taxpayers Behaviour Modelling

The use of Expected Utility Theory (EUT) in Taxpayers Behaviour Modelling American Journal of Applie Sciences Original Research Paper The use of Expecte Utility Theory (EUT) in Taxpayers Behaviour Moelling Fari Ameur an Mohame Tkiouat Stuies an Research Laboratory in Applie

More information

Key words: financial intermediation, entrepreneurship, economic growth

Key words: financial intermediation, entrepreneurship, economic growth DEPARTMENT OF ECONOMICS ISSN 1441-5429 DISCUSSION PAPER 18/07 FINANCIA INTERMEDIATION, ENTREPRENEURSHIP AND ECONOMIC GROWTH Wenli Cheng * Abstract: This paper presents a simple general equilibrium moel

More information

Liquidity and Corporate Debt Market Timing

Liquidity and Corporate Debt Market Timing Liquiity an Corporate Debt Market Timing Marina Balboa Faculty of Economics University of Alicante Phone: +34 965903621 Fax: +34 965903621 marina.balboa@ua.es Belén Nieto (Corresponing author) Faculty

More information

DECISION on the uniform manner of calculation and reporting of effective interest rate on loans and deposits

DECISION on the uniform manner of calculation and reporting of effective interest rate on loans and deposits Pursuant to Article 44 paragraph 2 point 3 of the Central Bank of Montenegro Law (OGM 40/10, 46/10, 06/13) an in conjunction with Article 89 of the Banking Law (OGM 17/08, 44/10) an Article 8 of the Law

More information

University of Windsor Faculty of Business Administration Winter 2001 Mid Term Examination: units.

University of Windsor Faculty of Business Administration Winter 2001 Mid Term Examination: units. Time: 1 hour 20 minutes University of Winsor Faculty of Business Aministration Winter 2001 Mi Term Examination: 73-320 Instructors: Dr. Y. Aneja NAME: LAST (PLEASE PRINT) FIRST Stuent ID Number: Signature:

More information

Troubled Asset Relief Program, Bank Interest Margin and. Default Risk in Equity Return: An Option-Pricing Model

Troubled Asset Relief Program, Bank Interest Margin and. Default Risk in Equity Return: An Option-Pricing Model Trouble Asset elief Program Bank Interest argin an Default isk in Equity eturn: An Option-Pricing oel JYH-JIUA I * CHIG-HUI CHAG 3 AD JYH-HOG I Department of tatistics Tamkang University 5 Ying-Chuan oa

More information

Methodology for the calculation of health expectancies

Methodology for the calculation of health expectancies Methoology for the calculation of health epectancies 31 Metoología para el cálculo e esperanzas e salu 32 Methoology for the calculation of health epectancies n theory, the probabilities by age come from

More information

Data Center Demand Response in Deregulated Electricity Markets

Data Center Demand Response in Deregulated Electricity Markets Data Center Deman Response in Deregulate Electricity Markets Shahab Bahrami, Stuent Member, IEEE, Vincent W.S. Wong, Fellow, IEEE, an Jianwei Huang, Fellow, IEEE Abstract With the evelopment of eregulate

More information

transfers in orer to keep income of the hospital sector unchange, then a larger welfare gain woul be obtaine, even if the government implements a bala

transfers in orer to keep income of the hospital sector unchange, then a larger welfare gain woul be obtaine, even if the government implements a bala The Impact of Marginal Tax Reforms on the Supply of Health Relate Services in Japan * Ryuta Ray Kato 1. Introuction This paper presents a computable general equilibrium (CGE) framework to numerically examine

More information

International Budget Partnership OPEN BUDGET QUESTIONNAIRE Chad, September 2009

International Budget Partnership OPEN BUDGET QUESTIONNAIRE Chad, September 2009 International Buget Partnership OPEN BUDGET QUESTIONNAIRE Cha, September 2009 International Buget Partnership Center on Buget an Policy Priorities 820 First Street NE, Suite 510 Washington, DC 20002 www.internationalbuget.org

More information

OPEN BUDGET QUESTIONNAIRE MOROCCO

OPEN BUDGET QUESTIONNAIRE MOROCCO International Buget Project OPEN BUDGET QUESTIONNAIRE MOROCCO October 2005 International Buget Project Center on Buget an Policy Priorities 820 First Street, NE Suite 510 Washington, DC 20002 www.internationalbuget.org

More information

Decomposing the Productivity- Wage Nexus in Selected OECD Countries,

Decomposing the Productivity- Wage Nexus in Selected OECD Countries, Decomposing the Prouctivity- Wage Nexus in Selecte OECD Countries, 1986-2013 Anrew Sharpe Centre for the Stuy of Living Stanars James Uguccioni Centre for the Stuy of Living Stanars 1 ABSTRACT Stanar economic

More information

International Budget Partnership OPEN BUDGET QUESTIONNAIRE Honduras, September 2009

International Budget Partnership OPEN BUDGET QUESTIONNAIRE Honduras, September 2009 International Buget Partnership OPEN BUDGET QUESTIONNAIRE Honuras, September 2009 International Buget Partnership Center on Buget an Policy Priorities 820 First Street NE, Suite 510 Washington, DC 20002

More information

Intelligent Financial Portfolio Composition based on Evolutionary Computation Strategies

Intelligent Financial Portfolio Composition based on Evolutionary Computation Strategies Intelligent Financial Portfolio Composition based on Evolutionary Computation Strategies António Gorgulho Rui Neves Instituto de Telecomunicações Instituto Superior Técnico Torre Norte, AV. Rovisco Pais,

More information

Data Center Demand Response in Deregulated Electricity Markets

Data Center Demand Response in Deregulated Electricity Markets This article has been accepte for publication in a future issue of this journal, but has not been fully eite. Content may change prior to final publication. Citation information: DOI 0.09/TSG.208.280830,

More information

A Moment Matching Approach to the Valuation of a Volume Weighted Average Price Option

A Moment Matching Approach to the Valuation of a Volume Weighted Average Price Option A Moment Matching Approach to the Valuation of a Volume Weighte Average Price Option Antony William Stace Department of Mathematics, University of Queenslan, Brisbane, Queenslan 472, Australia aws@maths.uq.eu.au

More information

International Budget Partnership OPEN BUDGET QUESTIONNAIRE Venezuela, September 2009

International Budget Partnership OPEN BUDGET QUESTIONNAIRE Venezuela, September 2009 International Buget Partnership OPEN BUDGET QUESTIONNAIRE Venezuela, September 2009 International Buget Partnership Center on Buget an Policy Priorities 820 First Street NE, Suite 510 Washington, DC 20002

More information

FSA Calls for Advance MiFID Planning

FSA Calls for Advance MiFID Planning 10 March 2006 A Legal Upate from Dechert s Financial Services Group FSA Calls for Avance MiFID Planning Impening legislation from Brussels is about to trigger a significant rewrite of UK financial services

More information

DEMOCRATIC REPUBLIC OF CONGO

DEMOCRATIC REPUBLIC OF CONGO International Buget Partnership OPEN BUDGET QUESTIONNAIRE DEMOCRATIC REPUBLIC OF CONGO September 28, 2007 International Buget Partnership Center on Buget an Policy Priorities 820 First Street, NE Suite

More information

Glenn P. Jenkins Queen s University, Kingston, Canada and Eastern Mediterranean University, North Cyprus

Glenn P. Jenkins Queen s University, Kingston, Canada and Eastern Mediterranean University, North Cyprus COST-BENEFIT ANALYSIS FOR INVESTMENT DECISIONS, CHAPTER 1: ECONOMIC PRICES FOR TRADABLE GOODS AND SERVICES Glenn P. Jenkins Queen s University, Kingston, Canaa an Eastern Meiterranean University, North

More information

Repos, Fire Sales, and Bankruptcy Policy

Repos, Fire Sales, and Bankruptcy Policy Repos, Fire Sales, an Bankruptcy Policy Gaetano Antinolfi Francesca Carapella Charles Kahn Antoine Martin Davi Mills E Nosal Preliminary an Incomplete May 25, 2012 Abstract The events from the 2007-2009

More information

Abstract Stanar Risk Aversion an the Deman for Risky Assets in the Presence of Backgroun Risk We consier the eman for state contingent claims in the p

Abstract Stanar Risk Aversion an the Deman for Risky Assets in the Presence of Backgroun Risk We consier the eman for state contingent claims in the p Stanar Risk Aversion an the Deman for Risky Assets in the Presence of Backgroun Risk Günter Franke 1, Richar C. Stapleton 2, an Marti G. Subrahmanyam. 3 November 2000 1 Fakultät für Wirtschaftswissenschaften

More information

OPEN BUDGET QUESTIONNAIRE KAZAKHSTAN

OPEN BUDGET QUESTIONNAIRE KAZAKHSTAN International Buget Partnership OPEN BUDGET QUESTIONNAIRE KAZAKHSTAN September 28, 2007 International Buget Partnership Center on Buget an Policy Priorities 820 First Street, NE Suite 510 Washington, DC

More information

LGD Risk Resolved. Abstract

LGD Risk Resolved. Abstract LGD Risk Resolve Jon Frye (corresponing author) Senior Economist Feeral Reserve Bank of Chicago 230 South LaSalle Street Chicago, IL 60604 Jon.Frye@chi.frb.org 32-322-5035 Michael Jacobs Jr. Senior Financial

More information

A Contribution of Expected Utility Theory in Taxpayers Behavior Modeling

A Contribution of Expected Utility Theory in Taxpayers Behavior Modeling International Journal of Economics an Financial Issues ISSN: 2146-4138 available at http: www.econjournals.com International Journal of Economics an Financial Issues, 2016, 6(3), 1217-1224. A Contribution

More information

Introduction to Options Pricing Theory

Introduction to Options Pricing Theory Introuction to Options Pricing Theory Simone Calogero Chalmers University of Technology Preface This text presents a self-containe introuction to the binomial moel an the Black-Scholes moel in options

More information

Unintended Consequences of Price Controls: An Application to Allowance Markets

Unintended Consequences of Price Controls: An Application to Allowance Markets MPRA Munich Personal RePEc Archive Unintene Consequences of Price Controls: An Application to Allowance Markets Anrew Stocking Congressional Buget Office September 2010 Online at https://mpra.ub.uni-muenchen.e/25559/

More information

Exchange Rate Risk Sharing Contract with Risk-averse Firms

Exchange Rate Risk Sharing Contract with Risk-averse Firms 03 International Conference on Avances in Social Science, Humanities, an anagement ASSH 03 Exchange ate isk Sharing Contract with isk-averse Firms LIU Yang, A Yong-kai, FU Hong School of anagement an Economics,

More information

International Budget Partnership OPEN BUDGET QUESTIONNAIRE Democratic Republic of Congo September 2009

International Budget Partnership OPEN BUDGET QUESTIONNAIRE Democratic Republic of Congo September 2009 International Buget Partnership OPEN BUDGET QUESTIONNAIRE Democratic Republic of Congo September 2009 International Buget Partnership Center on Buget an Policy Priorities 820 First Street NE, Suite 510

More information

THE ROLE OF MODELS IN MODEL-ASSISTED AND MODEL-DEPENDENT ESTIMATION FOR DOMAINS AND SMALL AREAS

THE ROLE OF MODELS IN MODEL-ASSISTED AND MODEL-DEPENDENT ESTIMATION FOR DOMAINS AND SMALL AREAS THE ROLE OF MODELS IN MODEL-ASSISTED AND MODEL-DEPENDENT ESTIMATION FOR DOMAINS AND SMALL AREAS Risto Lehtonen 1 1 University of Helsini, Finlan e-mail: risto.lehtonen@helsini.fi Abstract Estimation for

More information

Introduction to Financial Derivatives

Introduction to Financial Derivatives 55.444 Introuction to Financial Derivatives Week of December 3 r, he Greeks an Wrap-Up Where we are Previously Moeling the Stochastic Process for Derivative Analysis (Chapter 3, OFOD) Black-Scholes-Merton

More information

A Costless Way to Increase Equity

A Costless Way to Increase Equity A Costless Way to Increase Equity Raphael Flore October 27, 2016 Abstract This paper complements stanar theories of optimal capital structure by allowing firms to invest in the financial markets in which

More information

Volatility, financial constraints, and trade

Volatility, financial constraints, and trade Volatility, financial constraints, an trae by Maria Garcia-Vega Dep. Funamentos el Analisis Economico I, Faculta e CC. Economicas y Empresariales, Campus e Somosaguas, 28223, Mari, Spain an Alessanra Guariglia

More information

INVESTMENT PERSPECTIVES ON THE INTERCONNECTION OF ISOLATED SYSTEMS WITH THE MAINLAND GRID: CRETE CASE STUDY

INVESTMENT PERSPECTIVES ON THE INTERCONNECTION OF ISOLATED SYSTEMS WITH THE MAINLAND GRID: CRETE CASE STUDY INVESTMENT PERSPECTIVES ON THE INTERCONNECTION OF ISOLATED SYSTEMS WITH THE MAINLAND GRID: CRETE CASE STUDY Emmanouil Loukarakis, Konstantinos Kalaitzakis, Eftichios Koutroulis, Georgios Stavrakakis Electronic

More information

Full file at

Full file at Chapter 2 Supply an eman Analysis Solutions to Review uestions 1. Excess eman occurs when price falls below the equilibrium price. In this situation, consumers are emaning a higher quantity than is being

More information

Fuzzy EOQ Model for Time-Deteriorating Items Using Penalty Cost

Fuzzy EOQ Model for Time-Deteriorating Items Using Penalty Cost merican Journal of Operational Research 6 6(: -8 OI:.59/j.ajor.66. Fuzzy EOQ Moel for ime-eteriorating Items Using Penalty ost Nalini Prava Behera Praip Kumar ripathy epartment of Statistics Utkal University

More information

Assessment of Acceptance Sampling Plans Using Posterior Distribution for a Dependent Process

Assessment of Acceptance Sampling Plans Using Posterior Distribution for a Dependent Process Rochester Institute of Technology RIT Scholar Works Articles 1-21-2010 Assessment of Acceptance Sampling Plans Using Posterior Distribution for a Depenent Process A. Erhan Mergen Rochester Institute of

More information

Option Pricing for Inventory Management and Control

Option Pricing for Inventory Management and Control 29 American Control Conference Hyatt Regency Riverfront, St. Louis, MO, USA June 1-12, 29 ThB7.3 Option Pricing for Inventory Management an Control Bryant Angelos, McKay Heasley, an Jeffrey Humpherys Abstract

More information

THE SELECTION OF ACTUARIAL ASSUMPTIONS IN AN UNSTABLE ECONOMY, MEXICO A CASE HISTORY MARCELA FLORES QU IROZ BUFETE DE CONSULTORIA ACTUARIAL, MEXICO

THE SELECTION OF ACTUARIAL ASSUMPTIONS IN AN UNSTABLE ECONOMY, MEXICO A CASE HISTORY MARCELA FLORES QU IROZ BUFETE DE CONSULTORIA ACTUARIAL, MEXICO THE SELECTION OF ACTUARIAL ASSUMPTIONS IN AN UNSTABLE ECONOMY, MEXICO A CASE HISTORY I MARCELA FLORES QU IROZ BUFETE DE CONSULTORIA ACTUARIAL, MEXICO When an economy unergoes rastic variations of the macroeconomic

More information

The Comprehensive Business Income Tax System: A Proposal for Ultimate Neutrality between Debt and New Equity Issues?

The Comprehensive Business Income Tax System: A Proposal for Ultimate Neutrality between Debt and New Equity Issues? International Journal of Sciences: Basic an Applie Research (IJSBAR) ISSN 2307-4531 (Print & Online) http://gssrr.org/inex.php?journaljournalofbasicanapplie ---------------------------------------------------------------------------------------------------------------------------

More information

Volcker Rule Regulations Proposed

Volcker Rule Regulations Proposed October 2011 / Issue 13 A legal upate from Dechert s Financial Institutions Group Volcker Rule Regulations Propose Section 619 of the Do-Frank Act the Volcker Rule attempts to limit perceive risks in the

More information

Working Capital Management in the Process of Financial Support of the "Green Building" Projects

Working Capital Management in the Process of Financial Support of the Green Building Projects Working Capital Management in the Process of Financial Support of the "Green Builing" Projects Anatoliy Trebukhin 1,* an Zhanna Lemesheva 2 1 Moscow State University of Civil Engineering, 26, Yaroslavskoye

More information

International Budget Partnership OPEN BUDGET QUESTIONNAIRE Senegal, September 2009

International Budget Partnership OPEN BUDGET QUESTIONNAIRE Senegal, September 2009 International Buget Partnership OPEN BUDGET QUESTIONNAIRE Senegal, September 2009 International Buget Partnership Center on Buget an Policy Priorities 820 First Street NE, Suite 510 Washington, DC 20002

More information

Appendix. Confidence Banking and Strategic Default. Guillermo Ordoñez. University of Pennsylvania and NBER

Appendix. Confidence Banking and Strategic Default. Guillermo Ordoñez. University of Pennsylvania and NBER Appenix Confience Banking an Strategic Default Guillermo Oroñez University of Pennsylvania an NBER 1 Proofs 1.1 Proof of Proposition 1 Since s ( ) is the signal that makes a goo firm with a given reputation

More information

A NOTE ON THE DYNAMIC ROLE OF MONOPOLISTIC COMPETITION IN THE MONETARY ECONOMY. abstract

A NOTE ON THE DYNAMIC ROLE OF MONOPOLISTIC COMPETITION IN THE MONETARY ECONOMY. abstract A NOTE ON THE DYNAMIC ROLE OF MONOPOLISTIC COMPETITION IN THE MONETARY ECONOMY abstract In the new Keynesian economics, monopolistic competition plays an important role. Much static research is base on

More information

OPEN BUDGET QUESTIONNAIRE ANGOLA

OPEN BUDGET QUESTIONNAIRE ANGOLA International Buget Partnership OPEN BUDGET QUESTIONNAIRE ANGOLA September 28, 2007 International Buget Partnership Center on Buget an Policy Priorities 820 First Street, NE Suite 510 Washington, DC 20002

More information

1. An insurance company models claim sizes as having the following survival function. 25(x + 1) (x 2 + 2x + 5) 2 x 0. S(x) =

1. An insurance company models claim sizes as having the following survival function. 25(x + 1) (x 2 + 2x + 5) 2 x 0. S(x) = ACSC/STAT 373, Actuarial Moels I Further Probability with Applications to Actuarial Science WINTER 5 Toby Kenney Sample Final Eamination Moel Solutions This Sample eamination has more questions than the

More information

Dynamic Demand for New and Used Durable Goods without Physical Depreciation: The Case of Japanese Video Games

Dynamic Demand for New and Used Durable Goods without Physical Depreciation: The Case of Japanese Video Games Dynamic Deman for New an Use Durable Goos without Physical Depreciation: The Case of Japanese Vieo Games Masakazu Ishihara Stern School of Business New York University Anrew Ching Rotman School of Management

More information

Calibration of Propagation Model for Indoor Tunisian Environment

Calibration of Propagation Model for Indoor Tunisian Environment SETIT 25 3r International Conference: Sciences Of Electronic, Technologies Of Information An Telecommunications March 27-3, 25 TUNISIA Calibration of Propagation Moel for Inoor Tunisian Environment Mohame

More information

Macro Dynamics and Labor-Saving Innovation: US vs. Japan

Macro Dynamics and Labor-Saving Innovation: US vs. Japan CIRJE-F-528 Macro Dynamics an Labor-Saving Innovation: US vs. Japan Ryuzo Sato New York University an University of Tokyo Tamaki Morita National Grauate Institute for Policy Stuies (GRIPS) November 2007

More information

The Intriguing Nexus Between Corruption and Capital Account Restrictions

The Intriguing Nexus Between Corruption and Capital Account Restrictions The Intriguing Nexus Between Corruption an Capital Account Restrictions Axel Dreher Lars-H.R. Siemers June 2003 Abstract In a simple theoretical moel we ientify a mutual relationship between corruption

More information

Modes of Convergence

Modes of Convergence Moes of Convergence Electrical Engineering 126 (UC Berkeley Spring 2018 There is only one sense in which a sequence of real numbers (a n n N is sai to converge to a limit. Namely, a n a if for every ε

More information

Bond Calculator. Cbonds.ru Ltd. Pirogovskaya nab., 21, St. Petersburg Phone: +7 (812)

Bond Calculator. Cbonds.ru Ltd. Pirogovskaya nab., 21, St. Petersburg Phone: +7 (812) Cbons.ru Lt. irogovskaya nab., 21, St. etersburg hone: +7 (812) 336-97-21 http://www.cbons.com Bon Calculator Bon calculator is esigne to calculate analytical parameters use in assessment of bons. The

More information

V. Reznik and U. Spreitzer Dr. Dr. Heissmann GmbH, Abraham-Lincoln-Str. 22, Wiesbaden.

V. Reznik and U. Spreitzer Dr. Dr. Heissmann GmbH, Abraham-Lincoln-Str. 22, Wiesbaden. n investigation of a portfolio-loss uner the CPM V. eznik an U. Spreitzer Dr. Dr. Heissmann GmbH, braham-incoln-str., 6589 Wiesbaen. bstract: We consier a portfolio built accoring to the Capital Market

More information

6th International Conference on Electronics, Mechanics, Culture and Medicine (EMCM 2015)

6th International Conference on Electronics, Mechanics, Culture and Medicine (EMCM 2015) 6th International Conference on Electronics Mechanics Culture an Meicine (EMCM 2015) esearch on the Evolution Mechanism an Countermeasures of Green Builing Market Base on Evolutionary Game Theory Zhongfu

More information

CROSS-BORDER SHOPPING FROM SMALL TO LARGE COUNTRIES

CROSS-BORDER SHOPPING FROM SMALL TO LARGE COUNTRIES Copenhagen Business School Solbjerg Plas 3 DK-2000 Freeriksberg LEFIC WORKING PAPER 2002-06 CROSS-BORDER SHOPPING FROM SMALL TO LARGE COUNTRIES Søren Bo Nielsen www.cbs.k/lefic Cross-borer shopping from

More information

A GENERALIZED COUPON COLLECTOR PROBLEM

A GENERALIZED COUPON COLLECTOR PROBLEM J. Appl. Prob. 48, 08 094 (20) Printe in Englan Applie Probability Trust 20 A GENERALIZED COUPON COLLECTOR PROBLEM WEIYU XU an A. KEVIN TANG, Cornell University Abstract This paper presents an analysis

More information

Coherent small area estimates for skewed business data

Coherent small area estimates for skewed business data Coherent small area estimates for skewe business ata Thomas Zimmermann Ralf Münnich Abstract The eman for reliable business statistics at isaggregate levels such as NACE classes increase consierably in

More information

An Investment Criterion Incorporating Real Options

An Investment Criterion Incorporating Real Options An nvestment Criterion ncorporating eal Options James Alleman, Hirofumi uto, an Paul appoport University of Colorao, Bouler, CO, UA an Columbia University, ew York, Y, UA East, okyo, Japan emple University,

More information

Development Economics and Public Policy WORKING PAPER SERIES

Development Economics and Public Policy WORKING PAPER SERIES Development Economics an Public Policy WORKING PAPER SERIES Paper No. 5 DO TECHNOLOGY SHOCKS SHIFT OUTPUT? AN EMPIRICAL ANALYSIS OF A TWO FACTOR MODEL Hulya Ulku University of Manchester May 005 ISBN:

More information

Paper P4 (SGP) Advanced Financial Management (Singapore) Thursday 5 June Professional Level Options Module. Time allowed

Paper P4 (SGP) Advanced Financial Management (Singapore) Thursday 5 June Professional Level Options Module. Time allowed Professional Level Options Moule Avance Financial Management (Singapore) Thursay 5 June 2008 Time allowe Reaing an planning: Writing: 15 minutes 3 hours This paper is ivie into two sections: Section A

More information

Partial State-Owned Bank Interest Margin, Default Risk, and Structural Breaks: A Model of Financial Engineering

Partial State-Owned Bank Interest Margin, Default Risk, and Structural Breaks: A Model of Financial Engineering Partial State-Owne Bank Interest Margin, Default Risk, an Structural Breaks: A Moel of Financial Engineering JYH-HORNG IN,CHING-HUI CHANG * AND ROSEMARY JOU Grauate Institute of International Business

More information

How Extended Unemployment Benefits for Older Workers Affect Labor Market Exit, Disability Enrollment, and Social Security Claims

How Extended Unemployment Benefits for Older Workers Affect Labor Market Exit, Disability Enrollment, and Social Security Claims How Extene Unemployment Benefits for Oler Workers Affect Labor Market Exit, Disability Enrollment, an Social Security Claims Lukas Inerbitzin, University of St.Gallen, Stefan Staubli, University of Calgary,

More information

Financial Integration, Growth, and Volatility

Financial Integration, Growth, and Volatility W/05/67 Financial Integration, Growth, an Volatility Anne paular an Aue ommeret 005 International Monetary Fun W/05/67 IMF Working aper IMF Institute Financial Integration, Growth, an Volatility repare

More information

Zicklin School of Business, Baruch College ACC Financial Accounting 1 Fall Mid Term 1 -- B -- BLUE EXAM

Zicklin School of Business, Baruch College ACC Financial Accounting 1 Fall Mid Term 1 -- B -- BLUE EXAM Zicklin School of Business, Baruch College ACC 3000 -- Financial Accounting 1 Fall 2004 Mi Term 1 -- B -- BLUE EXAM Instructor: Prof. Donal Byar Name: Office: VC 12-264 Phone: (646) 312-3187 Last 4 Digits

More information

Capacity Constraint OPRE 6377 Lecture Notes by Metin Çakanyıldırım Compiled at 15:30 on Tuesday 22 nd August, 2017

Capacity Constraint OPRE 6377 Lecture Notes by Metin Çakanyıldırım Compiled at 15:30 on Tuesday 22 nd August, 2017 apacity onstraint OPRE 6377 Lecture Notes by Metin Çakanyılırım ompile at 5:30 on Tuesay 22 n August, 207 Solve Exercises. [Marginal Opportunity ost of apacity for Deman with onstant Elasticity] We suppose

More information