A bacterial foraging optimization approach for the index tracking problem

Size: px
Start display at page:

Download "A bacterial foraging optimization approach for the index tracking problem"

Transcription

1 A bacterial foraging optimization approach for the index tracking problem Hui Qu, Zixu Wang, Sunyu Xu Hui Qu(Corresponding Author) School of Management and Engineering, Nanjing University, , Nanjing, China Phone: ; Fax: Zixu Wang School of Management and Engineering, Nanjing University, , Nanjing, China Sunyu Xu School of Management and Engineering, Nanjing University, , Nanjing, China Abstract Index tracking is a popular passive portfolio management strategy which invests in a subset of stock market index constituents to reproduce the performance of the index. In this paper we apply a heuristic approach based on bacterial foraging optimization (BFO) to the index tracking problem. BFO is a swarm intelligence technique which mimics the foraging behavior of bacteria with three important movements, i.e., chemotaxis, reproduction, and elimination-dispersal. It has strong capability in both global search and local search, and thus has been successfully applied in several problems, but not yet in index tracking. To make our model more realistic, we consider transaction cost when revising the tracking portfolio, and include cardinality and bounding constraints. The BFO approach is compared with a genetic algorithm which is widely adopted as the benchmark in the index tracking problem. Empirical experiments with HangSeng, DAX, FTSE, S&P and Nikkei indexes indicate that, our BFO achieves significantly better overall objective function value under a wide range of tracking error/excess return tradeoffs. Furthermore, rolling window tests show that, our BFO leads to significantly smaller out-of-sample tracking error under a wide range of transaction cost constraints. Keywords bacterial foraging optimization; index tracking; excess return; tracking error; transaction cost

2 1 Introduction Index tracking is a popular passive portfolio management strategy. Fund managers invest in a subset of stock market index constituents to reproduce the performance of the index. Due to its competitive performance over the long run and relatively low cost, index tracking is now widely used, as can be seen from the number of Exchange Trade Funds (ETF) over the world. There have been a lot of works studying the index tracking problem. The majority of them consider the construction of an initial tracking portfolio without further revisions, and thus the transaction cost constraint is not considered. See Beasley et al. (2003) for a complete survey. Beasley et al. (2003) formulate the index tracking problem more realistically, considering transaction cost constraint, cardinality and bounding constraints. The resulting discontinuities and local optima in the search space inhibit the use of standard deterministic optimization tools and call for heuristic methods. They present a genetic algorithm for solving the index tracking problem and make the empirical data sets publicly available. Their data sets have been used in many papers on index tracking (Ruiz-Torrubiano and Suárez 2009; Li et al. 2011; Wang et al. 2012; Guastaroba and Speranza 2012; Li and Bao 2014; Li et al. 2014a, 2014b). Besides, their genetic algorithm has been frequently used as the benchmark to evaluate the tracking performance (Andriosopoulos et al. 2013; Li et al. 2014a; Andriosopoulos and Nomikos 2014). BFO is a swarm intelligence algorithm designed by Passsino (2002). It mimics the foraging behavior of bacteria with three important movements, i.e., chemotaxis, reproduction, and elimination-dispersal. It has strong capability in both global search and local search, and thus has been successfully applied in several problems, mainly in the engineering field. Its application in finance is limited to portfolio optimization problems so far; including portfolio optimization for the efficient frontier (Kao and Cheng 2013), dynamic portfolio optimization (Tan et al. 2014) and portfolio optimization with liquidity risk (Niu et al. 2010). Considering the strong search capability of BFO and the importance of index tracking, we propose a BFO-based algorithm for the index tracking problem in this paper. Empirical results with the public available data sets indicate that, the tracking performance of our BFO significantly outperforms that of the benchmark GA, both in-sample and out-of-sample. The rest of this paper is organized as follows. Section 2 formulates the index tracking problem. Section 3 introduces how BFO is applied to the index tracking problem. Section 4 reports the empirical results. Section 5 summarizes and concludes.

3 2 Problem Formulation Consider a stock market index consisting of N distinct stocks. We are interested in selecting K (K<N) stocks to make up the best tracking portfolio over the time period [T, T+L], as well as deciding the appropriate quantity of each stock. To achieve this goal, we first use the historical data to construct the best tracking portfolio over the time period [0, T]. Under the assumption that the past guides the future, when this best portfolio is used as the new tracking portfolio during [T, T+L], it will also perform well out-of-sample. Both the tracking error and the excess return are considered when evaluating the tracking portfolio. The transaction cost constraint is also considered to make our problem formulation more realistic. Notations: T : The decision time point. We use the historical data over [0, T] to decide the new tracking portfolio. C : The total value of the current portfolio at time T. I t : The value of the index at time t (t = 0,,T).. V it : The value of one unit of component stock i (i = 1,,N) at time t (t = 0,,T). r t : The single period continuous time return of the tracking portfolio at time t (t = 1,,T). R t : The single period continuous time return of the index at time t (t = 1,,T). γ: The limit on the proportion of C that can be spent on transaction0 1. X i : The number of units of stock i (i = 1,,N) in the current portfolio. x i : The number of units of stock i (i = 1,,N) in the new portfolio. z i : Indicator variable. z i equals 1 when stock i (i = 1,,N) is held in the new portfolio, 0 otherwise. y i : The holding level of stock i (i = 1,,N) in the new portfolio at time T, yi ViTxi C. ε i : The minimum holding level for stock i (i = 1,,N) if it is held (z i =1). δ i : The maximum holding level for stock i (i = 1,,N) if it is held (z i =1). 2.1 Tracking Objective The basic goal of index tracking is to minimize the difference between r t (the tracking portfolio return) and R t (the index return). We consider not only downside risk (index outperforms tracking portfolio) but also upside risk (tracking portfolio outperforms index) when calculating the tracking error, since the latter matters for short sellers. Following

4 Beasley et al. (2003), we use the root mean square error to measure tracking error: T 2 t t, (1) t1 Error r R T N N where the tracking portfolio return rt ln Vitxi Vi, t1xi i1 i1 Rt ln It It. 1, and the index return Some index trackers may want to gain higher investment return as a competitive advantage, at the cost of increasing tracking error and risk. We characterize such desire using excess return: Excess return= r R T T t t. (2) Therefore, the overall objective of our index tracking problem is: where 0 1 return. t1 Minimize Error 1 Excess return, (3) represents the tradeoff between smaller tracking error and higher excess 2.2 Transaction Cost Constraint In reality, investors need to pay commission and stamp tax when selling or buying stocks. The total transaction cost is positively correlated with the trading volume and the transaction cost rate. Therefore, if the number of units of stock i (i = 1,,N) in the tracking portfolio changes from a to b at time t, the transaction cost is calculated as: C a, b, t a b, (4) i where μ is the transaction cost rate. In our problem formulation, we assume transaction costs are paid out of a separate account, and require the total transaction costs to exceed γc. N C i( Xi, xi, T) not i1 2.3 Complete Problem Formulation Following Beasley et al. (2003), we use the holding level y i instead of the number of units x i in the complete problem formulation, since there is no integer constraint for the former:

5 T N N ln Vit yi ViT Vi, t1yi ViT ln ItIt1 T t1 i1 i1 Minimize (5) T N N 1 lnvit yi ViT Vi, t1yi ViT ln ItIt1 T, t1 i1 i1 Subject to: z 0,1, i 1,..., N (6) i N zi K, (7) i1 z y z, i 1,..., N, (8) i i i i i N yi 1, (9) i1 N 0 X i Cyi ViT C. (10) i1 2 3 Index Tracking Using the BFO Algorithm 3.1 The General BFO Algorithm The BFO algorithm is inspired by a kind of bacteria called Escherichia coli (E.coli ) bacteria which live in human intestines. Their whole process of searching for nutrition includes three main activities: chemotaxis, reproduction and elimination-dispersal. In a chemotaxis movement, a bacterium seeks for nutrient-rich regions with two motions, tumbling and swimming. Tumbling means a walk in a random direction. If this random walk leads it to a region with more nutrition, the bacterium continues to move several steps along this direction, i.e., swimming. Otherwise, it stays at the original position. After performing the chemotaxis movements (i.e., performing tumbling and swimming alternatively) for a certain amount of time, all the bacteria are sorted according to their fitness. The worst p percent bacteria are then replaced with the best p percent bacteria. Such reproduction activity can speed up the convergence rate to some extent. Furthermore, after several rounds of reproduction activities, each bacterium in the population is randomly chosen to be eliminated according to a preset probability. Meanwhile, new bacteria are produced at random places to keep the population size constant. Such elimination-dispersal activity can increase the global search ability and avoid getting stuck into local optima.

6 3.2 Application of BFO in the Index Tracking Problem This study develops a BFO-based algorithm to solve the index tracking problem defined in equations (5-10). In our algorithm, each bacterium represents a portfolio solution and thus is denoted as a linear vector b of size 2K (K is the size of the tracking portfolio). The first K elements, b(1 ik) in the vector indicate the selected stocks, and thus are integers ranging i from 1 to N (N is the total number of distinct stocks). The last K elements, bki(1 i K) indicate the proportion of total capital put into the stocks b(1 i K), i.e., the holding levels i yb i of the corresponding stocks. To satisfy the constraints in equations (8-9), each bki(1 i K) is a real number ranging from levels sum up to 1. b i to 1 (we assume b i =1), and all the holding Fig.1 Flow Chart of the BFO algorithm for index tracking Fig. 1 illustrates the flow chart of our BFO-based algorithm for the index tracking problem. Initially, a population of X artificial bacteria (solution vectors) is randomly generated. We perform an extra repair operation to make sure that the constraints in equations (8-10) are satisfied by each candidate solution 1. The fitness of each bacterium can be evaluated using the objective function in equation (5). Afterwards, our algorithm s optimization process consists of three main operations: chemotaxis, reproduction and elimination-dispersal, whose designs are explained below. Chemotaxis Operation There are two steps in a chemotaxis operation, tumbling and swimming. In the tumbling 1 The repair operation is performed on each newly generated artificial bacterium during the whole BFO process. It is not plotted to make the flow chart clearer.

7 step, for each bacterium b, a random direction vector ΔD of length K is generated and added to the last half of its vector to change the holding levels, which generates a new bacterium. If the objective function value of this new bacterium is smaller, we replace the old bacterium with the new one. The new bacterium then continues with repeated swimming steps, using the vector ΔD to adjust the holding levels in each step. If the objective function value decreases after a swimming step, the new bacterium replaces the current one. If the objection function value does not decrease after some swimming step, or the total number of swimming steps exceeds the preset upper bound, the chemotaxis operation terminates. On the other hand, if a tumbling step doesn t lead to a better objective function value, the chemotaxis operation terminates without further swimming steps, and the old bacterium remains unchanged. Let Δd i be the i th element of ΔD, newb K+i be the new value of b K+i, C tumble be the tumble step size, C swim be the swimming step size, the tumble and swimming step can be represented as: newb b C d (tumble step), (11) K i K i tumble i newb b C d (swimming step ). (12) K i Ki swim i Reproduction Operation After N C rounds of chemotaxis operations as described above, all the bacteria in the population are sorted in ascending order of their objective function values. The last 1/8 bacteria are then replaced with the first 1/8 bacteria, which completes a reproduction operation. Elimination-dispersal Operation For each artificial bacterium b in the population, its each holding level b K+i is set to -1 with the preset elimination-dispersal probability P ed. Since -1 is an illegal holding level, the corresponding stock b i will be replaced with some new stock in the subsequent repair operation. In this way, the old solution vector is eliminated, and the new solution vector is produced. Repair Operation The repair operation is performed whenever a new artificial bacterium is generated, i.e., after the initialization operation, after a tumbling step, after a swimming step, and after an elimination-dispersal operation. Specifically, in the latter three cases, we first identify all the

8 illegal b K+i (<0), and replace each corresponding stock b i with some stock not included in the current solution vector, as well as set b K+i to a random real number between 0 and 1. Then we perform a normalization step and a validation step which are common in all these four cases. In the normalization step, the K holding levels are first normalized to satisfy the constraint in equation (9), and then we set bk i bki( 1 b i ) b i to make sure that the constraint in equation (8) is satisfied. While in the validation step, each bacterium is tested using equation (10) to decide whether it can be kept in the population. 4 Empirical Results In the section, we apply our heuristic to real markets and compare its computational results to those of the benchmark GA introduced in Beasley et al. (2003). 4.1 Data Description We consider the tracking of five different capital market indexes: Hang Seng (Hong Kong), DAX 100 (Germany), FTSE 100 (UK), S&P 100 (USA) and Nikkei 225 (Japan). The data are downloaded from (We thank Beasley for making the data publicly available.), which are weekly prices from March 1992 to September Therefore, we have 291 prices for each index/stock, and the length of the corresponding return series is 290. The numbers of stocks (N) for the above indexes are 31, 85, 89, 98 and 225, respectively. Unless otherwise stated, we set the minimum holding level ε i = 0.01, the maximum holding level δ i = 1 and the transaction cost rate μ= 0.01 in the following empirical experiments. 4.2 In-sample Tracking Performance We first consider an investor who just enters the market. He does not have an initial portfolio and needs to create one using heuristic algorithms. Here we set T = 290 and compare the in-sample tracking performance of the benchmark GA and our BFO during the period [0, 290]. There is no transaction cost constraint at this stage. Different values of the error-return tradeoff parameter λ are considered (λ = 1, 0.8, 0.6) to reflect the utility of heterogeneous investors; as λ decreases, the investor puts more emphasis on excess return. Furthermore, the tracking portfolio size K is assumed to be 5 and 10 respectively, so as to evaluate the

9 robustness of our performance comparison results. Table 1 In-sample tracking performance of GA and BFO in terms of overall objective ( Error 1 Excess return ) Index Hang Seng DAX FTSE S&P Nikkei Number of stocks Objective function value Tracking portfolio size Tracking portfolio size K=5 K=10 BFO GA BFO GA E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E-04 For each of the five indexes, we run the heuristic algorithms five times with the same set of parameters and the best solutions (minimal objective function values) are reported in table 1. The corresponding results obtained with GA and BFO are compared, and the smaller ones are in bold. When the tracking portfolio contains 5 stocks, our BFO outperforms the benchmark GA 10 out of 15 times. When the tracking portfolio contains 10 stocks, our BFO outperforms the benchmark GA 13 out of 15 times. Besides, most of the outperformance of the benchmark GA happens with the tradeoff parameter λ = 1; while the GA never outperforms our BFO when λ = 0.6. Such empirical results indicate that, our BFO has better in-sample tracking performance than the benchmark GA in general, and its advantage is more obvious when the investor puts more weight on excess return in the overall objective function. We also test the null hypothesis that the overall objective function value of BFO is not smaller than that of GA using the data in table 1. The null hypothesis is significantly rejected

10 with the p-value of when K equals 5, and significantly rejected with the p-value of when K equals 10, which indicates that the outperformance of our BFO is significant. 4.3 Out-of-sample Tracking Performance In reality, investors periodically revise their tracking portfolios with the change of the market. Therefore, we now consider an investor with an initial tracking portfolio who uses heuristic algorithms to revise the portfolio periodically. Naturally, the transaction cost constraint in equation (10) is considered at this stage. Specifically, assume the initial portfolio of size K = 10 is generated with the benchmark GA or our BFO using the historical data in [0,150] with no transaction cost constraint. The error-return tradeoff parameter λ is set to 1, which means the investor only cares about tracking error. Afterwards, the investor runs the same heuristic algorithm as used at the initial stage to revise his portfolio every 20 weeks, using the historical data in [0, w], w = 1,2,3,4,5,6, respectively. Different levels of transaction cost constraint (γ = 0, , 0.005, , 0.01) are considered at this revision stage. The corresponding out-of-sample tracking performance in [150+20w, w], w = 0,1,2,3,4,5,6, is summarized in Table 2. Table 2 Out-of-sample tracking performance of GA and BFO in terms of tracking error Index Number of stocks Hang Seng 31 Average tracking error Transaction GA BFO cost limit γ In-sample Out-of-sample In-sample Out-of-sample E E E E E E E E E E E E E E E E E E E E-04 DAX E E E E E E E E E E E E E E E E E E E E-03 FTSE E E E E E E E E E E E E-03

11 E E E E E E E E-03 S&P E E E E E E E E E E E E E E E E E E E E-03 Nikkei E E E E E E E E E E E E E E E E E E E E-03 Each "Average tracking error" in table 2 is the arithmetic average of the in-sample/out-of-sample tracking errors in 7 windows. Specifically, the in-sample results are calculated using the tracking errors in [0,150], [0,170], [0,190], [0,210], [0,230], [0,250] and [0, 270]; while the out-of-sample results are calculated using the tracking errors in [150,170], [170,190], [190,210], [210,230], [230,250], [250,270] and [270, 290]. For each of the five indexes, we run the heuristic algorithms five times with the same set of parameters in each window and take the best solution. The corresponding out-of-sample results obtained with GA and BFO are compared, and the smaller ones are in bold. We can see that our BFO outperforms the benchmark GA 22 out of 25 times, which indicates the competitiveness of our BFO in out-of-sample tracking. Furthermore, we test the null hypothesis that "the average out-of-sample tracking error of BFO is not smaller than that of GA" using the data in table 2. This null hypothesis is significantly rejected with the p-value of , which confirms that our BFO is significantly superior to the benchmark GA out-of-sample. It is worth mentioning that, when the transaction cost limit γ equals 0, the two heuristic algorithms cannot revise the initial portfolio. Thus what we get out-of-sample are the average tracking errors of the fixed initial tracking portfolios. These errors are relatively larger than their respective comparatives, indicating that periodically revising the tracking portfolio is meaningful. Furthermore, we calculate the pearson correlation between the in-sample and out-of-sample tracking errors based on the data in table 2, which are and for GA and BFO, respectively. Such high correlations between the in-sample and out-of-sample

12 tracking errors indicate that our basic assumption of the past guiding the future is reasonable. 5 Summary and Conclusion In this paper, we formulate an index tracking problem with transaction cost constraint, cardinality and bounding constraints. To solve this problem, we proposed a BFO-based heuristic algorithm which is composed of three main operations, i.e., chemotaxis, reproduction, and elimination-dispersal. Empirical results with five different capital market indexes show that, the tracking performance of our BFO algorithm significantly outperforms that of the benchmark GA, both in-sample and out-of-sample. Possible extensions of our work include applying the BFO-based algorithm to track different indexes, using genetic algorithm to optimize the parameters of our BFO algorithm, as well as evaluating the performance of the BFO algorithm with different index tracking problem formulations. We leave these for future work. Acknowledgments This work was supported by the National Natural Science Foundation of China ( ), the Natural Science Foundation of Jiangsu Province (BK ), and the Specialized Research Fund for the Doctoral Program of Higher Education of China ( ). References Andriosopoulos, K., Doumpos, M., Papapostolou, N. C., & Pouliasis, P. K. (2013). Portfolio optimization and index tracking for the shipping stock and freight markets using evolutionary algorithms. Transportation Research Part E: Logistics and Transportation Review, 52, Andriosopoulos, K., & Nomikos, N. (2014). Performance replication of the Spot Energy Index with optimal equity portfolio selection: Evidence from the UK, US and Brazilian markets. European Journal of Operational Research, 234(2), Beasley, J. E., Meade, N., & Chang, T. J. (2003). An evolutionary heuristic for the index tracking problem. European Journal of Operational Research,148(3), Guastaroba, G., & Speranza, M. G. (2012). Kernel search: an application to the index tracking problem. European Journal of Operational Research, 217(1), Kao, Y., & Cheng, H. (2013). Bacterial foraging optimization approach to portfolio optimization. Computational Economics, 42, 4, Li, Q., & Bao, L. (2014). Enhanced index tracking with multiple time-scale analysis. Economic Modelling, 39, Li, Q., Bao, L., & Zhang, Q. L. (2014a). Multi-scale tracking dynamics and optimal index replication. Applied

13 Economics Letters, 21(4), Li, Q., Sun, L., & Bao, L. (2011). Enhanced index tracking based on multi-objective immune algorithm. Expert Systems with Applications, 38(5), Li, Y., Yang, X., Zhu, S., & Li, D. H. (2014b). A hybrid approach for index tracking with practical constraints. Journal of Industrial and Management Optimization, 10(3), Niu, B., Xiao, H., Tan, L., Li, L., & Rao, J. (2010). Modified bacterial foraging optimizer for liquidity risk portfolio optimization. Communications in Computer and Information Science, Passino, K. M. (2002). Biomimicry of bacterial foraging for distributed optimization and control. IEEE Control Systems, 22, 3, Ruiz-Torrubiano, R., & Suárez, A. (2009). A hybrid optimization approach to index tracking. Annals of Operations Research, 166(1), Tan, L., Niu, B., Wang, H., Huang, H., & Duan, Q. (2014). Lecture Notes in ComputerScience. Springer International Publishing. Wang, M., Xu, C., Xu, F., & Xue, H. (2012). A mixed 0 1 LP for index tracking problem with CVaR risk constraints. Annals of Operations Research, 196(1),

A mixed 0 1 LP for index tracking problem with CVaR risk constraints

A mixed 0 1 LP for index tracking problem with CVaR risk constraints Ann Oper Res (2012) 196:591 609 DOI 10.1007/s10479-011-1042-9 A mixed 0 1 LP for index tracking problem with CVaR risk constraints Meihua Wang Chengxian Xu Fengmin Xu Hongang Xue Published online: 31 December

More information

Mathematical Modeling in Enhanced Index Tracking with Optimization Model

Mathematical Modeling in Enhanced Index Tracking with Optimization Model Journal of umerical Analysis and Applied Mathematics Vol., o., 206, pp. -5 http://www.aiscience.org/journal/jnaam Mathematical Modeling in Enhanced Index Tracking with Optimization Model Lam Weng Siew,

More information

State Switching in US Equity Index Returns based on SETAR Model with Kalman Filter Tracking

State Switching in US Equity Index Returns based on SETAR Model with Kalman Filter Tracking State Switching in US Equity Index Returns based on SETAR Model with Kalman Filter Tracking Timothy Little, Xiao-Ping Zhang Dept. of Electrical and Computer Engineering Ryerson University 350 Victoria

More information

Optimal Search for Parameters in Monte Carlo Simulation for Derivative Pricing

Optimal Search for Parameters in Monte Carlo Simulation for Derivative Pricing Optimal Search for Parameters in Monte Carlo Simulation for Derivative Pricing Prof. Chuan-Ju Wang Department of Computer Science University of Taipei Joint work with Prof. Ming-Yang Kao March 28, 2014

More information

Log-Robust Portfolio Management

Log-Robust Portfolio Management Log-Robust Portfolio Management Dr. Aurélie Thiele Lehigh University Joint work with Elcin Cetinkaya and Ban Kawas Research partially supported by the National Science Foundation Grant CMMI-0757983 Dr.

More information

Ant colony optimization approach to portfolio optimization

Ant colony optimization approach to portfolio optimization 2012 International Conference on Economics, Business and Marketing Management IPEDR vol.29 (2012) (2012) IACSIT Press, Singapore Ant colony optimization approach to portfolio optimization Kambiz Forqandoost

More information

Dynamic Replication of Non-Maturing Assets and Liabilities

Dynamic Replication of Non-Maturing Assets and Liabilities Dynamic Replication of Non-Maturing Assets and Liabilities Michael Schürle Institute for Operations Research and Computational Finance, University of St. Gallen, Bodanstr. 6, CH-9000 St. Gallen, Switzerland

More information

COMPARATIVE STUDY OF TIME-COST OPTIMIZATION

COMPARATIVE STUDY OF TIME-COST OPTIMIZATION International Journal of Civil Engineering and Technology (IJCIET) Volume 8, Issue 4, April 2017, pp. 659 663, Article ID: IJCIET_08_04_076 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=8&itype=4

More information

Testing for the martingale hypothesis in Asian stock prices: a wild bootstrap approach

Testing for the martingale hypothesis in Asian stock prices: a wild bootstrap approach Testing for the martingale hypothesis in Asian stock prices: a wild bootstrap approach Jae H. Kim Department of Econometrics and Business Statistics Monash University, Caulfield East, VIC 3145, Australia

More information

MULTISTAGE PORTFOLIO OPTIMIZATION AS A STOCHASTIC OPTIMAL CONTROL PROBLEM

MULTISTAGE PORTFOLIO OPTIMIZATION AS A STOCHASTIC OPTIMAL CONTROL PROBLEM K Y B E R N E T I K A M A N U S C R I P T P R E V I E W MULTISTAGE PORTFOLIO OPTIMIZATION AS A STOCHASTIC OPTIMAL CONTROL PROBLEM Martin Lauko Each portfolio optimization problem is a trade off between

More information

Evolution of Strategies with Different Representation Schemes. in a Spatial Iterated Prisoner s Dilemma Game

Evolution of Strategies with Different Representation Schemes. in a Spatial Iterated Prisoner s Dilemma Game Submitted to IEEE Transactions on Computational Intelligence and AI in Games (Final) Evolution of Strategies with Different Representation Schemes in a Spatial Iterated Prisoner s Dilemma Game Hisao Ishibuchi,

More information

Trading Financial Markets with Online Algorithms

Trading Financial Markets with Online Algorithms Trading Financial Markets with Online Algorithms Esther Mohr and Günter Schmidt Abstract. Investors which trade in financial markets are interested in buying at low and selling at high prices. We suggest

More information

Integer Programming Models

Integer Programming Models Integer Programming Models Fabio Furini December 10, 2014 Integer Programming Models 1 Outline 1 Combinatorial Auctions 2 The Lockbox Problem 3 Constructing an Index Fund Integer Programming Models 2 Integer

More information

Neural Network Prediction of Stock Price Trend Based on RS with Entropy Discretization

Neural Network Prediction of Stock Price Trend Based on RS with Entropy Discretization 2017 International Conference on Materials, Energy, Civil Engineering and Computer (MATECC 2017) Neural Network Prediction of Stock Price Trend Based on RS with Entropy Discretization Huang Haiqing1,a,

More information

Cognitive Pattern Analysis Employing Neural Networks: Evidence from the Australian Capital Markets

Cognitive Pattern Analysis Employing Neural Networks: Evidence from the Australian Capital Markets 76 Cognitive Pattern Analysis Employing Neural Networks: Evidence from the Australian Capital Markets Edward Sek Khin Wong Faculty of Business & Accountancy University of Malaya 50603, Kuala Lumpur, Malaysia

More information

Optimization of Fuzzy Production and Financial Investment Planning Problems

Optimization of Fuzzy Production and Financial Investment Planning Problems Journal of Uncertain Systems Vol.8, No.2, pp.101-108, 2014 Online at: www.jus.org.uk Optimization of Fuzzy Production and Financial Investment Planning Problems Man Xu College of Mathematics & Computer

More information

Scenario-Based Value-at-Risk Optimization

Scenario-Based Value-at-Risk Optimization Scenario-Based Value-at-Risk Optimization Oleksandr Romanko Quantitative Research Group, Algorithmics Incorporated, an IBM Company Joint work with Helmut Mausser Fields Industrial Optimization Seminar

More information

The Use of Artificial Neural Network for Forecasting of FTSE Bursa Malaysia KLCI Stock Price Index

The Use of Artificial Neural Network for Forecasting of FTSE Bursa Malaysia KLCI Stock Price Index The Use of Artificial Neural Network for Forecasting of FTSE Bursa Malaysia KLCI Stock Price Index Soleh Ardiansyah 1, Mazlina Abdul Majid 2, JasniMohamad Zain 2 Faculty of Computer System and Software

More information

An Empirical Analysis of the Impact of Disposable Income of Urban Residents on Consumption Expenditure in Beijing. Jia-Nan BAO

An Empirical Analysis of the Impact of Disposable Income of Urban Residents on Consumption Expenditure in Beijing. Jia-Nan BAO 2017 International Conference on Economics and Management Engineering (ICEME 2017) ISBN: 978-1-60595-451-6 An Empirical Analysis of the Impact of Disposable Income of Urban Residents on Consumption Expenditure

More information

Multistage risk-averse asset allocation with transaction costs

Multistage risk-averse asset allocation with transaction costs Multistage risk-averse asset allocation with transaction costs 1 Introduction Václav Kozmík 1 Abstract. This paper deals with asset allocation problems formulated as multistage stochastic programming models.

More information

Corresponding author: Gregory C Chow,

Corresponding author: Gregory C Chow, Co-movements of Shanghai and New York stock prices by time-varying regressions Gregory C Chow a, Changjiang Liu b, Linlin Niu b,c a Department of Economics, Fisher Hall Princeton University, Princeton,

More information

An enhanced artificial neural network for stock price predications

An enhanced artificial neural network for stock price predications An enhanced artificial neural network for stock price predications Jiaxin MA Silin HUANG School of Engineering, The Hong Kong University of Science and Technology, Hong Kong SAR S. H. KWOK HKUST Business

More information

Iran s Stock Market Prediction By Neural Networks and GA

Iran s Stock Market Prediction By Neural Networks and GA Iran s Stock Market Prediction By Neural Networks and GA Mahmood Khatibi MS. in Control Engineering mahmood.khatibi@gmail.com Habib Rajabi Mashhadi Associate Professor h_mashhadi@ferdowsi.um.ac.ir Electrical

More information

COGNITIVE LEARNING OF INTELLIGENCE SYSTEMS USING NEURAL NETWORKS: EVIDENCE FROM THE AUSTRALIAN CAPITAL MARKETS

COGNITIVE LEARNING OF INTELLIGENCE SYSTEMS USING NEURAL NETWORKS: EVIDENCE FROM THE AUSTRALIAN CAPITAL MARKETS Asian Academy of Management Journal, Vol. 7, No. 2, 17 25, July 2002 COGNITIVE LEARNING OF INTELLIGENCE SYSTEMS USING NEURAL NETWORKS: EVIDENCE FROM THE AUSTRALIAN CAPITAL MARKETS Joachim Tan Edward Sek

More information

Empirical Study on Short-Term Prediction of Shanghai Composite Index Based on ARMA Model

Empirical Study on Short-Term Prediction of Shanghai Composite Index Based on ARMA Model Empirical Study on Short-Term Prediction of Shanghai Composite Index Based on ARMA Model Cai-xia Xiang 1, Ping Xiao 2* 1 (School of Hunan University of Humanities, Science and Technology, Hunan417000,

More information

Index-Tracking Portfolios and Long-Short Statistical Arbitrage Strategies: A Lasso Based Approach

Index-Tracking Portfolios and Long-Short Statistical Arbitrage Strategies: A Lasso Based Approach Index-Tracking Portfolios and Long-Short Statistical Arbitrage Strategies: A Lasso Based Approach Author One a,b,1,, Author Two c, Author Three a,c, Author Four a,c a Address One b Address Two c Some University

More information

A Dynamic Hedging Strategy for Option Transaction Using Artificial Neural Networks

A Dynamic Hedging Strategy for Option Transaction Using Artificial Neural Networks A Dynamic Hedging Strategy for Option Transaction Using Artificial Neural Networks Hyun Joon Shin and Jaepil Ryu Dept. of Management Eng. Sangmyung University {hjshin, jpru}@smu.ac.kr Abstract In order

More information

Solving dynamic portfolio choice problems by recursing on optimized portfolio weights or on the value function?

Solving dynamic portfolio choice problems by recursing on optimized portfolio weights or on the value function? DOI 0.007/s064-006-9073-z ORIGINAL PAPER Solving dynamic portfolio choice problems by recursing on optimized portfolio weights or on the value function? Jules H. van Binsbergen Michael W. Brandt Received:

More information

A Note on the Oil Price Trend and GARCH Shocks

A Note on the Oil Price Trend and GARCH Shocks MPRA Munich Personal RePEc Archive A Note on the Oil Price Trend and GARCH Shocks Li Jing and Henry Thompson 2010 Online at http://mpra.ub.uni-muenchen.de/20654/ MPRA Paper No. 20654, posted 13. February

More information

Essays on Some Combinatorial Optimization Problems with Interval Data

Essays on Some Combinatorial Optimization Problems with Interval Data Essays on Some Combinatorial Optimization Problems with Interval Data a thesis submitted to the department of industrial engineering and the institute of engineering and sciences of bilkent university

More information

SciBeta CoreShares South-Africa Multi-Beta Multi-Strategy Six-Factor EW

SciBeta CoreShares South-Africa Multi-Beta Multi-Strategy Six-Factor EW SciBeta CoreShares South-Africa Multi-Beta Multi-Strategy Six-Factor EW Table of Contents Introduction Methodological Terms Geographic Universe Definition: Emerging EMEA Construction: Multi-Beta Multi-Strategy

More information

Asset Selection Model Based on the VaR Adjusted High-Frequency Sharp Index

Asset Selection Model Based on the VaR Adjusted High-Frequency Sharp Index Management Science and Engineering Vol. 11, No. 1, 2017, pp. 67-75 DOI:10.3968/9412 ISSN 1913-0341 [Print] ISSN 1913-035X [Online] www.cscanada.net www.cscanada.org Asset Selection Model Based on the VaR

More information

Random Variables and Probability Distributions

Random Variables and Probability Distributions Chapter 3 Random Variables and Probability Distributions Chapter Three Random Variables and Probability Distributions 3. Introduction An event is defined as the possible outcome of an experiment. In engineering

More information

Lecture 7: Bayesian approach to MAB - Gittins index

Lecture 7: Bayesian approach to MAB - Gittins index Advanced Topics in Machine Learning and Algorithmic Game Theory Lecture 7: Bayesian approach to MAB - Gittins index Lecturer: Yishay Mansour Scribe: Mariano Schain 7.1 Introduction In the Bayesian approach

More information

Optimal Policies of Newsvendor Model Under Inventory-Dependent Demand Ting GAO * and Tao-feng YE

Optimal Policies of Newsvendor Model Under Inventory-Dependent Demand Ting GAO * and Tao-feng YE 207 2 nd International Conference on Education, Management and Systems Engineering (EMSE 207 ISBN: 978--60595-466-0 Optimal Policies of Newsvendor Model Under Inventory-Dependent Demand Ting GO * and Tao-feng

More information

Prediction of Stock Closing Price by Hybrid Deep Neural Network

Prediction of Stock Closing Price by Hybrid Deep Neural Network Available online www.ejaet.com European Journal of Advances in Engineering and Technology, 2018, 5(4): 282-287 Research Article ISSN: 2394-658X Prediction of Stock Closing Price by Hybrid Deep Neural Network

More information

COMISEF WORKING PAPERS SERIES

COMISEF WORKING PAPERS SERIES Computational Optimization Methods in Statistics, Econometrics and Finance - Marie Curie Research and Training Network funded by the EU Commission through MRTN-CT-26-3427 - COMISEF WORKING PAPERS SERIES

More information

A Big Data Analytical Framework For Portfolio Optimization

A Big Data Analytical Framework For Portfolio Optimization A Big Data Analytical Framework For Portfolio Optimization (Presented at Workshop on Internet and BigData Finance (WIBF 14) in conjunction with International Conference on Frontiers of Finance, City University

More information

1 Appendix A: Definition of equilibrium

1 Appendix A: Definition of equilibrium Online Appendix to Partnerships versus Corporations: Moral Hazard, Sorting and Ownership Structure Ayca Kaya and Galina Vereshchagina Appendix A formally defines an equilibrium in our model, Appendix B

More information

Demand for Money in China with Currency Substitution: Evidence from the Recent Data

Demand for Money in China with Currency Substitution: Evidence from the Recent Data Modern Economy, 2017, 8, 484-493 http://www.scirp.org/journal/me ISSN Online: 2152-7261 ISSN Print: 2152-7245 Demand for Money in China with Currency Substitution: Evidence from the Recent Data Yongqing

More information

Dynamic Marketing Budget Allocation across Countries, Products, and Marketing Activities

Dynamic Marketing Budget Allocation across Countries, Products, and Marketing Activities Web Appendix Accompanying Dynamic Marketing Budget Allocation across Countries, Products, and Marketing Activities Marc Fischer Sönke Albers 2 Nils Wagner 3 Monika Frie 4 May 200 Revised September 200

More information

Threshold Accepting for Index Tracking 1

Threshold Accepting for Index Tracking 1 Threshold Accepting for Index Tracking Manfred Gilli Department of Econometrics, University of Geneva, Geneva 4, Switzerland Manfred.Gilli@metri.unige.ch Evis Këllezi Department of Econometrics and FAME,

More information

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18,   ISSN International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18, www.ijcea.com ISSN 31-3469 AN INVESTIGATION OF FINANCIAL TIME SERIES PREDICTION USING BACK PROPAGATION NEURAL

More information

Hedging Effectiveness of Hong Kong Stock Index Futures Contracts

Hedging Effectiveness of Hong Kong Stock Index Futures Contracts Hedging Effectiveness of Hong Kong Stock Index Futures Contracts Xinfan Men Bank of Nanjing, Nanjing 210005, Jiangsu, China E-mail: njmxf@tom.com Xinyan Men Bank of Jiangsu, Nanjing 210005, Jiangsu, China

More information

Stock Trading System Based on Formalized Technical Analysis and Ranking Technique

Stock Trading System Based on Formalized Technical Analysis and Ranking Technique Stock Trading System Based on Formalized Technical Analysis and Ranking Technique Saulius Masteika and Rimvydas Simutis Faculty of Humanities, Vilnius University, Muitines 8, 4428 Kaunas, Lithuania saulius.masteika@vukhf.lt,

More information

Analysis of the Operating Efficiency of China s Securities Companies based on DEA Method

Analysis of the Operating Efficiency of China s Securities Companies based on DEA Method First International Conference on Economic and Business Management (FEBM 2016) Analysis of the Operating Efficiency of China s Securities Companies based on DEA Method Wei Huang a*, Qiancheng Guan b, Hui

More information

Impact of Devaluation on Trade Balance in Pakistan

Impact of Devaluation on Trade Balance in Pakistan Page 16 Oeconomics of Knowledge, Volume 3, Issue 3, 3Q, Summer 2011 Impact of Devaluation on Trade Balance in Pakistan Muhammad ASIF, Lecturer Management Sciences Department CIIT, Abbottabad, Pakistan

More information

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18,   ISSN Volume XII, Issue II, Feb. 18, www.ijcea.com ISSN 31-3469 AN INVESTIGATION OF FINANCIAL TIME SERIES PREDICTION USING BACK PROPAGATION NEURAL NETWORKS K. Jayanthi, Dr. K. Suresh 1 Department of Computer

More information

Knowledge Discovery for Interest Rate Futures Trading Based on Extended Classifier System

Knowledge Discovery for Interest Rate Futures Trading Based on Extended Classifier System International Journal of Computer Information Systems and Industrial Management Applications (IJCISIM) ISSN: 2150-7988 Vol.1 (2009), pp.197-204 http://www.mirlabs.org/ijcisim Knowledge Discovery for Interest

More information

A MATHEMATICAL PROGRAMMING APPROACH TO ANALYZE THE ACTIVITY-BASED COSTING PRODUCT-MIX DECISION WITH CAPACITY EXPANSIONS

A MATHEMATICAL PROGRAMMING APPROACH TO ANALYZE THE ACTIVITY-BASED COSTING PRODUCT-MIX DECISION WITH CAPACITY EXPANSIONS A MATHEMATICAL PROGRAMMING APPROACH TO ANALYZE THE ACTIVITY-BASED COSTING PRODUCT-MIX DECISION WITH CAPACITY EXPANSIONS Wen-Hsien Tsai and Thomas W. Lin ABSTRACT In recent years, Activity-Based Costing

More information

Sharpe Ratio over investment Horizon

Sharpe Ratio over investment Horizon Sharpe Ratio over investment Horizon Ziemowit Bednarek, Pratish Patel and Cyrus Ramezani December 8, 2014 ABSTRACT Both building blocks of the Sharpe ratio the expected return and the expected volatility

More information

Application of Structural Breakpoint Test to the Correlation Analysis between Crude Oil Price and U.S. Weekly Leading Index

Application of Structural Breakpoint Test to the Correlation Analysis between Crude Oil Price and U.S. Weekly Leading Index Open Journal of Business and Management, 2016, 4, 322-328 Published Online April 2016 in SciRes. http://www.scirp.org/journal/ojbm http://dx.doi.org/10.4236/ojbm.2016.42034 Application of Structural Breakpoint

More information

Optimal Production-Inventory Policy under Energy Buy-Back Program

Optimal Production-Inventory Policy under Energy Buy-Back Program The inth International Symposium on Operations Research and Its Applications (ISORA 10) Chengdu-Jiuzhaigou, China, August 19 23, 2010 Copyright 2010 ORSC & APORC, pp. 526 532 Optimal Production-Inventory

More information

A New Approach to Solve an Extended Portfolio Selection Problem

A New Approach to Solve an Extended Portfolio Selection Problem Proceedings of the 2012 International Conference on Industrial Engineering and Operations Management Istanbul, Turkey, July 3 6, 2012 A New Approach to Solve an Extended Portfolio Selection Problem Mohammad

More information

Long-run Stability of Demand for Money in China with Consideration of Bilateral Currency Substitution

Long-run Stability of Demand for Money in China with Consideration of Bilateral Currency Substitution Long-run Stability of Demand for Money in China with Consideration of Bilateral Currency Substitution Yongqing Wang The Department of Business and Economics The University of Wisconsin-Sheboygan Sheboygan,

More information

American Option Pricing Formula for Uncertain Financial Market

American Option Pricing Formula for Uncertain Financial Market American Option Pricing Formula for Uncertain Financial Market Xiaowei Chen Uncertainty Theory Laboratory, Department of Mathematical Sciences Tsinghua University, Beijing 184, China chenxw7@mailstsinghuaeducn

More information

In terms of covariance the Markowitz portfolio optimisation problem is:

In terms of covariance the Markowitz portfolio optimisation problem is: Markowitz portfolio optimisation Solver To use Solver to solve the quadratic program associated with tracing out the efficient frontier (unconstrained efficient frontier UEF) in Markowitz portfolio optimisation

More information

Yao s Minimax Principle

Yao s Minimax Principle Complexity of algorithms The complexity of an algorithm is usually measured with respect to the size of the input, where size may for example refer to the length of a binary word describing the input,

More information

OPERATIONAL EXPANDITURE BENCHMARKING OF REGIONAL DISTRIBUTION UNITS AS A TOOL FOR EFFICIENCY EVALUATION AND DESIRED COST LEVEL ESTIMATION

OPERATIONAL EXPANDITURE BENCHMARKING OF REGIONAL DISTRIBUTION UNITS AS A TOOL FOR EFFICIENCY EVALUATION AND DESIRED COST LEVEL ESTIMATION OPERATIONAL EXPANDITURE BENCHMARKING OF REGIONAL DISTRIBUTION UNITS AS A TOOL FOR EFFICIENCY EVALUATION AND DESIRED COST LEVEL ESTIMATION Jerzy ANDRUSZKIEWICZ Wojciech ANDRUSZKIEWICZ Roman SŁOWIŃSKI Enea

More information

A Hybrid Solver for Constrained Portfolio Selection Problems preliminary report

A Hybrid Solver for Constrained Portfolio Selection Problems preliminary report A Hybrid Solver for Constrained Portfolio Selection Problems preliminary report Luca Di Gaspero 1, Giacomo di Tollo 2, Andrea Roli 3, Andrea Schaerf 1 1. DIEGM, Università di Udine, via delle Scienze 208,

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 2, Mar Apr 2017

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 2, Mar Apr 2017 RESEARCH ARTICLE Stock Selection using Principal Component Analysis with Differential Evolution Dr. Balamurugan.A [1], Arul Selvi. S [2], Syedhussian.A [3], Nithin.A [4] [3] & [4] Professor [1], Assistant

More information

Random Search Techniques for Optimal Bidding in Auction Markets

Random Search Techniques for Optimal Bidding in Auction Markets Random Search Techniques for Optimal Bidding in Auction Markets Shahram Tabandeh and Hannah Michalska Abstract Evolutionary algorithms based on stochastic programming are proposed for learning of the optimum

More information

A Note on the Oil Price Trend and GARCH Shocks

A Note on the Oil Price Trend and GARCH Shocks A Note on the Oil Price Trend and GARCH Shocks Jing Li* and Henry Thompson** This paper investigates the trend in the monthly real price of oil between 1990 and 2008 with a generalized autoregressive conditional

More information

The Demand for Money in China: Evidence from Half a Century

The Demand for Money in China: Evidence from Half a Century International Journal of Business and Social Science Vol. 5, No. 1; September 214 The Demand for Money in China: Evidence from Half a Century Dr. Liaoliao Li Associate Professor Department of Business

More information

Option Pricing Formula for Fuzzy Financial Market

Option Pricing Formula for Fuzzy Financial Market Journal of Uncertain Systems Vol.2, No., pp.7-2, 28 Online at: www.jus.org.uk Option Pricing Formula for Fuzzy Financial Market Zhongfeng Qin, Xiang Li Department of Mathematical Sciences Tsinghua University,

More information

Multi-Armed Bandit, Dynamic Environments and Meta-Bandits

Multi-Armed Bandit, Dynamic Environments and Meta-Bandits Multi-Armed Bandit, Dynamic Environments and Meta-Bandits C. Hartland, S. Gelly, N. Baskiotis, O. Teytaud and M. Sebag Lab. of Computer Science CNRS INRIA Université Paris-Sud, Orsay, France Abstract This

More information

Mean-variance portfolio rebalancing with transaction costs and funding changes

Mean-variance portfolio rebalancing with transaction costs and funding changes Journal of the Operational Research Society (2011) 62, 667 --676 2011 Operational Research Society Ltd. All rights reserved. 0160-5682/11 www.palgrave-journals.com/jors/ Mean-variance portfolio rebalancing

More information

Lecture 5: Iterative Combinatorial Auctions

Lecture 5: Iterative Combinatorial Auctions COMS 6998-3: Algorithmic Game Theory October 6, 2008 Lecture 5: Iterative Combinatorial Auctions Lecturer: Sébastien Lahaie Scribe: Sébastien Lahaie In this lecture we examine a procedure that generalizes

More information

Multi-factor Stock Selection Model Based on Kernel Support Vector Machine

Multi-factor Stock Selection Model Based on Kernel Support Vector Machine Journal of Mathematics Research; Vol. 10, No. 5; October 2018 ISSN 1916-9795 E-ISSN 1916-9809 Published by Canadian Center of Science and Education Multi-factor Stock Selection Model Based on Kernel Support

More information

PART II IT Methods in Finance

PART II IT Methods in Finance PART II IT Methods in Finance Introduction to Part II This part contains 12 chapters and is devoted to IT methods in finance. There are essentially two ways where IT enters and influences methods used

More information

Rebalancing the Simon Fraser University s Academic Pension Plan s Balanced Fund: A Case Study

Rebalancing the Simon Fraser University s Academic Pension Plan s Balanced Fund: A Case Study Rebalancing the Simon Fraser University s Academic Pension Plan s Balanced Fund: A Case Study by Yingshuo Wang Bachelor of Science, Beijing Jiaotong University, 2011 Jing Ren Bachelor of Science, Shandong

More information

Analytical Option Pricing under an Asymmetrically Displaced Double Gamma Jump-Diffusion Model

Analytical Option Pricing under an Asymmetrically Displaced Double Gamma Jump-Diffusion Model Analytical Option Pricing under an Asymmetrically Displaced Double Gamma Jump-Diffusion Model Advances in Computational Economics and Finance Univerity of Zürich, Switzerland Matthias Thul 1 Ally Quan

More information

Stock Price and Index Forecasting by Arbitrage Pricing Theory-Based Gaussian TFA Learning

Stock Price and Index Forecasting by Arbitrage Pricing Theory-Based Gaussian TFA Learning Stock Price and Index Forecasting by Arbitrage Pricing Theory-Based Gaussian TFA Learning Kai Chun Chiu and Lei Xu Department of Computer Science and Engineering The Chinese University of Hong Kong, Shatin,

More information

Portfolio Optimization using Conditional Sharpe Ratio

Portfolio Optimization using Conditional Sharpe Ratio International Letters of Chemistry, Physics and Astronomy Online: 2015-07-01 ISSN: 2299-3843, Vol. 53, pp 130-136 doi:10.18052/www.scipress.com/ilcpa.53.130 2015 SciPress Ltd., Switzerland Portfolio Optimization

More information

This document is downloaded from CityU Institutional Repository, Run Run Shaw Library, City University of Hong Kong.

This document is downloaded from CityU Institutional Repository, Run Run Shaw Library, City University of Hong Kong. This document is downloaded from CityU Institutional Repository, Run Run Shaw Library, City University of Hong Kong. Title Volatility and dynamics of public and private real estate market returns in Hong

More information

Robust Portfolio Optimization Using a Simple Factor Model

Robust Portfolio Optimization Using a Simple Factor Model Robust Portfolio Optimization Using a Simple Factor Model Chris Bemis, Xueying Hu, Weihua Lin, Somayes Moazeni, Li Wang, Ting Wang, Jingyan Zhang Abstract In this paper we examine the performance of a

More information

Column generation to solve planning problems

Column generation to solve planning problems Column generation to solve planning problems ALGORITMe Han Hoogeveen 1 Continuous Knapsack problem We are given n items with integral weight a j ; integral value c j. B is a given integer. Goal: Find a

More information

Variable Annuities with Lifelong Guaranteed Withdrawal Benefits

Variable Annuities with Lifelong Guaranteed Withdrawal Benefits Variable Annuities with Lifelong Guaranteed Withdrawal Benefits presented by Yue Kuen Kwok Department of Mathematics Hong Kong University of Science and Technology Hong Kong, China * This is a joint work

More information

Mean Variance Portfolio Theory

Mean Variance Portfolio Theory Chapter 1 Mean Variance Portfolio Theory This book is about portfolio construction and risk analysis in the real-world context where optimization is done with constraints and penalties specified by the

More information

1.1 Interest rates Time value of money

1.1 Interest rates Time value of money Lecture 1 Pre- Derivatives Basics Stocks and bonds are referred to as underlying basic assets in financial markets. Nowadays, more and more derivatives are constructed and traded whose payoffs depend on

More information

Regret Minimization and Correlated Equilibria

Regret Minimization and Correlated Equilibria Algorithmic Game heory Summer 2017, Week 4 EH Zürich Overview Regret Minimization and Correlated Equilibria Paolo Penna We have seen different type of equilibria and also considered the corresponding price

More information

RealVol Futures Overlay On an S&P 500 Portfolio Sixiang Li October 2012

RealVol Futures Overlay On an S&P 500 Portfolio Sixiang Li October 2012 RealVol Futures Overlay On an S&P 500 Portfolio Sixiang Li October 2012 The following study, and the research contained herein, was commissioned by The Volatility Exchange. The author is grateful to R.

More information

Portfolio Optimization by Heuristic Algorithms. Collether John. A thesis submitted for the degree of PhD in Computing and Electronic Systems

Portfolio Optimization by Heuristic Algorithms. Collether John. A thesis submitted for the degree of PhD in Computing and Electronic Systems 1 Portfolio Optimization by Heuristic Algorithms Collether John A thesis submitted for the degree of PhD in Computing and Electronic Systems School of Computer Science and Electronic Engineering University

More information

An Approximation Algorithm for Capacity Allocation over a Single Flight Leg with Fare-Locking

An Approximation Algorithm for Capacity Allocation over a Single Flight Leg with Fare-Locking An Approximation Algorithm for Capacity Allocation over a Single Flight Leg with Fare-Locking Mika Sumida School of Operations Research and Information Engineering, Cornell University, Ithaca, New York

More information

The risk/return trade-off has been a

The risk/return trade-off has been a Efficient Risk/Return Frontiers for Credit Risk HELMUT MAUSSER AND DAN ROSEN HELMUT MAUSSER is a mathematician at Algorithmics Inc. in Toronto, Canada. DAN ROSEN is the director of research at Algorithmics

More information

Portfolio Analysis with Random Portfolios

Portfolio Analysis with Random Portfolios pjb25 Portfolio Analysis with Random Portfolios Patrick Burns http://www.burns-stat.com stat.com September 2006 filename 1 1 Slide 1 pjb25 This was presented in London on 5 September 2006 at an event sponsored

More information

Risk Measuring of Chosen Stocks of the Prague Stock Exchange

Risk Measuring of Chosen Stocks of the Prague Stock Exchange Risk Measuring of Chosen Stocks of the Prague Stock Exchange Ing. Mgr. Radim Gottwald, Department of Finance, Faculty of Business and Economics, Mendelu University in Brno, radim.gottwald@mendelu.cz Abstract

More information

Financial Optimization ISE 347/447. Lecture 15. Dr. Ted Ralphs

Financial Optimization ISE 347/447. Lecture 15. Dr. Ted Ralphs Financial Optimization ISE 347/447 Lecture 15 Dr. Ted Ralphs ISE 347/447 Lecture 15 1 Reading for This Lecture C&T Chapter 12 ISE 347/447 Lecture 15 2 Stock Market Indices A stock market index is a statistic

More information

Statistical and Machine Learning Approach in Forex Prediction Based on Empirical Data

Statistical and Machine Learning Approach in Forex Prediction Based on Empirical Data Statistical and Machine Learning Approach in Forex Prediction Based on Empirical Data Sitti Wetenriajeng Sidehabi Department of Electrical Engineering Politeknik ATI Makassar Makassar, Indonesia tenri616@gmail.com

More information

Forecasting Volatility in the Chinese Stock Market under Model Uncertainty 1

Forecasting Volatility in the Chinese Stock Market under Model Uncertainty 1 Forecasting Volatility in the Chinese Stock Market under Model Uncertainty 1 Yong Li 1, Wei-Ping Huang, Jie Zhang 3 (1,. Sun Yat-Sen University Business, Sun Yat-Sen University, Guangzhou, 51075,China)

More information

MODELLING OPTIMAL HEDGE RATIO IN THE PRESENCE OF FUNDING RISK

MODELLING OPTIMAL HEDGE RATIO IN THE PRESENCE OF FUNDING RISK MODELLING OPTIMAL HEDGE RATIO IN THE PRESENCE O UNDING RISK Barbara Dömötör Department of inance Corvinus University of Budapest 193, Budapest, Hungary E-mail: barbara.domotor@uni-corvinus.hu KEYWORDS

More information

Sample Size for Assessing Agreement between Two Methods of Measurement by Bland Altman Method

Sample Size for Assessing Agreement between Two Methods of Measurement by Bland Altman Method Meng-Jie Lu 1 / Wei-Hua Zhong 1 / Yu-Xiu Liu 1 / Hua-Zhang Miao 1 / Yong-Chang Li 1 / Mu-Huo Ji 2 Sample Size for Assessing Agreement between Two Methods of Measurement by Bland Altman Method Abstract:

More information

A Heuristic Crossover for Portfolio Selection

A Heuristic Crossover for Portfolio Selection Applied Mathematical Sciences, Vol. 8, 2014, no. 65, 3215-3227 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.43203 A Heuristic Crossover for Portfolio Selection Joseph Ackora-Prah Department

More information

Appendix to: AMoreElaborateModel

Appendix to: AMoreElaborateModel Appendix to: Why Do Demand Curves for Stocks Slope Down? AMoreElaborateModel Antti Petajisto Yale School of Management February 2004 1 A More Elaborate Model 1.1 Motivation Our earlier model provides a

More information

Multifactor rules-based portfolios portfolios

Multifactor rules-based portfolios portfolios JENNIFER BENDER is a managing director at State Street Global Advisors in Boston, MA. jennifer_bender@ssga.com TAIE WANG is a vice president at State Street Global Advisors in Hong Kong. taie_wang@ssga.com

More information

No-arbitrage theorem for multi-factor uncertain stock model with floating interest rate

No-arbitrage theorem for multi-factor uncertain stock model with floating interest rate Fuzzy Optim Decis Making 217 16:221 234 DOI 117/s17-16-9246-8 No-arbitrage theorem for multi-factor uncertain stock model with floating interest rate Xiaoyu Ji 1 Hua Ke 2 Published online: 17 May 216 Springer

More information

2 Gilli and Këllezi Value at Risk (VaR), expected shortfall, mean absolute deviation, semivariance etc. are employed, leading to problems that can not

2 Gilli and Këllezi Value at Risk (VaR), expected shortfall, mean absolute deviation, semivariance etc. are employed, leading to problems that can not Heuristic Approaches for Portfolio Optimization y Manfred Gilli (manfred.gilli@metri.unige.ch) Department of Econometrics, University of Geneva, 1211 Geneva 4, Switzerland. Evis Këllezi (evis.kellezi@metri.unige.ch)

More information

A Comparative Study of Ensemble-based Forecasting Models for Stock Index Prediction

A Comparative Study of Ensemble-based Forecasting Models for Stock Index Prediction Association for Information Systems AIS Electronic Library (AISeL) MWAIS 206 Proceedings Midwest (MWAIS) Spring 5-9-206 A Comparative Study of Ensemble-based Forecasting Models for Stock Index Prediction

More information

An Empirical Comparison of Fast and Slow Stochastics

An Empirical Comparison of Fast and Slow Stochastics MPRA Munich Personal RePEc Archive An Empirical Comparison of Fast and Slow Stochastics Terence Tai Leung Chong and Alan Tsz Chung Tang and Kwun Ho Chan The Chinese University of Hong Kong, The Chinese

More information

$tock Forecasting using Machine Learning

$tock Forecasting using Machine Learning $tock Forecasting using Machine Learning Greg Colvin, Garrett Hemann, and Simon Kalouche Abstract We present an implementation of 3 different machine learning algorithms gradient descent, support vector

More information