The Coordinated Max-Median Rule for Portfolio Selection *

Size: px
Start display at page:

Download "The Coordinated Max-Median Rule for Portfolio Selection *"

Transcription

1 OpenStax-CNX module: m The Coordinated Max-Median Rule for Portfolio Selection * Ricardo Anito This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 Abstract A partial summary of the work performed by one Computational Finance PFUG [under Rice University's VIGRE Summer Reserach Program] is provided in this module. VIGRE (Vertically Integrated Grants for Research and Education) is funded by the NSF (National Science Foundation). Empirical Research was geared towards assessing the performance of an "improved" n-at-a-time stock selection rule for portfolio construction. The "Coordinated Max-Median" algorithm developed is described in detail along with its computational challenges. Also included are various evaluations performed with real world data (S&P 500 Index). This Connexions Module summarizes the details of such research. 1 Motivation 1.1 The Max-Median Rule for Portfolio Selection Previous research suggests that there exist strategies that, when implemented over a long period of time, might provide higher returns than overall market performance (see, e.g. [1]). One of these strategies, namely the Max-Median Rule, was investigated by Thompson and Baggett (see [2]), and served as a general motivation for this research. By selecting a handful of stocks, according to some robust criterion (e.g. the median) and rebalancing consistently without straying away from the strategy, virtually any investor could easily manage his or her portfolio quite reasonably. Over the long-haul, this strategy would provide decent returns when compared to a benchmark index (e.g. the S&P 500 Index). It is worthwhile noting that in strategies such as these, time is a major consideration (and one which investors can control, e.g. when investing retirement funds such as a 401K), and that these methods do not constitute day-trading strategies, and should be adhered-to consistently over a given period. Several salient points of this motivating investment strategy are: 1. It is accessible to any individual investor. 2. Over an extensive time-period for which it was examined (i.e. 37 years through 2006) it outperformed the S&P 500 Index by about 50%. 3. It was slightly more volatile on a yearly-basis. An eect that can, to a reasonable extent, be used to an investor's advantage in longer-term investment strategies. * Version 1.1: Oct 19, :46 am

2 OpenStax-CNX module: m These points clearly serve us as a motivation for further investigation and potential improvements. In particular, through recognizing that the existing strategy, albeit well-performing, is inherently a one-at-atime strategy and therefore does not capture any correlation-related dynamics through its selection criteria. Lastly, we were also motivated to investigate (at least initially) equally-weighted portfolios. An interesting nding (see, e.g. Wojciechowski, Baggett, and Thompson [3]), is that for the 33 years from 1970 through 2002, not simply a ukish few, but a staggering 65 percent of the portfolios selected randomly from the 1,000 largest market cap stocks lie above the Capital Market Line (CML). Also, it has been shown (see [2]) that any individual who invested equally in the S&P 500 Constituents (time period of 1970 through 2006) would have made, on a yearly average, 13.7%, as opposed to 8.9% with a competing market-cap weighted strategy. Both of these empirical realities make, at least preliminarily, a case against considering long-term market-cap weighted strategies. 2 The Coordinated Max-Median Rule 2.1 Introduction We now consider a strategy which allows us to implicitly capture the joint performance of securities as part of our selection criteria. Our goal is to pick, from the universe of investible stocks, a meaningful handful on which to equally allocate a given investment quantity on a yearly basis. As a rst step, we consider the S&P 500 constituents to be our universe of stocks from which can select a critical few (a number which we have set initially, and somewhat arbitrarily, to 20. This quantity seemed both appealing and reasonable in terms of being nancially manageable and computationally feasible). It is also worthwhile noting, that we regard limiting an investor to select from the S&P 500 (or any other well-known index) as both a reasonable and soundly restricted starting point. Furthermore, we also know that stocks listed in the S&P 500 are representative of various market sectors (inherently diversied) as well as of various reasonable company sizes (in terms of market capitalization). Additionally, other ltering criteria inherent in a reasonable-size index (in terms of the number of constituents), seem to provide a good baseline both as a benchmark (to outperform) and as a sensible constraint to the universe of all potentially-considered stocks. 2.2 Preliminary Setup Our rst step is to select a subset of stocks from a given index in which to allocate a given investment at any given point in time. Here, and in general, we can start by considering a subset of n stocks from a given index I with K constituents. Our evaluations considered I =S&P 500 (for which K = 500) and assembling baskets of n = 20 each time. Based on this setup, there is a total of C unique baskets of randomly selected securities that we could potentially consider. Clearly, if we require evaluating some optimal objective function over all possible combinations, this becomes computationally infeasible. Instead, we proceed by selecting stocks according to some plausible robust criterion that can be applied to any randomly assembled basket (the most appealing, both in terms of interpretation and prior results, being the median of the portfolio daily-returns). We also note, and quite emphatically so, that to both evaluate a meaningful amount of portfolios as well as to assess procedure repeatability, we clearly need to parallelize this eort. 2.3 Algorithm Consider the following algorithm: Step 1. Pick n-stocks (e.g. n = 20) from the S&P 500 Index at random. Step 2. Form Portfolio j (start with j = 1) at time t = 0, i.e. P j (t = 0), by equal-weight investment in these n-stocks.

3 OpenStax-CNX module: m Step 3. On a day-to-day basis (and for T trading days in any given year) compute the daily-returns for Portfolio j: r j (t) := P j (t) P j (t 1) ; t = 1, 2,..., T (1) P j (t 1) Step 4. Sort these for the years trading days. Step 5. Calculate the median daily-return for Portfolio j, let P j := median (P j ). Step 6. Repeat Steps (1-5) above for j = 1, 2,..., J (e.g. J = 10, 000) additional randomly selected portfolios. Step 7. Pick the portfolio with the highest median, i.e. P j s.t. j = argmax j {1,2,...,J} Step 8. Invest equally in P j. Step 9. Hold for one year, then liquidate. Step 10. Repeat Steps (1-9), yearly, over the time-frame of interest. [ Pj ]. We pick a subset of n = 20 yearly investible stocks according to the aforedescribed criterion at the end of any given year (using the most recent one-year data). We then allocate our investment quantity in this portfolio, on the rst trading day of the subsequent year, holding it for one year and concurrently collecting data during this year to repeat this procedure at the end of the year. We essentially keep on repeating this procedure over the period for which we want to evaluate the strategy. It is also interesting to note that under the previous motivating rule (i.e. the Max-Median Rule), we would always get an exact answer regarding which stocks had the single highest max-medians, in a nite, rather short, amount of time (an essentially N P -complete problem). This implied determinism, in the sense that any subsequent runs would produce the same results, amounts to a variance of zero. However, it is rather evident that our modied algorithm is inherently stochastic as we cannot evaluate all possibly imaginable combinations of portfolios. As a direct consequence, and by randomly selecting a reasonable number of portfolios for evaluation we expect to observe some natural variation, in the sense of the procedure's repeatability (each run will be essentially unique). It is possible (and rather interesting) to exploit this natural variation to assess the overall repeatability of this modied procedure. 2.4 Data Summary and Description Data were obtained from the University of Pennsylvania Wharton/WRDS Repository [4]. The following data were utilized for our evaluations: 1. S&P 500 December Constituents' GVKEYs, 1965 to 2006 (Compustat). 2. S&P 500 Daily Data [including: Returns with Dividends, Share Price, Shares Outstanding, Adjustment Factors, PERMNOs (CRSP)]. 3. Mapping Table from GVKEYs to PERMNOs. Data were also obtained from Yahoo! Finance: 1. Company Tickers for S&P 500 December 2007 Constituents. 2. Index Returns for SPX (S& P 500 Market-Cap Weighted). 3. Index Returns for SPX.EW (S& P 500 Equally Weighted, available from mid-2003 to present). For our evaluations we note that our yearly returns with dividends were calculated from the rst trading day to the last trading day per year and that dividends were included. Also the size of the data les analyzed was approximately 900MB. 2.5 Parallel Processing Environment and Software It is worthwhile mentioning some general details regarding the overall parallelized implementation of this procedure. It was successfully implemented using the software R, widely and freely available from the Comprehensive R Archive Network (CRAN). Several packages available for R, make a parallelized implementation of

4 OpenStax-CNX module: m the algorithm very straightforward. In particular, we made use of snow (see, e.g. [5] and [6]), and snowfall (see [7]), both running over open-mpi. Some of the reasons for choosing this implementation were: 1. Framework provides a powerful programming interface to a computational cluster (such as those available at Rice University, e.g. SUG@R and ADA). 2. Freely available under the Comprehensive R Archive Network (CRAN). 3. Easily distributes computations of existing functions (after pertinent modications) to various computation nodes. 4. Excellent for embarrassingly-parallel implementations and computations. In essence, this approach was very appealing in terms of performance, development time, and cost (essentially free). Although faster and more ecient implementations are possible (e.g. C/C++ and Fortran with open-mpi, the aforementioned implementation was sucient for our purposes). The code utilized was initially developed for sequential execution (in SAS) and then converted to R with similar performance. It was subsequently converted from sequential to parallel to exploit the benets of a parallel R-implementation. The standard steps for this conversion process are pretty standard, essentially: 1. We identify the loops which carry independent computations. we have two main loops. Firstly, simulating J portfolios can be regarded as J independent operations, which we can execute concurrently. Secondly, running the algorithm over a number of N years, can be regarded as N independent computational eorts. 2. Vectorize loops (Workhorse Functions). 3. Gather results (Combine/Gather Functions). 4. Distribute Execution (Call functions with snow). Several 64 processor jobs were submitted to Rice's Cray XD1 Research Cluster (ADA) - occupying 16 nodes, each with a total of 4 processors. The jobs would take less than 20 hours to complete, for about 64 simulated tracks of 40 years each. 3 Results 3.1 Preliminary Results Several simulations were run with observed, above average performance (number of portfolios inspected per simulation was in the range of J = 25, 000 to J = 50, 000). Figure 1 shows a simulation of J = 50, 000 portfolios per year over a period of 43 years. Several interesting features can be noted through this gure. We can appreciate that any investor that made up a portfolio with an initial investment of $100,000 in 1970 and selected the same stocks chosen by our algorithm would have allowed his or her portfolio to compound to a total of $3.7M (by the end of 2008), which performed better than both an equal-investment strategy in the S&P 500 Index (about $2.7M) or a market-cap weighted investment strategy in the S&P 500 Index (slightly below $1M). Of course, we can imagine that the computational power that was used was not available in the early seventies, but moving forward it will be and to an extent this is what matters. Also it is clearly seen that the Coordinated Max-Median Rule is inherently a more volatile rule (as compared to the S&P 500). Next, Figure 2 describes 1 of 3 pilot runs that were evaluated with various measures suggesting the superiority of the max-median (as opposed to, say for instance the mean, as well as the benet of using the max rather than the min). This seems plausible, at least heuristically, as the median is most robust (the mean is least robust), and in some sense the previous years best performing companies are more likely to perform better next year than the previous years worst performing companies (in terms of returns).

5 OpenStax-CNX module: m Figure 1: Coordinated Max-Median Rule (Single Run) 50,000 Portfolios Evaluated per Year

6 OpenStax-CNX module: m Figure 1: Coordinated Max-Median Rule (Single Run) 25,000 Portfolios Evaluated per Year with additional evaluations 3.2 Recent Evaluations and Results Recent evaluations have been mostly focused on evaluating the following: 1. Repeatability of the procedure in terms of the variability associated with its possible tracks for each realization. 2. Determining any additional gain (if any) in terms of returns as a function of the number of portfolios evaluated (J) at any given year. 3. The existence of any indications between current year portfolios' medians and subsequent year (same portfolio) performance. Are there any associations and if so how weak or strong are these? 4. Investigating a stable and plausible stopping rule and assessing how benecial it might be to run the random search until this condition is met. Several experiments were set up to determine if it would be worthwhile to inspect more randomly sought portfolios on a yearly basis as part of the overall procedure. A job simulating a total of 104 tracks (each consisting of J = 25, 000 portfolios per year over a 43 year period, 1965 though 2008) was submitted to ADA and took approximately three days to complete. Several important observations can be made from the outcomes of these simulations (shown in Figures 3 and 4, below). We note that, here, we can exploit the independence regarding the portfolios evaluated to get 52 tracks of J = 50, 000 portfolios each by combining pairs of J = 25, 000 tracks and selecting the maximum of the pair (simply the maximum of a

7 OpenStax-CNX module: m longer execution). Essentially this gives us information regarding what would have happened (in terms of the performance of the strategy should we have run it for twice as long). Analogously, tracks for J = 100, 000 and J = 200, 000 portfolios were constructed. Finally, some overall discussion of the results is given after the gures. Figure 1: Procedure Repeatability and Number of Portfolios Sampled Simulation (Left: J = 25, 000 tracks, Right: J = 50, 000 tracks)

8 OpenStax-CNX module: m Figure 1: Procedure Repeatability and Number of Portfolios Sampled Simulation (Left: J = 100, 000 tracks, Right: J = 200, 000 tracks) The total portfolio value was evaluated at the end of both years 2006 and 2008 and contrasted to both market performance (blue track) and the performance of a single track of a whopping J = 2, 600, 000 portfolios considered yearly (green track). As expected the variability of the procedure compounds as a function of time, and by chance we might under-perform the market. However, more often than not the procedure out-performed the market and by a quite reasonable amount. The proportion of portfolio-tracks simulated that were over an equally-weighted alternative at the end of 2006 was over 80% (for the cases where J = 25, 000 and J = 50, 000) and over 90% (for the cases where we assessed more randomly sought portfolios, i.e. J = 100, 000, and J = 200, 000). Also, there is weak evidence suggesting that, although running as many as J = 2, 600, 000 portfolios might at times outperform the market, this approach is generally not consistently higher on-average than considering tracks consisting of less yearly-evaluated portfolios. Another rather interesting observation is made through the scatter-grams produced (see Figure 5, below) assessing the correlation between current year portfolio median and (same portfolio) next year performance contrasted to the performance of the S&P 500 index. The number of portfolios evaluated for this purpose was 2, 000, 000 and the those that are highlighted as producing the maximum of the medians represent (< 0.1%, i.e. < 2, 000). The main purpose of this eort was to assess any associations between the current year medians as a forward-looking measure of portfolio performance (as we intend to pick the maximum and by chance we can pick portfolios of performance similar to those in the top percentile). As expected the associations are weak, though not extremely weak (correlations are for the rst case and for the second), however can be noticed and depend highly of the year evaluated. More often than not, we observed a positive correlation for the years inspected (the strongest correlations are those shown in the gures below). It turns out that for certain years (those with a negative correlation), we ought to utilize the min-median as a selection criterion. However, this cannot be known ex-ante, and the best we can do is utilize a measure that more often than not, produces above-average results. Here again, we can appreciate how these conicting eects would average-out with time in a favorable direction, reiterating the fact that a strategy such as this one, if considered, should be evaluated over the long-haul.

9 OpenStax-CNX module: m Figure 1: Next Year Portfolio Performances vs. Current Year Portfolio Medians (Left: 1998 vs. 1997, Right: 2001 vs. 2000) Lastly, several evaluations were performed comparing the various max-medians of the portfolios simulated as a function of the number of portfolios run (i.e. J) and compared to the single-stock max-median (See Figure 6 below), which could, at least heuristically, serve as an upper bound. This resulted (empirically) to be somewhat unstable as there is no guarantee that any thresholds set in terms of percentage to the bound could be attained in any reasonable computing time, mainly due to the fact the after a reasonable amount of simulations (namely J = 500, 000 and up to J = 2, 000, 000) the percentages of this single-stock max-median attained depended considerably on the year inspected, making a generalization impossible. The most recent evaluations were performed with stopping after 5 ticks past J = 10, 000 simulations, which seems stable, however based on aforementioned results it seems to not provide any incremental benet when contrasted to, for instance a hard-coded constant J stopping rule.

10 OpenStax-CNX module: m Figure 1: Max-Median Searches as a function of J (Left: 1984, Right: 1991) 3.3 Future Directions Several items are open at this point that might be worthwhile investigating in future research. Amongst them are the following (to mention a few): 1. The identication and investigation of any exogenous variables contributing to any observable associations between current-year portfolio medians and next-year portfolio performances. This is of particular interest as it would provide us with the possibility of meaningfully modifying the simple-criterion to make more informed decisions based on empirical evidence. 2. Considering data from previous years to make the decision at a given year (rather than only considering data from the previous year) as well as investigating any robust-type interpolations (e.g. median or quantile related regression methods). 3. Assessing the reproducibility of the procedure (or in general its performance) in other markets (international) and or other indexes (S&P 100, Russel 1000, NASDAQ, etc.) 4. Investigating a more meaningful rule regarding when to stop the random-search, and how it relates to overall procedure performance. 4 Conclusions In this module, we have presented the details of a modied version of the existing Max-Median Rule allowing for the joint selection of securities within this long-term investment strategy. This modied rule, namely the Coordinated Max-Median Rule, essentially bases the median selection criterion on the joint portfolio performance, rather than on single-stock individual performances. We saw that these modications came with a cost of increased combinatorial complexity and that due to the impossibility of evaluating all potentiallyinvestible portfolios, a parallelized computational approach had to be considered to assess a satisfactory number of portfolios on a yearly basis for potential investment. The algorithm's implementation was discussed, and several conclusions were drawn, the most signicant being that our modied algorithm, much more often than not, seems to out-perform the market (in terms of the S&P 500 Index) when a disciplined investor adheres to it for a reasonable amount of time. The data suggest that one of the contributing factors

11 OpenStax-CNX module: m for this on-average higher performance, at least in part, are the correlations between current year portfolio medians and next year portfolio performance, which seem both weak and not always positive. We noted that, more often than not, these correlations tend to be positive, an eect that seemingly averages out in a positive direction over the long-haul. We have also evaluated the performance of the described procedure on real-world S&P 500 data consisting of 43 years, and several potential future improvements, such as further work regarding a more robust stopping rule and the assessment of the procedure reproducibility with other indexes and or markets, were discussed. 5 Acknowledgements Special thanks are given to Drs. James Thompson and Scott Baggett, as well as to Drs. Linda Driskill and Tracy Volz, for their overall help and coaching throughout this summer research project. In particular special thanks are given to both the NSF and VIGRE for making this research a reality. 6 Bibliography 1. O'Shaughnessy, James P. (2003). What Works on Wall Street. A Guide to the Best-Performing Investment Strategies of All Time (Third Edition). 2. Thompson, James R., Baggett, L. Scott (2005). Everyman's Max-Median Rule for Portfolio Selection. 3. Thompson, James R., Baggett, L. Scott, Wojciechowski, William C. and Williams, Edward E. (2006). Nobels for Nonsense. The Journal of Post Keynesian Economics, Fall, pp Wharton Research Data Services (URL: 5. Rossini, A., Tierney, L., and Li, N. (2003). Simple parallel statistical computing. in R. UW Biostatistics working paper series, Paper 193, University of Washington. 6. Tierney, L., Rossini, A., Li, N., and Sevcikova, H. (2004). The snow Package: Simple Network of Workstations. Version Knaus, Jochen (2008). Developing parallel programs using snowfall

Portfolio selection: the power of equal weight

Portfolio selection: the power of equal weight Portfolio selection: the power of equal weight Philip A. Ernst, James R. Thompson, and Yinsen Miao August 8, 2017 arxiv:1602.00782v3 [q-fin.pm] 7 Aug 2017 Abstract We empirically show the superiority of

More information

Portfolio Selection: The Power of Equal Weight

Portfolio Selection: The Power of Equal Weight 225 Portfolio Selection: The Power of Equal Weight Philip Ernst, James Thompson, and Yinsen Miao Department of Statistics, Rice University Abstract We empirically show the superiority of the equally weighted

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

Enhancing equity portfolio diversification with fundamentally weighted strategies.

Enhancing equity portfolio diversification with fundamentally weighted strategies. Enhancing equity portfolio diversification with fundamentally weighted strategies. This is the second update to a paper originally published in October, 2014. In this second revision, we have included

More information

Short Term Alpha as a Predictor of Future Mutual Fund Performance

Short Term Alpha as a Predictor of Future Mutual Fund Performance Short Term Alpha as a Predictor of Future Mutual Fund Performance Submitted for Review by the National Association of Active Investment Managers - Wagner Award 2012 - by Michael K. Hartmann, MSAcc, CPA

More information

AIRCURRENTS: PORTFOLIO OPTIMIZATION FOR REINSURERS

AIRCURRENTS: PORTFOLIO OPTIMIZATION FOR REINSURERS MARCH 12 AIRCURRENTS: PORTFOLIO OPTIMIZATION FOR REINSURERS EDITOR S NOTE: A previous AIRCurrent explored portfolio optimization techniques for primary insurance companies. In this article, Dr. SiewMun

More information

Examining Long-Term Trends in Company Fundamentals Data

Examining Long-Term Trends in Company Fundamentals Data Examining Long-Term Trends in Company Fundamentals Data Michael Dickens 2015-11-12 Introduction The equities market is generally considered to be efficient, but there are a few indicators that are known

More information

8: Economic Criteria

8: Economic Criteria 8.1 Economic Criteria Capital Budgeting 1 8: Economic Criteria The preceding chapters show how to discount and compound a variety of different types of cash flows. This chapter explains the use of those

More information

The Good News in Short Interest: Ekkehart Boehmer, Zsuzsa R. Huszar, Bradford D. Jordan 2009 Revisited

The Good News in Short Interest: Ekkehart Boehmer, Zsuzsa R. Huszar, Bradford D. Jordan 2009 Revisited Utah State University DigitalCommons@USU All Graduate Plan B and other Reports Graduate Studies 5-2014 The Good News in Short Interest: Ekkehart Boehmer, Zsuzsa R. Huszar, Bradford D. Jordan 2009 Revisited

More information

Comparison of U.S. Stock Indices

Comparison of U.S. Stock Indices Magnus Erik Hvass Pedersen Hvass Laboratories Report HL-1503 First Edition September 30, 2015 Latest Revision www.hvass-labs.org/books Summary This paper compares stock indices for USA: Large-Cap stocks

More information

Predicting the Success of a Retirement Plan Based on Early Performance of Investments

Predicting the Success of a Retirement Plan Based on Early Performance of Investments Predicting the Success of a Retirement Plan Based on Early Performance of Investments CS229 Autumn 2010 Final Project Darrell Cain, AJ Minich Abstract Using historical data on the stock market, it is possible

More information

High Volatility Medium Volatility /24/85 12/18/86

High Volatility Medium Volatility /24/85 12/18/86 Estimating Model Limitation in Financial Markets Malik Magdon-Ismail 1, Alexander Nicholson 2 and Yaser Abu-Mostafa 3 1 malik@work.caltech.edu 2 zander@work.caltech.edu 3 yaser@caltech.edu Learning Systems

More information

Premium Timing with Valuation Ratios

Premium Timing with Valuation Ratios RESEARCH Premium Timing with Valuation Ratios March 2016 Wei Dai, PhD Research The predictability of expected stock returns is an old topic and an important one. While investors may increase expected returns

More information

Debt/Equity Ratio and Asset Pricing Analysis

Debt/Equity Ratio and Asset Pricing Analysis Utah State University DigitalCommons@USU All Graduate Plan B and other Reports Graduate Studies Summer 8-1-2017 Debt/Equity Ratio and Asset Pricing Analysis Nicholas Lyle Follow this and additional works

More information

A Robust Quantitative Framework Can Help Plan Sponsors Manage Pension Risk Through Glide Path Design.

A Robust Quantitative Framework Can Help Plan Sponsors Manage Pension Risk Through Glide Path Design. A Robust Quantitative Framework Can Help Plan Sponsors Manage Pension Risk Through Glide Path Design. Wesley Phoa is a portfolio manager with responsibilities for investing in LDI and other fixed income

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

PERFORMANCE STUDY 2013

PERFORMANCE STUDY 2013 US EQUITY FUNDS PERFORMANCE STUDY 2013 US EQUITY FUNDS PERFORMANCE STUDY 2013 Introduction This article examines the performance characteristics of over 600 US equity funds during 2013. It is based on

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

Copyright 2011 Pearson Education, Inc. Publishing as Addison-Wesley.

Copyright 2011 Pearson Education, Inc. Publishing as Addison-Wesley. Appendix: Statistics in Action Part I Financial Time Series 1. These data show the effects of stock splits. If you investigate further, you ll find that most of these splits (such as in May 1970) are 3-for-1

More information

Financial Economics Field Exam August 2008

Financial Economics Field Exam August 2008 Financial Economics Field Exam August 2008 There are two questions on the exam, representing Macroeconomic Finance (234A) and Corporate Finance (234C). Please answer both questions to the best of your

More information

Yale ICF Working Paper No First Draft: February 21, 1992 This Draft: June 29, Safety First Portfolio Insurance

Yale ICF Working Paper No First Draft: February 21, 1992 This Draft: June 29, Safety First Portfolio Insurance Yale ICF Working Paper No. 08 11 First Draft: February 21, 1992 This Draft: June 29, 1992 Safety First Portfolio Insurance William N. Goetzmann, International Center for Finance, Yale School of Management,

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

Price Discrimination As Portfolio Diversification. Abstract

Price Discrimination As Portfolio Diversification. Abstract Price Discrimination As Portfolio Diversification Parikshit Ghosh Indian Statistical Institute Abstract A seller seeking to sell an indivisible object can post (possibly different) prices to each of n

More information

Quantitative Measure. February Axioma Research Team

Quantitative Measure. February Axioma Research Team February 2018 How When It Comes to Momentum, Evaluate Don t Cramp My Style a Risk Model Quantitative Measure Risk model providers often commonly report the average value of the asset returns model. Some

More information

Modelling the Sharpe ratio for investment strategies

Modelling the Sharpe ratio for investment strategies Modelling the Sharpe ratio for investment strategies Group 6 Sako Arts 0776148 Rik Coenders 0777004 Stefan Luijten 0783116 Ivo van Heck 0775551 Rik Hagelaars 0789883 Stephan van Driel 0858182 Ellen Cardinaels

More information

A Formal Study of Distributed Resource Allocation Strategies in Multi-Agent Systems

A Formal Study of Distributed Resource Allocation Strategies in Multi-Agent Systems A Formal Study of Distributed Resource Allocation Strategies in Multi-Agent Systems Jiaying Shen, Micah Adler, Victor Lesser Department of Computer Science University of Massachusetts Amherst, MA 13 Abstract

More information

Derived copy of The Expenditure-Output Model *

Derived copy of The Expenditure-Output Model * OpenStax-CNX module: m64665 1 Derived copy of The Expenditure-Output Model * Rick Reid Based on The Expenditure-Output Model by OpenStax This work is produced by OpenStax-CNX and licensed under the Creative

More information

Managing the Uncertainty: An Approach to Private Equity Modeling

Managing the Uncertainty: An Approach to Private Equity Modeling Managing the Uncertainty: An Approach to Private Equity Modeling We propose a Monte Carlo model that enables endowments to project the distributions of asset values and unfunded liability levels for the

More information

The Golub Capital Altman Index

The Golub Capital Altman Index The Golub Capital Altman Index Edward I. Altman Max L. Heine Professor of Finance at the NYU Stern School of Business and a consultant for Golub Capital on this project Robert Benhenni Executive Officer

More information

CS 343: Artificial Intelligence

CS 343: Artificial Intelligence CS 343: Artificial Intelligence Markov Decision Processes II Prof. Scott Niekum The University of Texas at Austin [These slides based on those of Dan Klein and Pieter Abbeel for CS188 Intro to AI at UC

More information

ASC Topic 718 Accounting Valuation Report. Company ABC, Inc.

ASC Topic 718 Accounting Valuation Report. Company ABC, Inc. ASC Topic 718 Accounting Valuation Report Company ABC, Inc. Monte-Carlo Simulation Valuation of Several Proposed Relative Total Shareholder Return TSR Component Rank Grants And Index Outperform Grants

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

An Application of CAN SLIM Investing in the Dow Jones Benchmark

An Application of CAN SLIM Investing in the Dow Jones Benchmark An Application of CAN SLIM Investing in the Dow Jones Benchmark Track: Finance Introduction Matt Lutey, Mohammad Kabir Hassan and Dave Rayome This paper provides an alternative view of the popular CAN

More information

,,, be any other strategy for selling items. It yields no more revenue than, based on the

,,, be any other strategy for selling items. It yields no more revenue than, based on the ONLINE SUPPLEMENT Appendix 1: Proofs for all Propositions and Corollaries Proof of Proposition 1 Proposition 1: For all 1,2,,, if, is a non-increasing function with respect to (henceforth referred to as

More information

Understanding goal-based investing

Understanding goal-based investing Understanding goal-based investing By Joao Frasco, Chief Investment Officer, STANLIB Multi-Manager This article will explain our thinking behind goal-based investing. It is important to understand that

More information

Resource Planning with Uncertainty for NorthWestern Energy

Resource Planning with Uncertainty for NorthWestern Energy Resource Planning with Uncertainty for NorthWestern Energy Selection of Optimal Resource Plan for 213 Resource Procurement Plan August 28, 213 Gary Dorris, Ph.D. Ascend Analytics, LLC gdorris@ascendanalytics.com

More information

Parallel Accommodating Conduct: Evaluating the Performance of the CPPI Index

Parallel Accommodating Conduct: Evaluating the Performance of the CPPI Index Parallel Accommodating Conduct: Evaluating the Performance of the CPPI Index Marc Ivaldi Vicente Lagos Preliminary version, please do not quote without permission Abstract The Coordinate Price Pressure

More information

THE IMPORTANCE OF ASSET ALLOCATION vs. SECURITY SELECTION: A PRIMER. Highlights:

THE IMPORTANCE OF ASSET ALLOCATION vs. SECURITY SELECTION: A PRIMER. Highlights: THE IMPORTANCE OF ASSET ALLOCATION vs. SECURITY SELECTION: A PRIMER Highlights: Investment results depend mostly on the market you choose, not the selection of securities within that market. For mutual

More information

The Long-Run Equity Risk Premium

The Long-Run Equity Risk Premium The Long-Run Equity Risk Premium John R. Graham, Fuqua School of Business, Duke University, Durham, NC 27708, USA Campbell R. Harvey * Fuqua School of Business, Duke University, Durham, NC 27708, USA National

More information

The Case for TD Low Volatility Equities

The Case for TD Low Volatility Equities The Case for TD Low Volatility Equities By: Jean Masson, Ph.D., Managing Director April 05 Most investors like generating returns but dislike taking risks, which leads to a natural assumption that competition

More information

Lecture 11: Bandits with Knapsacks

Lecture 11: Bandits with Knapsacks CMSC 858G: Bandits, Experts and Games 11/14/16 Lecture 11: Bandits with Knapsacks Instructor: Alex Slivkins Scribed by: Mahsa Derakhshan 1 Motivating Example: Dynamic Pricing The basic version of the dynamic

More information

SHRIMPY PORTFOLIO REBALANCING FOR CRYPTOCURRENCY. Michael McCarty Shrimpy Founder. Algorithms, market effects, backtests, and mathematical models

SHRIMPY PORTFOLIO REBALANCING FOR CRYPTOCURRENCY. Michael McCarty Shrimpy Founder. Algorithms, market effects, backtests, and mathematical models SHRIMPY PORTFOLIO REBALANCING FOR CRYPTOCURRENCY Algorithms, market effects, backtests, and mathematical models Michael McCarty Shrimpy Founder VERSION: 1.0.0 LAST UPDATED: AUGUST 1ST, 2018 TABLE OF CONTENTS

More information

Markov Decision Process

Markov Decision Process Markov Decision Process Human-aware Robotics 2018/02/13 Chapter 17.3 in R&N 3rd Ø Announcement: q Slides for this lecture are here: http://www.public.asu.edu/~yzhan442/teaching/cse471/lectures/mdp-ii.pdf

More information

Danny Givon, Jerusalem Transportation Masterplan Team, Israel

Danny Givon, Jerusalem Transportation Masterplan Team, Israel Paper Author (s) Gaurav Vyas (corresponding), Parsons Brinckerhoff (vyasg@pbworld.com) Peter Vovsha, PB Americas, Inc. (vovsha@pbworld.com) Rajesh Paleti, Parsons Brinckerhoff (paletir@pbworld.com) Danny

More information

CHAPTER 17 INVESTMENT MANAGEMENT. by Alistair Byrne, PhD, CFA

CHAPTER 17 INVESTMENT MANAGEMENT. by Alistair Byrne, PhD, CFA CHAPTER 17 INVESTMENT MANAGEMENT by Alistair Byrne, PhD, CFA LEARNING OUTCOMES After completing this chapter, you should be able to do the following: a Describe systematic risk and specific risk; b Describe

More information

Interpreting the Information Ratio

Interpreting the Information Ratio Interpreting the Information Ratio Cameron Clement, CFA 11/10/09 The Information Ratio is a widely used and powerful tool for evaluating manager skill. In this paper, we attempt to foster a better understanding

More information

What are the Essential Features of a Good Economic Scenario Generator? AFIR Munich September 11, 2009

What are the Essential Features of a Good Economic Scenario Generator? AFIR Munich September 11, 2009 What are the Essential Features of a Good Economic Scenario Generator? Hal Pedersen (University of Manitoba) with Joe Fairchild (University of Kansas), Chris K. Madsen (AEGON N.V.), Richard Urbach (DFA

More information

Annual risk measures and related statistics

Annual risk measures and related statistics Annual risk measures and related statistics Arno E. Weber, CIPM Applied paper No. 2017-01 August 2017 Annual risk measures and related statistics Arno E. Weber, CIPM 1,2 Applied paper No. 2017-01 August

More information

STOCK BUYBACKS HIGHLIGHTS DRIVING THE STOCK MARKET THE MECHANICS OF A BUYBACK PROGRAM WHERE DO BUYBACKS COME FROM?

STOCK BUYBACKS HIGHLIGHTS DRIVING THE STOCK MARKET THE MECHANICS OF A BUYBACK PROGRAM WHERE DO BUYBACKS COME FROM? OCTOBER 2014 STOCK BUYBACKS DAVID KREIN Head of Research NASDAQ OMX Global Indexes CAMERON LILJA Sr. Product Developer NASDAQ OMX Global Indexes HIGHLIGHTS Among the biggest buyers in today s stock market

More information

Passing the repeal of the carbon tax back to wholesale electricity prices

Passing the repeal of the carbon tax back to wholesale electricity prices University of Wollongong Research Online National Institute for Applied Statistics Research Australia Working Paper Series Faculty of Engineering and Information Sciences 2014 Passing the repeal of the

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

Why You Simply Must Time The Market

Why You Simply Must Time The Market Why You Simply Must Time The Market (And How To Do It Using Artificial Neural Networks and Genetic Algorithms) Donn S. Fishbein, MD, PhD Nquant.com When repeated often enough and by increasing numbers,

More information

Square Grid Benchmarks for Source-Terminal Network Reliability Estimation

Square Grid Benchmarks for Source-Terminal Network Reliability Estimation Square Grid Benchmarks for Source-Terminal Network Reliability Estimation Roger Paredes Leonardo Duenas-Osorio Rice University, Houston TX, USA. 03/2018 This document describes a synthetic benchmark data

More information

Quantitative Trading System For The E-mini S&P

Quantitative Trading System For The E-mini S&P AURORA PRO Aurora Pro Automated Trading System Aurora Pro v1.11 For TradeStation 9.1 August 2015 Quantitative Trading System For The E-mini S&P By Capital Evolution LLC Aurora Pro is a quantitative trading

More information

NCER Working Paper Series

NCER Working Paper Series NCER Working Paper Series Momentum in Australian Stock Returns: An Update A. S. Hurn and V. Pavlov Working Paper #23 February 2008 Momentum in Australian Stock Returns: An Update A. S. Hurn and V. Pavlov

More information

HOW TO HARNESS VOLATILITY TO UNLOCK ALPHA

HOW TO HARNESS VOLATILITY TO UNLOCK ALPHA HOW TO HARNESS VOLATILITY TO UNLOCK ALPHA The Excess Growth Rate: The Best-Kept Secret in Investing June 2017 UNCORRELATED ANSWERS TM Executive Summary Volatility is traditionally viewed exclusively as

More information

The Bull Market The Barron s 400. Francis Gupta, Ph.D., MarketGrader Research. September 2018

The Bull Market The Barron s 400. Francis Gupta, Ph.D., MarketGrader Research. September 2018 The Bull Market The Barron s 400 Francis Gupta, Ph.D., MarketGrader Research. September 2018 The Barron s 400 Bull Market Performance in the Crosshairs Stock market watchers fall into two camps when discussing

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

CS364B: Frontiers in Mechanism Design Lecture #18: Multi-Parameter Revenue-Maximization

CS364B: Frontiers in Mechanism Design Lecture #18: Multi-Parameter Revenue-Maximization CS364B: Frontiers in Mechanism Design Lecture #18: Multi-Parameter Revenue-Maximization Tim Roughgarden March 5, 2014 1 Review of Single-Parameter Revenue Maximization With this lecture we commence the

More information

GLOBAL EQUITY MANDATES

GLOBAL EQUITY MANDATES MEKETA INVESTMENT GROUP GLOBAL EQUITY MANDATES ABSTRACT As the line between domestic and international equities continues to blur, a case can be made to implement public equity allocations through global

More information

Aggregate Demand in Keynesian Analysis

Aggregate Demand in Keynesian Analysis OpenStax-CNX module: m48750 1 Aggregate Demand in Keynesian Analysis OpenStax College This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0 By the end of

More information

MS&E 348 Winter 2011 BOND PORTFOLIO MANAGEMENT: INCORPORATING CORPORATE BOND DEFAULT

MS&E 348 Winter 2011 BOND PORTFOLIO MANAGEMENT: INCORPORATING CORPORATE BOND DEFAULT MS&E 348 Winter 2011 BOND PORTFOLIO MANAGEMENT: INCORPORATING CORPORATE BOND DEFAULT March 19, 2011 Assignment Overview In this project, we sought to design a system for optimal bond management. Within

More information

Managers using EXCHANGE-TRADED FUNDS:

Managers using EXCHANGE-TRADED FUNDS: Managers using EXCHANGE-TRADED FUNDS: cost savings mean better performance for investors by Gary Gastineau, ETF Consultants LLC The growth in exchange-traded funds (ETFs) has been stimulated by the appearance

More information

PIPELINE RISK ASSESSMENT

PIPELINE RISK ASSESSMENT PIPELINE RISK ASSESSMENT The Essential Elements (First published in Pipeline & Gas Journal May, 2012) An initiative through collaboration of DNV and W. Kent Muhlbauer info usa@dnv.com www.dnvusa.com 614.761.1214

More information

Integer Programming. Review Paper (Fall 2001) Muthiah Prabhakar Ponnambalam (University of Texas Austin)

Integer Programming. Review Paper (Fall 2001) Muthiah Prabhakar Ponnambalam (University of Texas Austin) Integer Programming Review Paper (Fall 2001) Muthiah Prabhakar Ponnambalam (University of Texas Austin) Portfolio Construction Through Mixed Integer Programming at Grantham, Mayo, Van Otterloo and Company

More information

W H I T E P A P E R. Sabrient Multi-cap Insider/Analyst Quant-Weighted Index DAVID BROWN CHIEF MARKET STRATEGIST

W H I T E P A P E R. Sabrient Multi-cap Insider/Analyst Quant-Weighted Index DAVID BROWN CHIEF MARKET STRATEGIST W H I T E P A P E R Sabrient Multi-cap Insider/Analyst Quant-Weighted Index DAVID BROWN CHIEF MARKET STRATEGIST DANIEL TIERNEY SENIOR MARKET STRATEGIST SABRIENT SYSTEMS, LLC DECEMBER 2011 UPDATED JANUARY

More information

Using Agent Belief to Model Stock Returns

Using Agent Belief to Model Stock Returns Using Agent Belief to Model Stock Returns America Holloway Department of Computer Science University of California, Irvine, Irvine, CA ahollowa@ics.uci.edu Introduction It is clear that movements in stock

More information

Alternative VaR Models

Alternative VaR Models Alternative VaR Models Neil Roeth, Senior Risk Developer, TFG Financial Systems. 15 th July 2015 Abstract We describe a variety of VaR models in terms of their key attributes and differences, e.g., parametric

More information

Assessing the reliability of regression-based estimates of risk

Assessing the reliability of regression-based estimates of risk Assessing the reliability of regression-based estimates of risk 17 June 2013 Stephen Gray and Jason Hall, SFG Consulting Contents 1. PREPARATION OF THIS REPORT... 1 2. EXECUTIVE SUMMARY... 2 3. INTRODUCTION...

More information

Copula-Based Pairs Trading Strategy

Copula-Based Pairs Trading Strategy Copula-Based Pairs Trading Strategy Wenjun Xie and Yuan Wu Division of Banking and Finance, Nanyang Business School, Nanyang Technological University, Singapore ABSTRACT Pairs trading is a technique that

More information

One COPYRIGHTED MATERIAL. Performance PART

One COPYRIGHTED MATERIAL. Performance PART PART One Performance Chapter 1 demonstrates how adding managed futures to a portfolio of stocks and bonds can reduce that portfolio s standard deviation more and more quickly than hedge funds can, and

More information

(High Dividend) Maximum Upside Volatility Indices. Financial Index Engineering for Structured Products

(High Dividend) Maximum Upside Volatility Indices. Financial Index Engineering for Structured Products (High Dividend) Maximum Upside Volatility Indices Financial Index Engineering for Structured Products White Paper April 2018 Introduction This report provides a detailed and technical look under the hood

More information

Luke and Jen Smith. MONTE CARLO ANALYSIS November 24, 2014

Luke and Jen Smith. MONTE CARLO ANALYSIS November 24, 2014 Luke and Jen Smith MONTE CARLO ANALYSIS November 24, 2014 PREPARED BY: John Davidson, CFP, ChFC 1001 E. Hector St., Ste. 401 Conshohocken, PA 19428 (610) 684-1100 Table Of Contents Table Of Contents...

More information

Fitting financial time series returns distributions: a mixture normality approach

Fitting financial time series returns distributions: a mixture normality approach Fitting financial time series returns distributions: a mixture normality approach Riccardo Bramante and Diego Zappa * Abstract Value at Risk has emerged as a useful tool to risk management. A relevant

More information

Internet Appendix to Broad-based Employee Stock Ownership: Motives and Outcomes *

Internet Appendix to Broad-based Employee Stock Ownership: Motives and Outcomes * Internet Appendix to Broad-based Employee Stock Ownership: Motives and Outcomes * E. Han Kim and Paige Ouimet This appendix contains 10 tables reporting estimation results mentioned in the paper but not

More information

Prediction Models of Financial Markets Based on Multiregression Algorithms

Prediction Models of Financial Markets Based on Multiregression Algorithms Computer Science Journal of Moldova, vol.19, no.2(56), 2011 Prediction Models of Financial Markets Based on Multiregression Algorithms Abstract The paper presents the results of simulations performed for

More information

Demand and Supply Shifts in Foreign Exchange Markets *

Demand and Supply Shifts in Foreign Exchange Markets * OpenStax-CNX module: m57355 1 Demand and Supply Shifts in Foreign Exchange Markets * OpenStax This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0 By the

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

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

Research Factor Indexes and Factor Exposure Matching: Like-for-Like Comparisons

Research Factor Indexes and Factor Exposure Matching: Like-for-Like Comparisons Research Factor Indexes and Factor Exposure Matching: Like-for-Like Comparisons October 218 ftserussell.com Contents 1 Introduction... 3 2 The Mathematics of Exposure Matching... 4 3 Selection and Equal

More information

Convertible Bonds: A Tool for More Efficient Portfolios

Convertible Bonds: A Tool for More Efficient Portfolios Wellesley Asset Management Fall 2017 Publication Convertible Bonds: A Tool for More Efficient Portfolios Michael D. Miller, Chief Investment Officer Contents Summary: It s Time to Give Convertible Bonds

More information

THE CASE AGAINST MID CAP STOCK FUNDS

THE CASE AGAINST MID CAP STOCK FUNDS THE CASE AGAINST MID CAP STOCK FUNDS WHITE PAPER JULY 2010 Scott Cameron, CFA PRINCIPAL INTRODUCTION As investment consultants, one of our critical responsibilities is helping clients construct their investment

More information

Retirement. Optimal Asset Allocation in Retirement: A Downside Risk Perspective. JUne W. Van Harlow, Ph.D., CFA Director of Research ABSTRACT

Retirement. Optimal Asset Allocation in Retirement: A Downside Risk Perspective. JUne W. Van Harlow, Ph.D., CFA Director of Research ABSTRACT Putnam Institute JUne 2011 Optimal Asset Allocation in : A Downside Perspective W. Van Harlow, Ph.D., CFA Director of Research ABSTRACT Once an individual has retired, asset allocation becomes a critical

More information

Measuring the Wealth of Nations: Income, Welfare and Sustainability in Representative-Agent Economies

Measuring the Wealth of Nations: Income, Welfare and Sustainability in Representative-Agent Economies Measuring the Wealth of Nations: Income, Welfare and Sustainability in Representative-Agent Economies Geo rey Heal and Bengt Kristrom May 24, 2004 Abstract In a nite-horizon general equilibrium model national

More information

Use of the Risk Driver Method in Monte Carlo Simulation of a Project Schedule

Use of the Risk Driver Method in Monte Carlo Simulation of a Project Schedule Use of the Risk Driver Method in Monte Carlo Simulation of a Project Schedule Presented to the 2013 ICEAA Professional Development & Training Workshop June 18-21, 2013 David T. Hulett, Ph.D. Hulett & Associates,

More information

Online Appendices: Implications of U.S. Tax Policy for House Prices, Rents, and Homeownership

Online Appendices: Implications of U.S. Tax Policy for House Prices, Rents, and Homeownership Online Appendices: Implications of U.S. Tax Policy for House Prices, Rents, and Homeownership Kamila Sommer Paul Sullivan August 2017 Federal Reserve Board of Governors, email: kv28@georgetown.edu American

More information

Keynes' Law and Say's Law in the AD/AS Model *

Keynes' Law and Say's Law in the AD/AS Model * OpenStax-CNX module: m57328 1 Keynes' Law and Say's Law in the AD/AS Model * OpenStax This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0 By the end of

More information

Stochastic Modelling: The power behind effective financial planning. Better Outcomes For All. Good for the consumer. Good for the Industry.

Stochastic Modelling: The power behind effective financial planning. Better Outcomes For All. Good for the consumer. Good for the Industry. Stochastic Modelling: The power behind effective financial planning Better Outcomes For All Good for the consumer. Good for the Industry. Introduction This document aims to explain what stochastic modelling

More information

1 Introduction. Term Paper: The Hall and Taylor Model in Duali 1. Yumin Li 5/8/2012

1 Introduction. Term Paper: The Hall and Taylor Model in Duali 1. Yumin Li 5/8/2012 Term Paper: The Hall and Taylor Model in Duali 1 Yumin Li 5/8/2012 1 Introduction In macroeconomics and policy making arena, it is extremely important to have the ability to manipulate a set of control

More information

Richardson Extrapolation Techniques for the Pricing of American-style Options

Richardson Extrapolation Techniques for the Pricing of American-style Options Richardson Extrapolation Techniques for the Pricing of American-style Options June 1, 2005 Abstract Richardson Extrapolation Techniques for the Pricing of American-style Options In this paper we re-examine

More information

Alternative indexing: market cap or monkey? Simian Asset Management

Alternative indexing: market cap or monkey? Simian Asset Management Alternative indexing: market cap or monkey? Simian Asset Management Which index? For many years investors have benchmarked their equity fund managers using market capitalisation-weighted indices Other,

More information

REGULATION SIMULATION. Philip Maymin

REGULATION SIMULATION. Philip Maymin 1 REGULATION SIMULATION 1 Gerstein Fisher Research Center for Finance and Risk Engineering Polytechnic Institute of New York University, USA Email: phil@maymin.com ABSTRACT A deterministic trading strategy

More information

On the Existence of Constant Accrual Rates in Clinical Trials and Direction for Future Research

On the Existence of Constant Accrual Rates in Clinical Trials and Direction for Future Research University of Kansas From the SelectedWorks of Byron J Gajewski Summer June 15, 2012 On the Existence of Constant Accrual Rates in Clinical Trials and Direction for Future Research Byron J Gajewski, University

More information

Module 6 Portfolio risk and return

Module 6 Portfolio risk and return Module 6 Portfolio risk and return Prepared by Pamela Peterson Drake, Ph.D., CFA 1. Overview Security analysts and portfolio managers are concerned about an investment s return, its risk, and whether it

More information

Volatility Lessons Eugene F. Fama a and Kenneth R. French b, Stock returns are volatile. For July 1963 to December 2016 (henceforth ) the

Volatility Lessons Eugene F. Fama a and Kenneth R. French b, Stock returns are volatile. For July 1963 to December 2016 (henceforth ) the First draft: March 2016 This draft: May 2018 Volatility Lessons Eugene F. Fama a and Kenneth R. French b, Abstract The average monthly premium of the Market return over the one-month T-Bill return is substantial,

More information

An Algorithm for Distributing Coalitional Value Calculations among Cooperating Agents

An Algorithm for Distributing Coalitional Value Calculations among Cooperating Agents An Algorithm for Distributing Coalitional Value Calculations among Cooperating Agents Talal Rahwan and Nicholas R. Jennings School of Electronics and Computer Science, University of Southampton, Southampton

More information

Cost Estimation as a Linear Programming Problem ISPA/SCEA Annual Conference St. Louis, Missouri

Cost Estimation as a Linear Programming Problem ISPA/SCEA Annual Conference St. Louis, Missouri Cost Estimation as a Linear Programming Problem 2009 ISPA/SCEA Annual Conference St. Louis, Missouri Kevin Cincotta Andrew Busick Acknowledgments The author wishes to recognize and thank the following

More information

Problem Set 2: Answers

Problem Set 2: Answers Economics 623 J.R.Walker Page 1 Problem Set 2: Answers The problem set came from Michael A. Trick, Senior Associate Dean, Education and Professor Tepper School of Business, Carnegie Mellon University.

More information

CS 188: Artificial Intelligence

CS 188: Artificial Intelligence CS 188: Artificial Intelligence Markov Decision Processes Dan Klein, Pieter Abbeel University of California, Berkeley Non-Deterministic Search 1 Example: Grid World A maze-like problem The agent lives

More information

Portfolio Construction Matters

Portfolio Construction Matters November 2017 Portfolio Construction Matters A Simple Example Using Value and Momentum Themes Shaun Fitzgibbons Vice President Peter Hecht, Ph.D. Managing Director Nicholas McQuinn Analyst Laura Serban,

More information