The Optimization Process: An example of portfolio optimization

Size: px
Start display at page:

Download "The Optimization Process: An example of portfolio optimization"

Transcription

1 ISyE 6669: Deterministic Optimization The Optimization Process: An example of portfolio optimization Shabbir Ahmed Fall Introduction Optimization can be roughly defined as a quantitative approach for decision making, where we seek to determine a best decision from a set of possible decisions. We need to specify what we mean by decisions, the set of possible decisions, and the criteria according to which one decision is better than another. Let us illustrate these notions through a concrete decision problem. Example: Portfolio Optimization Suppose we are considering investing $ in three non-dividend paying stocks, IBM (IBM), Walmart (WMT), and Southern Electric (SEHI), for a onemonth period. This means we will use the $ to buy shares of the three stocks at the current market prices, hold these for one month, and sell the shares off at the prevailing market prices at the end of the month. As a rational investor, we hope to make some profit out of this endeavor, i.e., the return on our investment should be positive. Suppose we bought a stock at $ p/share in the beginning of the month, and sold it off at $s/share at the end of the month. Then the one-month return on a share of the stock is s p p $/$. Since the stock prices are quite uncertain, so is the end-of-month return on our investment. Our goal is to invest in such a way that the expected end-of-month return is at least $50.00 or 5%. Furthermore, we want to make sure that the risk of not achieving our desired return is minimum. In the above example, our decision constitutes determining how much of the $ to invest in each of the three stocks; the set of possible decisions are the investment amounts that will provide an expected return of $50.00; and the criteria for comparing two decisions is the risk of not achieving the desired return. An optimization approach to the above decision problem consists of the following steps: 1

2 Build a mathematical model of the decision problem. Analyze available quantitative data to use in the mathematical model. Use a numerical method to solve the mathematical model. Infer the actual decision from the solution to the mathematical model. In this class you will learn important concepts and tools for each of the above steps in the context of optimization of various decisions. In the following, we briefly describe these steps in the context of our portfolio optimization example. Note that fortunately the actual decision problem in our example is quite well formulated. This is already great progress. Most often than not, in practical circumstances, the right question to ask is far from being well-posed. 2 Modeling This step involves approximating the underlying decision problem using mathematical expressions suitable for quantitative analysis. A key trade-off in this step is deciding how much of the detail of the actual problem to consider while maintaining numerical tractability of the mathematical model. For example, should we consider the fact that investing in more stocks requires us to pay more transaction costs, or are these costs negligible? Should we explicitly consider the fact that shares can only be traded in lots of certain sizes, or should we neglect this restriction? The modeling step often requires us to make simplifying assumptions regarding the actual problem, either because some of the problem characteristics are not well-defined mathematically, or because we wish to develop a model that can actually be solved. One needs to exercise great caution in these assumptions and not loose sight of the true underlying problem. The three key components of an optimization model are: (a) The decision variables representing the actual decisions we are seeking. In our portfolio optimization example, these represent the investment levels in each of the three stocks. (b) The constraints that specify the restrictions and interactions between the decision variables, thus defining the set of possible decisions. In our example, one constraint corresponds to the restriction that our investment should provide an expected return of $50. (c) The objective function quantifies the criteria for choosing the best decision. The values of the decision variables that maximize or minimize the objective function is the best among the set of decision values defined by the constraints in the optimization model. In our example, the objective function is the risk level of the investment. 2

3 The standard statement of an optimization model has the form: min or max s.t. objective function constraints where s.t. stands for subject to. Let us now develop an optimization model for our example problem. Example (contd.): It will be convenient to adopt an indexing scheme on the set of stocks. Let us use the index i to denote a particular stock, where i = 1, 2, and 3 correspond to the stocks IBM, WMT, and SEHI, respectively. Our decision variables are x i, i = 1, 2, 3, denoting the dollars invested in stock i. Since we have a total of $ to invest, thus x i s must satisfy: x i Let us make the following assumptions: (i) We can trade any continuum of shares. (ii) No short-selling is allowed. These assumptions restrict the variables x i to take on non-negative real values, i.e. x i 0 i = 1, 2, 3. Note that the end-of-month return of a stock i is uncertain, and therefore, so is the return on our investment. Let us denote by r i the random variable corresponding to the monthly return (increase in the stock price) per dollar for stock i. Then the return (or profit) on x i dollars invested in stock i is r i x i, and the total (random) return on our investment is 3 r ix i. Note that we have assumed that: (iii) There are no transaction costs. The expected return on our investment is then E[ 3 r ix i ] = 3 r ix i, where r i is the expected value of the r i. Since we want to have an expected return of at least $ 50.00, thus x i s have to be such that: r i x i Now we need to quantify the notion of risk in our investment. Markowitz, in his Nobel prize winning work, showed that a rational investor s notion of 3

4 minimizing risk can be closely approximated by minimizing the variance of the return of the investment portfolio. This variance is given by: ( ) 2 Var[ r i x i ] = E r i x i r i x i ( ) = E ( r i r i )x i ( r j r j )x j = = j=1 j=1 j=1 x i x j E[( r i r i )( r j r j )] x i x j σ ij, where σ ij is the covariance of the return of stock i with stock j. We can now state the following optimization model for our example problem: min s.t. x i x j σ ij j=1 x i , r i x i 50.00, x i 0 i = 1, 2, 3. For a complete description of the model, we need to specify the values of r i and σ ij. Although we do not know the exact distribution of the random return, we can obtain some statistical inference regarding it through analysis of historical data. This will be discussed in Section 3. Using matrices and vectors, we can compactly represent the above optimization model as follows: min x T Qx s.t. e T x r T x x 0, where x is the decision vector of size n (n is the number of stocks, n = 3 in our example), e is an n-vector of ones, r is the n-vector of expected returns of the stocks, and Q is the n n covariance matrix (whose i-jth element Q ij = σ ij ). 4

5 Note that all equations and inequalities are defined component-wise. Exercise 1: Verify that the above model with vector notation is equivalent to the original portfolio optimization model. 3 Data Collection Before attempting to solve an optimization model numerically, we need to quantify all components of the model except for the decisions variables (whose values are to be determined through solving the model). These are known as the model parameters. For our example problem, the model parameters are the investment budget of $ , the desired return $50.00, the expected returns for the stocks r i, and the covariances σ ij. In this case, the parameters r i and σ ij need to be quantified. Reliable quantification of model parameters can only be done through careful observation and analysis of the actual data processes underlying the decision problem. This is one of the most crucial steps in the optimization approach. One of the key reasons why optimization models can fail to provide a useful decision (or even provide a wrong decision) in practice is improper data specification. This is the garbage in garbage out (GIGO) principle. Specification of model parameters again involves approximations and assumptions. Descriptive models are used to describe the actual data processes, and provide numerical estimates 1 For example, the approximation of risk via variance (in Markowitz s model) is a descriptive model. Another common descriptive model is the probability distribution used to describe uncertain data processes. Once a descriptive model of the data process is decided upon, we need to collect numerical data to calibrate this model and obtain the desired information. Let us illustrate this process using our example. Example (contd.): As mentioned before, we need to determine the expected values and the covariances for the end-of-month returns of the three stocks. We will assume that (iv) The end-of-month stock prices have a stationary probability distribution. Under this model of the stock price process, the end-of-month returns on the stocks, defined as the ratio on the change in stock price to the last month s stock price, has also a stationary distribution. We can then estimate the expected values and covariances of this distribution through statistical analysis of historical data. Table 1 presents the closing prices of the three stocks in the last trading day of the month from November 2000 to November Using this data, the one-month return on the stocks are calculated in Table 2. This table also presents the average one-month return for each of the three stocks. The 1 Note, that an optimization model is prescriptive and involves a variety of descriptive models in its description. 5

6 covariances among the returns of the three stocks are presented in Table 3. We can now use these values for r i and σ ij in our model. Note that the analysis used above is quite naive. We have made a very simplistic assumption of the stock price distribution, no temporal effects are considered here. Furthermore, the expectation and covariances are estimated based on a very small sample. In practice, the data collection and analysis process would involve very sophisticated statistical and time series models to obtain reliable estimates of the means and covariances. Month IBM WMT SEHI November December January February March April May June July August September October November Table 1: Stock price data ($) 4 Solving the Model Once the model has been established and all parameters quantified, we are now ready to solve the model to obtain the values of the decisions variables that are consistent with the model constraints and optimize the specified objective function. Rarely do optimization models of practical decision problems lend themselves to analytical solutions. These models have to be solved using iterative schemes (or algorithms) with the help of a computer. Depending on the structure (eg. linear of non-linear) of the objective function, constraints, and the domain of the decision variables, a wide variety of optimization algorithms have been developed. The most widely used optimization algorithms have been implemented in robust software packages (like GAMS and CPLEX) and can be used to solve very large models. Unfortunately, software implementations are not available for all possible model structures. In that case, one can either approximate the complicated model using the more common structures, or implement special 6

7 Month IBM WMT SEHI December January February March April May June July August September October November Average Table 2: Stock Returns ($ / $) IBM WMT SEHI IBM WMT SEHI Table 3: The Covariance Matrix purpose algorithms. Thus, one needs to knowledge of the various model structures and the algorithms and software available for these, as well as skills to modify and develop new optimization algorithms. In this class, we shall learn about: the classification of optimization models based upon structure, a wide variety of optimization algorithms and software, practical computational issues in using existing software for solving large problems, as well as modifying existing optimization algorithms to solve problems with special structures. Example (contd.): Our portfolio optimization model involves minimizing a quadratic objective function subject to linear constraints. Fortunately algorithms and software for this class of optimization problems are widely available. We used the GAMS optimization system to solve this model, and for the data of Section 3, obtained the following solution: x 1 = , x 2 = 0.00, x 3 = The return on the investment is $50.00 and the variance of the return is The standard deviation is Thus if the end-of-month wealth is assumed to be 7

8 5 Solution Analysis This step involves inferring the actual decisions from the solution to the optimization model of the decision problem. Note that the optimization process involves various approximations and assumptions at modeling, data collection, and solution stage. Therefore, it is crucial to check the solution for robustness and sensitivity to the underlying approximations. This step can be quite subjective and requires a clear understanding of the real problem and its surrounding circumstances. Example (contd.): From the optimization problem solution, our optimal decision is to invest $ in IBM stocks, and $ in SEHI stocks. Suppose we made our investment on the last day of November The closing prices on the last day of November were: IBM := $115.59, WMT := $55.081, and SEHI := $1.8. Thus, the optimal decision is to buy ( / = ) shares of IBM, and shares of SEHI. Unfortunately, shares can only be traded in whole numbers, so we can consider buying either 4 or 5 IBM shares, and 279 or 280 SEHI shares. Exercise 2: Consider each of the four possible combinations of the number of shares of IBM and SEHI stocks, i.e. (4, 279), (4, 280), (5, 279), and (5, 280). 1. For each of the four investment possibilities, compute the expected return and variance based on the data given in Section 3. Comment on these values in relation to the expected return and variance values obtained from the optimization model. Choose one investment strategy from the four, and outline your reasoning. 2. Obtain the closing prices for the three stocks on December 31, 2001 (from for example). What is the true return of the investment strategy chosen in part 1? 6 Concluding Remarks In this handout, we have tried to illustrate the steps in an optimization approach to solve a decision problem. It is important to realize that the steps outlined here is not a straight-cut recipe. Each of the steps of modeling, data analysis, solution, and solution analysis is very involved and may need to be revisited and revised as more is learnt about the problem. Normal distributed about the mean $ , the 3σ range of the end-of-period wealth is between $ and $

CSCI 1951-G Optimization Methods in Finance Part 00: Course Logistics Introduction to Finance Optimization Problems

CSCI 1951-G Optimization Methods in Finance Part 00: Course Logistics Introduction to Finance Optimization Problems CSCI 1951-G Optimization Methods in Finance Part 00: Course Logistics Introduction to Finance Optimization Problems January 26, 2018 1 / 24 Basic information All information is available in the syllabus

More information

Applications of Linear Programming

Applications of Linear Programming Applications of Linear Programming lecturer: András London University of Szeged Institute of Informatics Department of Computational Optimization Lecture 8 The portfolio selection problem The portfolio

More information

Markowitz portfolio theory

Markowitz portfolio theory Markowitz portfolio theory Farhad Amu, Marcus Millegård February 9, 2009 1 Introduction Optimizing a portfolio is a major area in nance. The objective is to maximize the yield and simultaneously minimize

More information

MS-E2114 Investment Science Lecture 5: Mean-variance portfolio theory

MS-E2114 Investment Science Lecture 5: Mean-variance portfolio theory MS-E2114 Investment Science Lecture 5: Mean-variance portfolio theory A. Salo, T. Seeve Systems Analysis Laboratory Department of System Analysis and Mathematics Aalto University, School of Science Overview

More information

Continuing Education Course #287 Engineering Methods in Microsoft Excel Part 2: Applied Optimization

Continuing Education Course #287 Engineering Methods in Microsoft Excel Part 2: Applied Optimization 1 of 6 Continuing Education Course #287 Engineering Methods in Microsoft Excel Part 2: Applied Optimization 1. Which of the following is NOT an element of an optimization formulation? a. Objective function

More information

Journal of Computational and Applied Mathematics. The mean-absolute deviation portfolio selection problem with interval-valued returns

Journal of Computational and Applied Mathematics. The mean-absolute deviation portfolio selection problem with interval-valued returns Journal of Computational and Applied Mathematics 235 (2011) 4149 4157 Contents lists available at ScienceDirect Journal of Computational and Applied Mathematics journal homepage: www.elsevier.com/locate/cam

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

u (x) < 0. and if you believe in diminishing return of the wealth, then you would require

u (x) < 0. and if you believe in diminishing return of the wealth, then you would require Chapter 8 Markowitz Portfolio Theory 8.7 Investor Utility Functions People are always asked the question: would more money make you happier? The answer is usually yes. The next question is how much more

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

Financial Giffen Goods: Examples and Counterexamples

Financial Giffen Goods: Examples and Counterexamples Financial Giffen Goods: Examples and Counterexamples RolfPoulsen and Kourosh Marjani Rasmussen Abstract In the basic Markowitz and Merton models, a stock s weight in efficient portfolios goes up if its

More information

Optimal Portfolio Selection Under the Estimation Risk in Mean Return

Optimal Portfolio Selection Under the Estimation Risk in Mean Return Optimal Portfolio Selection Under the Estimation Risk in Mean Return by Lei Zhu A thesis presented to the University of Waterloo in fulfillment of the thesis requirement for the degree of Master of Mathematics

More information

Portfolios that Contain Risky Assets Portfolio Models 3. Markowitz Portfolios

Portfolios that Contain Risky Assets Portfolio Models 3. Markowitz Portfolios Portfolios that Contain Risky Assets Portfolio Models 3. Markowitz Portfolios C. David Levermore University of Maryland, College Park Math 42: Mathematical Modeling March 2, 26 version c 26 Charles David

More information

Quantitative Risk Management

Quantitative Risk Management Quantitative Risk Management Asset Allocation and Risk Management Martin B. Haugh Department of Industrial Engineering and Operations Research Columbia University Outline Review of Mean-Variance Analysis

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

Chapter 8. Markowitz Portfolio Theory. 8.1 Expected Returns and Covariance

Chapter 8. Markowitz Portfolio Theory. 8.1 Expected Returns and Covariance Chapter 8 Markowitz Portfolio Theory 8.1 Expected Returns and Covariance The main question in portfolio theory is the following: Given an initial capital V (0), and opportunities (buy or sell) in N securities

More information

Lecture IV Portfolio management: Efficient portfolios. Introduction to Finance Mathematics Fall Financial mathematics

Lecture IV Portfolio management: Efficient portfolios. Introduction to Finance Mathematics Fall Financial mathematics Lecture IV Portfolio management: Efficient portfolios. Introduction to Finance Mathematics Fall 2014 Reduce the risk, one asset Let us warm up by doing an exercise. We consider an investment with σ 1 =

More information

Probability and Stochastics for finance-ii Prof. Joydeep Dutta Department of Humanities and Social Sciences Indian Institute of Technology, Kanpur

Probability and Stochastics for finance-ii Prof. Joydeep Dutta Department of Humanities and Social Sciences Indian Institute of Technology, Kanpur Probability and Stochastics for finance-ii Prof. Joydeep Dutta Department of Humanities and Social Sciences Indian Institute of Technology, Kanpur Lecture - 07 Mean-Variance Portfolio Optimization (Part-II)

More information

ON SOME ASPECTS OF PORTFOLIO MANAGEMENT. Mengrong Kang A THESIS

ON SOME ASPECTS OF PORTFOLIO MANAGEMENT. Mengrong Kang A THESIS ON SOME ASPECTS OF PORTFOLIO MANAGEMENT By Mengrong Kang A THESIS Submitted to Michigan State University in partial fulfillment of the requirement for the degree of Statistics-Master of Science 2013 ABSTRACT

More information

Portfolios that Contain Risky Assets 3: Markowitz Portfolios

Portfolios that Contain Risky Assets 3: Markowitz Portfolios Portfolios that Contain Risky Assets 3: Markowitz Portfolios C. David Levermore University of Maryland, College Park, MD Math 42: Mathematical Modeling March 21, 218 version c 218 Charles David Levermore

More information

Dynamic Portfolio Execution Detailed Proofs

Dynamic Portfolio Execution Detailed Proofs Dynamic Portfolio Execution Detailed Proofs Gerry Tsoukalas, Jiang Wang, Kay Giesecke March 16, 2014 1 Proofs Lemma 1 (Temporary Price Impact) A buy order of size x being executed against i s ask-side

More information

Getting Started with CGE Modeling

Getting Started with CGE Modeling Getting Started with CGE Modeling Lecture Notes for Economics 8433 Thomas F. Rutherford University of Colorado January 24, 2000 1 A Quick Introduction to CGE Modeling When a students begins to learn general

More information

Mean Variance Analysis and CAPM

Mean Variance Analysis and CAPM Mean Variance Analysis and CAPM Yan Zeng Version 1.0.2, last revised on 2012-05-30. Abstract A summary of mean variance analysis in portfolio management and capital asset pricing model. 1. Mean-Variance

More information

PORTFOLIO OPTIMIZATION AND EXPECTED SHORTFALL MINIMIZATION FROM HISTORICAL DATA

PORTFOLIO OPTIMIZATION AND EXPECTED SHORTFALL MINIMIZATION FROM HISTORICAL DATA PORTFOLIO OPTIMIZATION AND EXPECTED SHORTFALL MINIMIZATION FROM HISTORICAL DATA We begin by describing the problem at hand which motivates our results. Suppose that we have n financial instruments at hand,

More information

1 Consumption and saving under uncertainty

1 Consumption and saving under uncertainty 1 Consumption and saving under uncertainty 1.1 Modelling uncertainty As in the deterministic case, we keep assuming that agents live for two periods. The novelty here is that their earnings in the second

More information

SDMR Finance (2) Olivier Brandouy. University of Paris 1, Panthéon-Sorbonne, IAE (Sorbonne Graduate Business School)

SDMR Finance (2) Olivier Brandouy. University of Paris 1, Panthéon-Sorbonne, IAE (Sorbonne Graduate Business School) SDMR Finance (2) Olivier Brandouy University of Paris 1, Panthéon-Sorbonne, IAE (Sorbonne Graduate Business School) Outline 1 Formal Approach to QAM : concepts and notations 2 3 Portfolio risk and return

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

Asset Allocation and Risk Assessment with Gross Exposure Constraints

Asset Allocation and Risk Assessment with Gross Exposure Constraints Asset Allocation and Risk Assessment with Gross Exposure Constraints Forrest Zhang Bendheim Center for Finance Princeton University A joint work with Jianqing Fan and Ke Yu, Princeton Princeton University

More information

CSCI 1951-G Optimization Methods in Finance Part 07: Portfolio Optimization

CSCI 1951-G Optimization Methods in Finance Part 07: Portfolio Optimization CSCI 1951-G Optimization Methods in Finance Part 07: Portfolio Optimization March 9 16, 2018 1 / 19 The portfolio optimization problem How to best allocate our money to n risky assets S 1,..., S n with

More information

Robust Optimization Applied to a Currency Portfolio

Robust Optimization Applied to a Currency Portfolio Robust Optimization Applied to a Currency Portfolio R. Fonseca, S. Zymler, W. Wiesemann, B. Rustem Workshop on Numerical Methods and Optimization in Finance June, 2009 OUTLINE Introduction Motivation &

More information

Lecture 2: Fundamentals of meanvariance

Lecture 2: Fundamentals of meanvariance Lecture 2: Fundamentals of meanvariance analysis Prof. Massimo Guidolin Portfolio Management Second Term 2018 Outline and objectives Mean-variance and efficient frontiers: logical meaning o Guidolin-Pedio,

More information

Quantitative Portfolio Theory & Performance Analysis

Quantitative Portfolio Theory & Performance Analysis 550.447 Quantitative ortfolio Theory & erformance Analysis Week February 18, 2013 Basic Elements of Modern ortfolio Theory Assignment For Week of February 18 th (This Week) Read: A&L, Chapter 3 (Basic

More information

2.1 Mean-variance Analysis: Single-period Model

2.1 Mean-variance Analysis: Single-period Model Chapter Portfolio Selection The theory of option pricing is a theory of deterministic returns: we hedge our option with the underlying to eliminate risk, and our resulting risk-free portfolio then earns

More information

Techniques for Calculating the Efficient Frontier

Techniques for Calculating the Efficient Frontier Techniques for Calculating the Efficient Frontier Weerachart Kilenthong RIPED, UTCC c Kilenthong 2017 Tee (Riped) Introduction 1 / 43 Two Fund Theorem The Two-Fund Theorem states that we can reach any

More information

Understanding and Controlling High Factor Exposures of Robust Portfolios

Understanding and Controlling High Factor Exposures of Robust Portfolios Understanding and Controlling High Factor Exposures of Robust Portfolios July 8, 2013 Min Jeong Kim Investment Design Lab, Industrial and Systems Engineering Department, KAIST Co authors: Woo Chang Kim,

More information

Optimization in Finance

Optimization in Finance Research Reports on Mathematical and Computing Sciences Series B : Operations Research Department of Mathematical and Computing Sciences Tokyo Institute of Technology 2-12-1 Oh-Okayama, Meguro-ku, Tokyo

More information

Lecture 3: Factor models in modern portfolio choice

Lecture 3: Factor models in modern portfolio choice Lecture 3: Factor models in modern portfolio choice Prof. Massimo Guidolin Portfolio Management Spring 2016 Overview The inputs of portfolio problems Using the single index model Multi-index models Portfolio

More information

Applications of Quantum Annealing in Computational Finance. Dr. Phil Goddard Head of Research, 1QBit D-Wave User Conference, Santa Fe, Sept.

Applications of Quantum Annealing in Computational Finance. Dr. Phil Goddard Head of Research, 1QBit D-Wave User Conference, Santa Fe, Sept. Applications of Quantum Annealing in Computational Finance Dr. Phil Goddard Head of Research, 1QBit D-Wave User Conference, Santa Fe, Sept. 2016 Outline Where s my Babel Fish? Quantum-Ready Applications

More information

Portfolio Optimization with Alternative Risk Measures

Portfolio Optimization with Alternative Risk Measures Portfolio Optimization with Alternative Risk Measures Prof. Daniel P. Palomar The Hong Kong University of Science and Technology (HKUST) MAFS6010R- Portfolio Optimization with R MSc in Financial Mathematics

More information

Optimal Investment for Generalized Utility Functions

Optimal Investment for Generalized Utility Functions Optimal Investment for Generalized Utility Functions Thijs Kamma Maastricht University July 05, 2018 Overview Introduction Terminal Wealth Problem Utility Specifications Economic Scenarios Results Black-Scholes

More information

Optimization Models for Quantitative Asset Management 1

Optimization Models for Quantitative Asset Management 1 Optimization Models for Quantitative Asset Management 1 Reha H. Tütüncü Goldman Sachs Asset Management Quantitative Equity Joint work with D. Jeria, GS Fields Industrial Optimization Seminar November 13,

More information

Risk Decomposition for Portfolio Simulations

Risk Decomposition for Portfolio Simulations Risk Decomposition for Portfolio Simulations Marco Marchioro www.statpro.com Version 1.0 April 2010 Abstract We describe a method to compute the decomposition of portfolio risk in additive asset components

More information

Mathematics in Finance

Mathematics in Finance Mathematics in Finance Steven E. Shreve Department of Mathematical Sciences Carnegie Mellon University Pittsburgh, PA 15213 USA shreve@andrew.cmu.edu A Talk in the Series Probability in Science and Industry

More information

ROM Simulation with Exact Means, Covariances, and Multivariate Skewness

ROM Simulation with Exact Means, Covariances, and Multivariate Skewness ROM Simulation with Exact Means, Covariances, and Multivariate Skewness Michael Hanke 1 Spiridon Penev 2 Wolfgang Schief 2 Alex Weissensteiner 3 1 Institute for Finance, University of Liechtenstein 2 School

More information

A Broader View of the Mean-Variance Optimization Framework

A Broader View of the Mean-Variance Optimization Framework A Broader View of the Mean-Variance Optimization Framework Christopher J. Donohue 1 Global Association of Risk Professionals January 15, 2008 Abstract In theory, mean-variance optimization provides a rich

More information

SCHOOL OF BUSINESS, ECONOMICS AND MANAGEMENT. BF360 Operations Research

SCHOOL OF BUSINESS, ECONOMICS AND MANAGEMENT. BF360 Operations Research SCHOOL OF BUSINESS, ECONOMICS AND MANAGEMENT BF360 Operations Research Unit 3 Moses Mwale e-mail: moses.mwale@ictar.ac.zm BF360 Operations Research Contents Unit 3: Sensitivity and Duality 3 3.1 Sensitivity

More information

Axioma Research Paper No January, Multi-Portfolio Optimization and Fairness in Allocation of Trades

Axioma Research Paper No January, Multi-Portfolio Optimization and Fairness in Allocation of Trades Axioma Research Paper No. 013 January, 2009 Multi-Portfolio Optimization and Fairness in Allocation of Trades When trades from separately managed accounts are pooled for execution, the realized market-impact

More information

Some useful optimization problems in portfolio theory

Some useful optimization problems in portfolio theory Some useful optimization problems in portfolio theory Igor Melicherčík Department of Economic and Financial Modeling, Faculty of Mathematics, Physics and Informatics, Mlynská dolina, 842 48 Bratislava

More information

Robust Portfolio Optimization with Derivative Insurance Guarantees

Robust Portfolio Optimization with Derivative Insurance Guarantees Robust Portfolio Optimization with Derivative Insurance Guarantees Steve Zymler Berç Rustem Daniel Kuhn Department of Computing Imperial College London Mean-Variance Portfolio Optimization Optimal Asset

More information

Analytical Problem Set

Analytical Problem Set Analytical Problem Set Unless otherwise stated, any coupon payments, cash dividends, or other cash payouts delivered by a security in the following problems should be assume to be distributed at the end

More information

EE365: Risk Averse Control

EE365: Risk Averse Control EE365: Risk Averse Control Risk averse optimization Exponential risk aversion Risk averse control 1 Outline Risk averse optimization Exponential risk aversion Risk averse control Risk averse optimization

More information

Solving real-life portfolio problem using stochastic programming and Monte-Carlo techniques

Solving real-life portfolio problem using stochastic programming and Monte-Carlo techniques Solving real-life portfolio problem using stochastic programming and Monte-Carlo techniques 1 Introduction Martin Branda 1 Abstract. We deal with real-life portfolio problem with Value at Risk, transaction

More information

Chapter 10: Mixed strategies Nash equilibria, reaction curves and the equality of payoffs theorem

Chapter 10: Mixed strategies Nash equilibria, reaction curves and the equality of payoffs theorem Chapter 10: Mixed strategies Nash equilibria reaction curves and the equality of payoffs theorem Nash equilibrium: The concept of Nash equilibrium can be extended in a natural manner to the mixed strategies

More information

Course notes for EE394V Restructured Electricity Markets: Locational Marginal Pricing

Course notes for EE394V Restructured Electricity Markets: Locational Marginal Pricing Course notes for EE394V Restructured Electricity Markets: Locational Marginal Pricing Ross Baldick Copyright c 2018 Ross Baldick www.ece.utexas.edu/ baldick/classes/394v/ee394v.html Title Page 1 of 160

More information

Monetary policy under uncertainty

Monetary policy under uncertainty Chapter 10 Monetary policy under uncertainty 10.1 Motivation In recent times it has become increasingly common for central banks to acknowledge that the do not have perfect information about the structure

More information

Labor Economics Field Exam Spring 2011

Labor Economics Field Exam Spring 2011 Labor Economics Field Exam Spring 2011 Instructions You have 4 hours to complete this exam. This is a closed book examination. No written materials are allowed. You can use a calculator. THE EXAM IS COMPOSED

More information

Worst-case-expectation approach to optimization under uncertainty

Worst-case-expectation approach to optimization under uncertainty Worst-case-expectation approach to optimization under uncertainty Wajdi Tekaya Joint research with Alexander Shapiro, Murilo Pereira Soares and Joari Paulo da Costa : Cambridge Systems Associates; : Georgia

More information

Department of Agricultural Economics. PhD Qualifier Examination. August 2010

Department of Agricultural Economics. PhD Qualifier Examination. August 2010 Department of Agricultural Economics PhD Qualifier Examination August 200 Instructions: The exam consists of six questions. You must answer all questions. If you need an assumption to complete a question,

More information

Consumption and Portfolio Choice under Uncertainty

Consumption and Portfolio Choice under Uncertainty Chapter 8 Consumption and Portfolio Choice under Uncertainty In this chapter we examine dynamic models of consumer choice under uncertainty. We continue, as in the Ramsey model, to take the decision of

More information

PORTFOLIO THEORY. Master in Finance INVESTMENTS. Szabolcs Sebestyén

PORTFOLIO THEORY. Master in Finance INVESTMENTS. Szabolcs Sebestyén PORTFOLIO THEORY Szabolcs Sebestyén szabolcs.sebestyen@iscte.pt Master in Finance INVESTMENTS Sebestyén (ISCTE-IUL) Portfolio Theory Investments 1 / 60 Outline 1 Modern Portfolio Theory Introduction Mean-Variance

More information

Subject : Computer Science. Paper: Machine Learning. Module: Decision Theory and Bayesian Decision Theory. Module No: CS/ML/10.

Subject : Computer Science. Paper: Machine Learning. Module: Decision Theory and Bayesian Decision Theory. Module No: CS/ML/10. e-pg Pathshala Subject : Computer Science Paper: Machine Learning Module: Decision Theory and Bayesian Decision Theory Module No: CS/ML/0 Quadrant I e-text Welcome to the e-pg Pathshala Lecture Series

More information

Lecture 3: Return vs Risk: Mean-Variance Analysis

Lecture 3: Return vs Risk: Mean-Variance Analysis Lecture 3: Return vs Risk: Mean-Variance Analysis 3.1 Basics We will discuss an important trade-off between return (or reward) as measured by expected return or mean of the return and risk as measured

More information

ELEMENTS OF MATRIX MATHEMATICS

ELEMENTS OF MATRIX MATHEMATICS QRMC07 9/7/0 4:45 PM Page 5 CHAPTER SEVEN ELEMENTS OF MATRIX MATHEMATICS 7. AN INTRODUCTION TO MATRICES Investors frequently encounter situations involving numerous potential outcomes, many discrete periods

More information

Optimal Portfolio Selection

Optimal Portfolio Selection Optimal Portfolio Selection We have geometrically described characteristics of the optimal portfolio. Now we turn our attention to a methodology for exactly identifying the optimal portfolio given a set

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

Characterization of the Optimum

Characterization of the Optimum ECO 317 Economics of Uncertainty Fall Term 2009 Notes for lectures 5. Portfolio Allocation with One Riskless, One Risky Asset Characterization of the Optimum Consider a risk-averse, expected-utility-maximizing

More information

Economics 2010c: Lecture 4 Precautionary Savings and Liquidity Constraints

Economics 2010c: Lecture 4 Precautionary Savings and Liquidity Constraints Economics 2010c: Lecture 4 Precautionary Savings and Liquidity Constraints David Laibson 9/11/2014 Outline: 1. Precautionary savings motives 2. Liquidity constraints 3. Application: Numerical solution

More information

16 MAKING SIMPLE DECISIONS

16 MAKING SIMPLE DECISIONS 247 16 MAKING SIMPLE DECISIONS Let us associate each state S with a numeric utility U(S), which expresses the desirability of the state A nondeterministic action A will have possible outcome states Result

More information

Financial Economics: Risk Aversion and Investment Decisions, Modern Portfolio Theory

Financial Economics: Risk Aversion and Investment Decisions, Modern Portfolio Theory Financial Economics: Risk Aversion and Investment Decisions, Modern Portfolio Theory Shuoxun Hellen Zhang WISE & SOE XIAMEN UNIVERSITY April, 2015 1 / 95 Outline Modern portfolio theory The backward induction,

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

Appendix: Common Currencies vs. Monetary Independence

Appendix: Common Currencies vs. Monetary Independence Appendix: Common Currencies vs. Monetary Independence A The infinite horizon model This section defines the equilibrium of the infinity horizon model described in Section III of the paper and characterizes

More information

Economics 424/Applied Mathematics 540. Final Exam Solutions

Economics 424/Applied Mathematics 540. Final Exam Solutions University of Washington Summer 01 Department of Economics Eric Zivot Economics 44/Applied Mathematics 540 Final Exam Solutions I. Matrix Algebra and Portfolio Math (30 points, 5 points each) Let R i denote

More information

Optimizing Portfolios

Optimizing Portfolios Optimizing Portfolios An Undergraduate Introduction to Financial Mathematics J. Robert Buchanan 2010 Introduction Investors may wish to adjust the allocation of financial resources including a mixture

More information

Chapter 7: Portfolio Theory

Chapter 7: Portfolio Theory Chapter 7: Portfolio Theory 1. Introduction 2. Portfolio Basics 3. The Feasible Set 4. Portfolio Selection Rules 5. The Efficient Frontier 6. Indifference Curves 7. The Two-Asset Portfolio 8. Unrestriceted

More information

Lecture 4: Return vs Risk: Mean-Variance Analysis

Lecture 4: Return vs Risk: Mean-Variance Analysis Lecture 4: Return vs Risk: Mean-Variance Analysis 4.1 Basics Given a cool of many different stocks, you want to decide, for each stock in the pool, whether you include it in your portfolio and (if yes)

More information

Maximization of utility and portfolio selection models

Maximization of utility and portfolio selection models Maximization of utility and portfolio selection models J. F. NEVES P. N. DA SILVA C. F. VASCONCELLOS Abstract Modern portfolio theory deals with the combination of assets into a portfolio. It has diversification

More information

Handout 8: Introduction to Stochastic Dynamic Programming. 2 Examples of Stochastic Dynamic Programming Problems

Handout 8: Introduction to Stochastic Dynamic Programming. 2 Examples of Stochastic Dynamic Programming Problems SEEM 3470: Dynamic Optimization and Applications 2013 14 Second Term Handout 8: Introduction to Stochastic Dynamic Programming Instructor: Shiqian Ma March 10, 2014 Suggested Reading: Chapter 1 of Bertsekas,

More information

Reinsurance Optimization GIE- AXA 06/07/2010

Reinsurance Optimization GIE- AXA 06/07/2010 Reinsurance Optimization thierry.cohignac@axa.com GIE- AXA 06/07/2010 1 Agenda Introduction Theoretical Results Practical Reinsurance Optimization 2 Introduction As all optimization problem, solution strongly

More information

Advanced Financial Economics Homework 2 Due on April 14th before class

Advanced Financial Economics Homework 2 Due on April 14th before class Advanced Financial Economics Homework 2 Due on April 14th before class March 30, 2015 1. (20 points) An agent has Y 0 = 1 to invest. On the market two financial assets exist. The first one is riskless.

More information

AGENERATION company s (Genco s) objective, in a competitive

AGENERATION company s (Genco s) objective, in a competitive 1512 IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 21, NO. 4, NOVEMBER 2006 Managing Price Risk in a Multimarket Environment Min Liu and Felix F. Wu, Fellow, IEEE Abstract In a competitive electricity market,

More information

Handout 4: Deterministic Systems and the Shortest Path Problem

Handout 4: Deterministic Systems and the Shortest Path Problem SEEM 3470: Dynamic Optimization and Applications 2013 14 Second Term Handout 4: Deterministic Systems and the Shortest Path Problem Instructor: Shiqian Ma January 27, 2014 Suggested Reading: Bertsekas

More information

THE OPTIMAL ASSET ALLOCATION PROBLEMFOR AN INVESTOR THROUGH UTILITY MAXIMIZATION

THE OPTIMAL ASSET ALLOCATION PROBLEMFOR AN INVESTOR THROUGH UTILITY MAXIMIZATION THE OPTIMAL ASSET ALLOCATION PROBLEMFOR AN INVESTOR THROUGH UTILITY MAXIMIZATION SILAS A. IHEDIOHA 1, BRIGHT O. OSU 2 1 Department of Mathematics, Plateau State University, Bokkos, P. M. B. 2012, Jos,

More information

Financial Economics Field Exam January 2008

Financial Economics Field Exam January 2008 Financial Economics Field Exam January 2008 There are two questions on the exam, representing Asset Pricing (236D = 234A) and Corporate Finance (234C). Please answer both questions to the best of your

More information

Modeling Portfolios that Contain Risky Assets Risk and Return I: Introduction

Modeling Portfolios that Contain Risky Assets Risk and Return I: Introduction Modeling Portfolios that Contain Risky Assets Risk and Return I: Introduction C. David Levermore University of Maryland, College Park Math 420: Mathematical Modeling January 26, 2012 version c 2011 Charles

More information

A Simple Utility Approach to Private Equity Sales

A Simple Utility Approach to Private Equity Sales The Journal of Entrepreneurial Finance Volume 8 Issue 1 Spring 2003 Article 7 12-2003 A Simple Utility Approach to Private Equity Sales Robert Dubil San Jose State University Follow this and additional

More information

Lucas s Investment Tax Credit Example

Lucas s Investment Tax Credit Example Lucas s Investment Tax Credit Example The key idea: It is 1975 and you have just been hired by the Council of Economic Adviser s to estimate the effects of an investment tax credit. This policy is being

More information

Introducing nominal rigidities. A static model.

Introducing nominal rigidities. A static model. Introducing nominal rigidities. A static model. Olivier Blanchard May 25 14.452. Spring 25. Topic 7. 1 Why introduce nominal rigidities, and what do they imply? An informal walk-through. In the model we

More information

Chapter 8: CAPM. 1. Single Index Model. 2. Adding a Riskless Asset. 3. The Capital Market Line 4. CAPM. 5. The One-Fund Theorem

Chapter 8: CAPM. 1. Single Index Model. 2. Adding a Riskless Asset. 3. The Capital Market Line 4. CAPM. 5. The One-Fund Theorem Chapter 8: CAPM 1. Single Index Model 2. Adding a Riskless Asset 3. The Capital Market Line 4. CAPM 5. The One-Fund Theorem 6. The Characteristic Line 7. The Pricing Model Single Index Model 1 1. Covariance

More information

Outline. 1 Introduction. 2 Algorithms. 3 Examples. Algorithm 1 General coordinate minimization framework. 1: Choose x 0 R n and set k 0.

Outline. 1 Introduction. 2 Algorithms. 3 Examples. Algorithm 1 General coordinate minimization framework. 1: Choose x 0 R n and set k 0. Outline Coordinate Minimization Daniel P. Robinson Department of Applied Mathematics and Statistics Johns Hopkins University November 27, 208 Introduction 2 Algorithms Cyclic order with exact minimization

More information

Stochastic Programming and Financial Analysis IE447. Midterm Review. Dr. Ted Ralphs

Stochastic Programming and Financial Analysis IE447. Midterm Review. Dr. Ted Ralphs Stochastic Programming and Financial Analysis IE447 Midterm Review Dr. Ted Ralphs IE447 Midterm Review 1 Forming a Mathematical Programming Model The general form of a mathematical programming model is:

More information

Portfolio theory and risk management Homework set 2

Portfolio theory and risk management Homework set 2 Portfolio theory and risk management Homework set Filip Lindskog General information The homework set gives at most 3 points which are added to your result on the exam. You may work individually or in

More information

Much of what appears here comes from ideas presented in the book:

Much of what appears here comes from ideas presented in the book: Chapter 11 Robust statistical methods Much of what appears here comes from ideas presented in the book: Huber, Peter J. (1981), Robust statistics, John Wiley & Sons (New York; Chichester). There are many

More information

Solutions to Practice Questions (Diversification)

Solutions to Practice Questions (Diversification) Simon School of Business University of Rochester FIN 402 Capital Budgeting & Corporate Objectives Prof. Ron Kaniel Solutions to Practice Questions (Diversification) 1. These practice questions are a suplement

More information

TUTORIAL KIT OMEGA SEMESTER PROGRAMME: BANKING AND FINANCE

TUTORIAL KIT OMEGA SEMESTER PROGRAMME: BANKING AND FINANCE TUTORIAL KIT OMEGA SEMESTER PROGRAMME: BANKING AND FINANCE COURSE: BFN 425 QUANTITATIVE TECHNIQUE FOR FINANCIAL DECISIONS i DISCLAIMER The contents of this document are intended for practice and leaning

More information

THE OPTIMAL HEDGE RATIO FOR UNCERTAIN MULTI-FOREIGN CURRENCY CASH FLOW

THE OPTIMAL HEDGE RATIO FOR UNCERTAIN MULTI-FOREIGN CURRENCY CASH FLOW Vol. 17 No. 2 Journal of Systems Science and Complexity Apr., 2004 THE OPTIMAL HEDGE RATIO FOR UNCERTAIN MULTI-FOREIGN CURRENCY CASH FLOW YANG Ming LI Chulin (Department of Mathematics, Huazhong University

More information

ECON 459 Game Theory. Lecture Notes Auctions. Luca Anderlini Spring 2017

ECON 459 Game Theory. Lecture Notes Auctions. Luca Anderlini Spring 2017 ECON 459 Game Theory Lecture Notes Auctions Luca Anderlini Spring 2017 These notes have been used and commented on before. If you can still spot any errors or have any suggestions for improvement, please

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

Optimization for Chemical Engineers, 4G3. Written midterm, 23 February 2015

Optimization for Chemical Engineers, 4G3. Written midterm, 23 February 2015 Optimization for Chemical Engineers, 4G3 Written midterm, 23 February 2015 Kevin Dunn, kevin.dunn@mcmaster.ca McMaster University Note: No papers, other than this test and the answer booklet are allowed

More information

A Simple, Adjustably Robust, Dynamic Portfolio Policy under Expected Return Ambiguity

A Simple, Adjustably Robust, Dynamic Portfolio Policy under Expected Return Ambiguity A Simple, Adjustably Robust, Dynamic Portfolio Policy under Expected Return Ambiguity Mustafa Ç. Pınar Department of Industrial Engineering Bilkent University 06800 Bilkent, Ankara, Turkey March 16, 2012

More information

Robust Portfolio Construction

Robust Portfolio Construction Robust Portfolio Construction Presentation to Workshop on Mixed Integer Programming University of Miami June 5-8, 2006 Sebastian Ceria Chief Executive Officer Axioma, Inc sceria@axiomainc.com Copyright

More information

Chapter 5 Portfolio. O. Afonso, P. B. Vasconcelos. Computational Economics: a concise introduction

Chapter 5 Portfolio. O. Afonso, P. B. Vasconcelos. Computational Economics: a concise introduction Chapter 5 Portfolio O. Afonso, P. B. Vasconcelos Computational Economics: a concise introduction O. Afonso, P. B. Vasconcelos Computational Economics 1 / 22 Overview 1 Introduction 2 Economic model 3 Numerical

More information