EE365: Risk Averse Control

Size: px
Start display at page:

Download "EE365: Risk Averse Control"

Transcription

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

2 Outline Risk averse optimization Exponential risk aversion Risk averse control Risk averse optimization 2

3 Risk measures I suppose f is a random variable we'd like to be small (i.e., an objective or cost) I E f gives average or mean value I many ways to quantify risk (of a large value of f ) I Prob(f f bad ) I E(f f bad )+ (value-at-risk, VAR) (conditional value-at-risk, CVAR) I var f = E(f E f ) 2 (variance) I E(f E f ) 2 + (downside variance) I E (f ), where is increasing and convex (when large f is good: expected utility E U (f ) with increasing concave utility function U ) I risk aversion: we want E f small and low risk Risk averse optimization 3

4 Risk averse optimization I now suppose random cost f (x ;!) is a function of a decision variable x and a random variable! I dierent choices of x lead to dierent values of mean cost E f (x ;!) and risk R(f (x ;!)) I there is typically a trade-o between minimizing mean cost and risk I standard approach: minimize E f (x ;!) + R(f (x ;!)) I E f (x ;!) + R(f (x ;!)) is the risk-adjusted mean cost I > 0 is called the risk aversion parameter I varying over (0;1) gives trade-o of mean cost and risk I mean-variance optimization: choose x to minimize E f (x ;!) + var f (x ;!) Risk averse optimization 4

5 Example: Stochastic shortest path I nd path in directed graph from vertex A to vertex B I edge weights are independent random variables with known distributions I commit to path beforehand, with no knowledge of weight values I path length L is random variable I minimize E L + var L, with 0 I for xed, reduces to deterministic shortest path problem with edge weights E w e + var w e Risk averse optimization 5

6 Stochastic shortest path (7, 40) 2 (9, 35) 4 (8, 125) 6 (6, 200) 1 (5, 22) (7, 23) (1, 5) (6, 12) (4, 9) (8, 8) 8 (14, 3) 3 (8, 2) 5 (11, 8) 7 (7, 12) I nd path from vertex A = 1 to vertex B = 8 I edge weights are lognormally distributed I edges labeled with mean and variance: (E we ; var w e ) Risk averse optimization 6

7 Stochastic shortest path = 0: E L = 30, var L = 400 (7, 40) 2 (9, 35) 4 (8, 125) 6 (6, 200) 1 (5, 22) (7, 23) (1, 5) (6, 12) (4, 9) (8, 8) 8 (14, 3) 3 (8, 2) 5 (11, 8) 7 (7, 12) Risk averse optimization 7

8 Stochastic shortest path = 0:05: E L = 35, var L = 100 (7, 40) 2 (9, 35) 4 (8, 125) 6 (6, 200) 1 (5, 22) (7, 23) (1, 5) (6, 12) (4, 9) (8, 8) 8 (14, 3) 3 (8, 2) 5 (11, 8) 7 (7, 12) Risk averse optimization 7

9 Stochastic shortest path = 10: E L = 40, var L = 25 (7, 40) 2 (9, 35) 4 (8, 125) 6 (6, 200) 1 (5, 22) (7, 23) (1, 5) (6, 12) (4, 9) (8, 8) 8 (14, 3) 3 (8, 2) 5 (11, 8) 7 (7, 12) Risk averse optimization 7

10 Stochastic shortest path trade-o curve: = 0, = 0:05, = 10 Risk averse optimization 8

11 Stochastic shortest path distribution of L: = 0, = 0:05, = 10 Risk averse optimization 9

12 Example: Mean-variance (Markowitz) portfolio optimization I choose portfolio x 2 R n I xi is amount of asset i held (short position when x i < 0) I (random) asset return r 2 R n E (r )(r ) T = has known mean E r =, covariance I portfolio return is (random variable) R = r T x I mean return is E R = T x I return variance is var R = x T x I maximize E R var R = T x x T x, `risk adjusted (mean) return' I > 0 is risk aversion parameter Risk averse optimization 10

13 Example: Mean-variance (Markowitz) portfolio optimization I can add constraints such as I 1 T x = 1 (budget constraint) I x 0 (long positions only) I can be solved as a (convex) quadratic program (QP) maximize T x x T x subject to 1 T x = 1; x 0 (or analytically without long-only constraint) I varying gives trade-o of mean return and risk Risk averse optimization 11

14 Example: Mean-variance (Markowitz) portfolio optimization numerical example: n = 30, r N (; ) trade-o curve: = 10 2, = 10 1, = 1 Risk averse optimization 12

15 Example: Mean-variance (Markowitz) portfolio optimization numerical example: n = 30, r N (; ) distribution of portfolio return: = 10 2, = 10 1, = 1 Risk averse optimization 13

16 Outline Risk averse optimization Exponential risk aversion Risk averse control Exponential risk aversion 14

17 Exponential risk aversion I suppose f is a random variable I exponential risk measure, with parameter > 0, is given by R (f ) = 1 log (E exp(f )) (R (f ) = 1 if f is heavy-tailed) I exp(f ) term emphasizes large values of f I R (f ) is (up to a factor of ) the cumulant generating function of f I we have R (f ) = E f + (=2) var f + o() I so minimizing exponential risk is (approximately) mean-variance optimization, with risk aversion parameter =2 Exponential risk aversion 15

18 Exponential risk expansion I use exp u = 1 + u + u 2 =2 + to write E exp(f ) = 1 + E f + ( 2 =2) E f 2 + I use log(1 + u) = u u 2 =2 + to write log E exp(f ) = E f + ( 2 =2) E f 2 (1=2) E f + ( 2 =2) 2 + I expand square, drop 3 and higher order terms to get log E exp(f ) = E f + ( 2 =2) E f 2 ( 2 =2)(E f ) 2 + I divide by to get R (f ) = E f + (=2) var f + o() Exponential risk aversion 16

19 Properties I R (f ) = E f + (=2) var f for f normal I R (a + f ) = a + R (f ) for deterministic a I R (f ) can be thought of as a variance adjusted mean, but in fact it's probably closer to what you really want (e.g., it penalizes deviations above the mean more than deviations below) I monotonicity: if f g, then R(f ) R (g) I can extend idea to conditional expectation: R (f j g) = 1 log E(exp(f ) j g) Exponential risk aversion 17

20 Value at risk bound I exponential risk gives an upper bound on VaR (value at risk) I indicator function of f f bad is I bad (f ) = I E I bad (f ) = Prob(f f bad ) I for > 0, exp (f f bad ) I bad (f ) (for all f ) I so E exp (f f bad ) E I bad (f ) 0 f < f bad 1 f f bad I hence Prob(f f bad ) exp (R (f ) f bad ) Exponential risk aversion 18

21 Outline Risk averse optimization Exponential risk aversion Risk averse control Risk averse control 19

22 Risk averse stochastic control I dynamics: xt+1 = f t (x t ; u t ; w t ), with x 0; w 0; w 1; : : : independent I state feedback policy: ut = t (x t ), t = 0; : : : ; T 1 I risk averse objective: X J = 1 log E exp T 1 t=0 g t (x t ; u t ) + g T (x T )! I gt is stage cost; g T is terminal cost I > 0 is risk aversion parameter I risk averse stochastic control problem: nd policy = ( 0; : : : ; T 1) that minimizes J Risk averse control 20

23 Interpretation I total cost is random variable C = T 1 X t=0 g t (x t ; u t ) + g T (x T ) I standard stochastic control minimizes E C I risk averse control minimizes R(C ) I risk averse policy yields larger expected total cost than standard policy, but smaller risk Risk averse control 21

24 Risk averse value function I we are to minimize J = R T 1 X g t (x t ; u t ) + g T (x T )! t=0 over policies = ( 0; : : : ; T 1) I dene value function V t (x ) = min R t ;:::; T 1 T 1 X =t g (x ; u ) + g T (x T )! xt = x I VT (x ) = g T (x ) I could minimize over input ut, policies t+1; : : : ; T 1 I same as usual value function, but replace E with R Risk averse control 22

25 Risk averse dynamic programming I optimal policy? is? t (x ) 2 argmin (g t (x ; u) + R V t+1(f t (x ; u; w t ))) u where expectation in R is over w t I (backward) recursion for Vt : V t (x ) = min (g t (x ; u) + R V t+1(f t (x ; u; w t ))) u I same as usual DP, but replace E with R (both over w t ) Risk averse control 23

26 Multiplicative version I precompute ht (x ; u) = exp g t (x ; u) I instead of Vt, change variables W t (x ) = exp V t (x ) I DP recursion is I optimal policy is W t (x ) = min u? t (x ) 2 argmin u h t (x ; u) E W t+1(f t (x ; u; w t )) h t (x ; u) E W t+1(f t (x ; u; w t )) Risk averse control 24

27 Example: Optimal purchase I must buy an item in one of T = 4 time periods I prices are IID with pt 2 f1; : : : ; 10g, Prob(p t = p) / 0:95 p I in each time period, the price is revealed and you choose to buy or wait I once you've bought the item, your only option is to wait I in the last period, you must buy the item if you haven't already Risk averse control 25

28 Example: Optimal purchase optimal policy: wait, buy Risk averse control 26

29 Example: Optimal purchase purchase if price is below threshold:! 0, = 1, = 2 Risk averse control 27

30 Example: Optimal purchase trade-o curve:! 0, = 1, = 2 Risk averse control 28

31 Example: Optimal purchase distribution of purchase price:! 0, = 1, = 2 Risk averse control 29

EE266 Homework 5 Solutions

EE266 Homework 5 Solutions EE, Spring 15-1 Professor S. Lall EE Homework 5 Solutions 1. A refined inventory model. In this problem we consider an inventory model that is more refined than the one you ve seen in the lectures. The

More information

Mean-Variance Analysis

Mean-Variance Analysis Mean-Variance Analysis Mean-variance analysis 1/ 51 Introduction How does one optimally choose among multiple risky assets? Due to diversi cation, which depends on assets return covariances, the attractiveness

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

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

Dynamic Portfolio Choice II

Dynamic Portfolio Choice II Dynamic Portfolio Choice II Dynamic Programming Leonid Kogan MIT, Sloan 15.450, Fall 2010 c Leonid Kogan ( MIT, Sloan ) Dynamic Portfolio Choice II 15.450, Fall 2010 1 / 35 Outline 1 Introduction to Dynamic

More information

Financial Mathematics III Theory summary

Financial Mathematics III Theory summary Financial Mathematics III Theory summary Table of Contents Lecture 1... 7 1. State the objective of modern portfolio theory... 7 2. Define the return of an asset... 7 3. How is expected return defined?...

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

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

MS-E2114 Investment Science Exercise 10/2016, Solutions

MS-E2114 Investment Science Exercise 10/2016, Solutions A simple and versatile model of asset dynamics is the binomial lattice. In this model, the asset price is multiplied by either factor u (up) or d (down) in each period, according to probabilities p and

More information

Dynamic Programming: An overview. 1 Preliminaries: The basic principle underlying dynamic programming

Dynamic Programming: An overview. 1 Preliminaries: The basic principle underlying dynamic programming Dynamic Programming: An overview These notes summarize some key properties of the Dynamic Programming principle to optimize a function or cost that depends on an interval or stages. This plays a key role

More information

Portfolio Optimization. Prof. Daniel P. Palomar

Portfolio Optimization. Prof. Daniel P. Palomar Portfolio Optimization Prof. Daniel P. Palomar The Hong Kong University of Science and Technology (HKUST) MAFS6010R- Portfolio Optimization with R MSc in Financial Mathematics Fall 2018-19, HKUST, Hong

More information

Lecture 17: More on Markov Decision Processes. Reinforcement learning

Lecture 17: More on Markov Decision Processes. Reinforcement learning Lecture 17: More on Markov Decision Processes. Reinforcement learning Learning a model: maximum likelihood Learning a value function directly Monte Carlo Temporal-difference (TD) learning COMP-424, Lecture

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

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

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

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

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

Dynamic Programming (DP) Massimo Paolucci University of Genova

Dynamic Programming (DP) Massimo Paolucci University of Genova Dynamic Programming (DP) Massimo Paolucci University of Genova DP cannot be applied to each kind of problem In particular, it is a solution method for problems defined over stages For each stage a subproblem

More information

TOBB-ETU, Economics Department Macroeconomics II (ECON 532) Practice Problems III

TOBB-ETU, Economics Department Macroeconomics II (ECON 532) Practice Problems III TOBB-ETU, Economics Department Macroeconomics II ECON 532) Practice Problems III Q: Consumption Theory CARA utility) Consider an individual living for two periods, with preferences Uc 1 ; c 2 ) = uc 1

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

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

The Optimization Process: An example of portfolio optimization

The Optimization Process: An example of portfolio optimization ISyE 6669: Deterministic Optimization The Optimization Process: An example of portfolio optimization Shabbir Ahmed Fall 2002 1 Introduction Optimization can be roughly defined as a quantitative approach

More information

IEOR E4004: Introduction to OR: Deterministic Models

IEOR E4004: Introduction to OR: Deterministic Models IEOR E4004: Introduction to OR: Deterministic Models 1 Dynamic Programming Following is a summary of the problems we discussed in class. (We do not include the discussion on the container problem or the

More information

Dynamic Asset Allocation for Hedging Downside Risk

Dynamic Asset Allocation for Hedging Downside Risk Dynamic Asset Allocation for Hedging Downside Risk Gerd Infanger Stanford University Department of Management Science and Engineering and Infanger Investment Technology, LLC October 2009 Gerd Infanger,

More information

OPTIMIZATION METHODS IN FINANCE

OPTIMIZATION METHODS IN FINANCE OPTIMIZATION METHODS IN FINANCE GERARD CORNUEJOLS Carnegie Mellon University REHA TUTUNCU Goldman Sachs Asset Management CAMBRIDGE UNIVERSITY PRESS Foreword page xi Introduction 1 1.1 Optimization problems

More information

Portfolio selection with multiple risk measures

Portfolio selection with multiple risk measures Portfolio selection with multiple risk measures Garud Iyengar Columbia University Industrial Engineering and Operations Research Joint work with Carlos Abad Outline Portfolio selection and risk measures

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

Point Estimation. Some General Concepts of Point Estimation. Example. Estimator quality

Point Estimation. Some General Concepts of Point Estimation. Example. Estimator quality Point Estimation Some General Concepts of Point Estimation Statistical inference = conclusions about parameters Parameters == population characteristics A point estimate of a parameter is a value (based

More information

Kevin Dowd, Measuring Market Risk, 2nd Edition

Kevin Dowd, Measuring Market Risk, 2nd Edition P1.T4. Valuation & Risk Models Kevin Dowd, Measuring Market Risk, 2nd Edition Bionic Turtle FRM Study Notes By David Harper, CFA FRM CIPM www.bionicturtle.com Dowd, Chapter 2: Measures of Financial Risk

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

Progressive Hedging for Multi-stage Stochastic Optimization Problems

Progressive Hedging for Multi-stage Stochastic Optimization Problems Progressive Hedging for Multi-stage Stochastic Optimization Problems David L. Woodruff Jean-Paul Watson Graduate School of Management University of California, Davis Davis, CA 95616, USA dlwoodruff@ucdavis.edu

More information

The mean-variance portfolio choice framework and its generalizations

The mean-variance portfolio choice framework and its generalizations The mean-variance portfolio choice framework and its generalizations Prof. Massimo Guidolin 20135 Theory of Finance, Part I (Sept. October) Fall 2014 Outline and objectives The backward, three-step solution

More information

A Computational Study of Modern Approaches to Risk-Averse Stochastic Optimization Using Financial Portfolio Allocation Model.

A Computational Study of Modern Approaches to Risk-Averse Stochastic Optimization Using Financial Portfolio Allocation Model. A Computational Study of Modern Approaches to Risk-Averse Stochastic Optimization Using Financial Portfolio Allocation Model by Suklim Choi A thesis submitted to the Graduate Faculty of Auburn University

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

Efficient Portfolio and Introduction to Capital Market Line Benninga Chapter 9

Efficient Portfolio and Introduction to Capital Market Line Benninga Chapter 9 Efficient Portfolio and Introduction to Capital Market Line Benninga Chapter 9 Optimal Investment with Risky Assets There are N risky assets, named 1, 2,, N, but no risk-free asset. With fixed total dollar

More information

Lecture 10: Performance measures

Lecture 10: Performance measures Lecture 10: Performance measures Prof. Dr. Svetlozar Rachev Institute for Statistics and Mathematical Economics University of Karlsruhe Portfolio and Asset Liability Management Summer Semester 2008 Prof.

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

Asset-Liability Management

Asset-Liability Management Asset-Liability Management John Birge University of Chicago Booth School of Business JRBirge INFORMS San Francisco, Nov. 2014 1 Overview Portfolio optimization involves: Modeling Optimization Estimation

More information

Lecture 5 January 30

Lecture 5 January 30 EE 223: Stochastic Estimation and Control Spring 2007 Lecture 5 January 30 Lecturer: Venkat Anantharam Scribe: aryam Kamgarpour 5.1 Secretary Problem The problem set-up is explained in Lecture 4. We review

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (40 points) Answer briefly the following questions. 1. Consider

More information

arxiv: v1 [q-fin.rm] 1 Jan 2017

arxiv: v1 [q-fin.rm] 1 Jan 2017 Net Stable Funding Ratio: Impact on Funding Value Adjustment Medya Siadat 1 and Ola Hammarlid 2 arxiv:1701.00540v1 [q-fin.rm] 1 Jan 2017 1 SEB, Stockholm, Sweden medya.siadat@seb.se 2 Swedbank, Stockholm,

More information

INTERTEMPORAL ASSET ALLOCATION: THEORY

INTERTEMPORAL ASSET ALLOCATION: THEORY INTERTEMPORAL ASSET ALLOCATION: THEORY Multi-Period Model The agent acts as a price-taker in asset markets and then chooses today s consumption and asset shares to maximise lifetime utility. This multi-period

More information

Optimal Security Liquidation Algorithms

Optimal Security Liquidation Algorithms Optimal Security Liquidation Algorithms Sergiy Butenko Department of Industrial Engineering, Texas A&M University, College Station, TX 77843-3131, USA Alexander Golodnikov Glushkov Institute of Cybernetics,

More information

CS134: Networks Spring Random Variables and Independence. 1.2 Probability Distribution Function (PDF) Number of heads Probability 2 0.

CS134: Networks Spring Random Variables and Independence. 1.2 Probability Distribution Function (PDF) Number of heads Probability 2 0. CS134: Networks Spring 2017 Prof. Yaron Singer Section 0 1 Probability 1.1 Random Variables and Independence A real-valued random variable is a variable that can take each of a set of possible values in

More information

Multi-armed bandit problems

Multi-armed bandit problems Multi-armed bandit problems Stochastic Decision Theory (2WB12) Arnoud den Boer 13 March 2013 Set-up 13 and 14 March: Lectures. 20 and 21 March: Paper presentations (Four groups, 45 min per group). Before

More information

Limits to Arbitrage. George Pennacchi. Finance 591 Asset Pricing Theory

Limits to Arbitrage. George Pennacchi. Finance 591 Asset Pricing Theory Limits to Arbitrage George Pennacchi Finance 591 Asset Pricing Theory I.Example: CARA Utility and Normal Asset Returns I Several single-period portfolio choice models assume constant absolute risk-aversion

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

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

Making Decisions. CS 3793 Artificial Intelligence Making Decisions 1

Making Decisions. CS 3793 Artificial Intelligence Making Decisions 1 Making Decisions CS 3793 Artificial Intelligence Making Decisions 1 Planning under uncertainty should address: The world is nondeterministic. Actions are not certain to succeed. Many events are outside

More information

Pricing in markets modeled by general processes with independent increments

Pricing in markets modeled by general processes with independent increments Pricing in markets modeled by general processes with independent increments Tom Hurd Financial Mathematics at McMaster www.phimac.org Thanks to Tahir Choulli and Shui Feng Financial Mathematics Seminar

More information

Optimization Methods. Lecture 16: Dynamic Programming

Optimization Methods. Lecture 16: Dynamic Programming 15.093 Optimization Methods Lecture 16: Dynamic Programming 1 Outline 1. The knapsack problem Slide 1. The traveling salesman problem 3. The general DP framework 4. Bellman equation 5. Optimal inventory

More information

Multistage Stochastic Programming

Multistage Stochastic Programming IE 495 Lecture 21 Multistage Stochastic Programming Prof. Jeff Linderoth April 16, 2003 April 16, 2002 Stochastic Programming Lecture 21 Slide 1 Outline HW Fixes Multistage Stochastic Programming Modeling

More information

6.231 DYNAMIC PROGRAMMING LECTURE 3 LECTURE OUTLINE

6.231 DYNAMIC PROGRAMMING LECTURE 3 LECTURE OUTLINE 6.21 DYNAMIC PROGRAMMING LECTURE LECTURE OUTLINE Deterministic finite-state DP problems Backward shortest path algorithm Forward shortest path algorithm Shortest path examples Alternative shortest path

More information

Lecture 9: Practicalities in Using Black-Scholes. Sunday, September 23, 12

Lecture 9: Practicalities in Using Black-Scholes. Sunday, September 23, 12 Lecture 9: Practicalities in Using Black-Scholes Major Complaints Most stocks and FX products don t have log-normal distribution Typically fat-tailed distributions are observed Constant volatility assumed,

More information

MYOPIC INVENTORY POLICIES USING INDIVIDUAL CUSTOMER ARRIVAL INFORMATION

MYOPIC INVENTORY POLICIES USING INDIVIDUAL CUSTOMER ARRIVAL INFORMATION Working Paper WP no 719 November, 2007 MYOPIC INVENTORY POLICIES USING INDIVIDUAL CUSTOMER ARRIVAL INFORMATION Víctor Martínez de Albéniz 1 Alejandro Lago 1 1 Professor, Operations Management and Technology,

More information

Birkbeck MSc/Phd Economics. Advanced Macroeconomics, Spring Lecture 2: The Consumption CAPM and the Equity Premium Puzzle

Birkbeck MSc/Phd Economics. Advanced Macroeconomics, Spring Lecture 2: The Consumption CAPM and the Equity Premium Puzzle Birkbeck MSc/Phd Economics Advanced Macroeconomics, Spring 2006 Lecture 2: The Consumption CAPM and the Equity Premium Puzzle 1 Overview This lecture derives the consumption-based capital asset pricing

More information

Final Exam Review. b) lim. 3. Find the limit, if it exists. If the limit is infinite, indicate whether it is + or. [Sec. 2.

Final Exam Review. b) lim. 3. Find the limit, if it exists. If the limit is infinite, indicate whether it is + or. [Sec. 2. Final Exam Review Math 42G 2x, x >. Graph f(x) = { 8 x, x Find the following limits. a) lim x f(x). Label at least four points. [Sec. 2.4, 2.] b) lim f(x) x + c) lim f(x) = Exist/DNE (Circle one) x 2,

More information

Illiquidity, Credit risk and Merton s model

Illiquidity, Credit risk and Merton s model Illiquidity, Credit risk and Merton s model (joint work with J. Dong and L. Korobenko) A. Deniz Sezer University of Calgary April 28, 2016 Merton s model of corporate debt A corporate bond is a contingent

More information

CHAPTER 5: DYNAMIC PROGRAMMING

CHAPTER 5: DYNAMIC PROGRAMMING CHAPTER 5: DYNAMIC PROGRAMMING Overview This chapter discusses dynamic programming, a method to solve optimization problems that involve a dynamical process. This is in contrast to our previous discussions

More information

Dynamic Asset and Liability Management Models for Pension Systems

Dynamic Asset and Liability Management Models for Pension Systems Dynamic Asset and Liability Management Models for Pension Systems The Comparison between Multi-period Stochastic Programming Model and Stochastic Control Model Muneki Kawaguchi and Norio Hibiki June 1,

More information

Market Risk: FROM VALUE AT RISK TO STRESS TESTING. Agenda. Agenda (Cont.) Traditional Measures of Market Risk

Market Risk: FROM VALUE AT RISK TO STRESS TESTING. Agenda. Agenda (Cont.) Traditional Measures of Market Risk Market Risk: FROM VALUE AT RISK TO STRESS TESTING Agenda The Notional Amount Approach Price Sensitivity Measure for Derivatives Weakness of the Greek Measure Define Value at Risk 1 Day to VaR to 10 Day

More information

Lecture outline W.B.Powell 1

Lecture outline W.B.Powell 1 Lecture outline What is a policy? Policy function approximations (PFAs) Cost function approximations (CFAs) alue function approximations (FAs) Lookahead policies Finding good policies Optimizing continuous

More information

Calculating VaR. There are several approaches for calculating the Value at Risk figure. The most popular are the

Calculating VaR. There are several approaches for calculating the Value at Risk figure. The most popular are the VaR Pro and Contra Pro: Easy to calculate and to understand. It is a common language of communication within the organizations as well as outside (e.g. regulators, auditors, shareholders). It is not really

More information

Capital Allocation Between The Risky And The Risk- Free Asset

Capital Allocation Between The Risky And The Risk- Free Asset Capital Allocation Between The Risky And The Risk- Free Asset Chapter 7 Investment Decisions capital allocation decision = choice of proportion to be invested in risk-free versus risky assets asset allocation

More information

Multi-period mean variance asset allocation: Is it bad to win the lottery?

Multi-period mean variance asset allocation: Is it bad to win the lottery? Multi-period mean variance asset allocation: Is it bad to win the lottery? Peter Forsyth 1 D.M. Dang 1 1 Cheriton School of Computer Science University of Waterloo Guangzhou, July 28, 2014 1 / 29 The Basic

More information

Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach

Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach P1.T4. Valuation & Risk Models Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach Bionic Turtle FRM Study Notes Reading 26 By

More information

Deterministic Income under a Stochastic Interest Rate

Deterministic Income under a Stochastic Interest Rate Deterministic Income under a Stochastic Interest Rate Julia Eisenberg, TU Vienna Scientic Day, 1 Agenda 1 Classical Problem: Maximizing Discounted Dividends in a Brownian Risk Model 2 Maximizing Discounted

More information

Review of whole course

Review of whole course Page 1 Review of whole course A thumbnail outline of major elements Intended as a study guide Emphasis on key points to be mastered Massachusetts Institute of Technology Review for Final Slide 1 of 24

More information

ECON 6022B Problem Set 2 Suggested Solutions Fall 2011

ECON 6022B Problem Set 2 Suggested Solutions Fall 2011 ECON 60B Problem Set Suggested Solutions Fall 0 September 7, 0 Optimal Consumption with A Linear Utility Function (Optional) Similar to the example in Lecture 3, the household lives for two periods and

More information

Heavy-tailedness and dependence: implications for economic decisions, risk management and financial markets

Heavy-tailedness and dependence: implications for economic decisions, risk management and financial markets Heavy-tailedness and dependence: implications for economic decisions, risk management and financial markets Rustam Ibragimov Department of Economics Harvard University Based on joint works with Johan Walden

More information

FINANCIAL OPTION ANALYSIS HANDOUTS

FINANCIAL OPTION ANALYSIS HANDOUTS FINANCIAL OPTION ANALYSIS HANDOUTS 1 2 FAIR PRICING There is a market for an object called S. The prevailing price today is S 0 = 100. At this price the object S can be bought or sold by anyone for any

More information

Capital Allocation Principles

Capital Allocation Principles Capital Allocation Principles Maochao Xu Department of Mathematics Illinois State University mxu2@ilstu.edu Capital Dhaene, et al., 2011, Journal of Risk and Insurance The level of the capital held by

More information

Aversion to Risk and Optimal Portfolio Selection in the Mean- Variance Framework

Aversion to Risk and Optimal Portfolio Selection in the Mean- Variance Framework Aversion to Risk and Optimal Portfolio Selection in the Mean- Variance Framework Prof. Massimo Guidolin 20135 Theory of Finance, Part I (Sept. October) Fall 2017 Outline and objectives Four alternative

More information

Point Estimation. Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage

Point Estimation. Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage 6 Point Estimation Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage Point Estimation Statistical inference: directed toward conclusions about one or more parameters. We will use the generic

More information

Mean-Variance Portfolio Theory

Mean-Variance Portfolio Theory Mean-Variance Portfolio Theory Lakehead University Winter 2005 Outline Measures of Location Risk of a Single Asset Risk and Return of Financial Securities Risk of a Portfolio The Capital Asset Pricing

More information

Risk Management for Chemical Supply Chain Planning under Uncertainty

Risk Management for Chemical Supply Chain Planning under Uncertainty for Chemical Supply Chain Planning under Uncertainty Fengqi You and Ignacio E. Grossmann Dept. of Chemical Engineering, Carnegie Mellon University John M. Wassick The Dow Chemical Company Introduction

More information

Portfolio Optimization using Conditional Sharpe Ratio

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

More information

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

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

More information

FINC3017: Investment and Portfolio Management

FINC3017: Investment and Portfolio Management FINC3017: Investment and Portfolio Management Investment Funds Topic 1: Introduction Unit Trusts: investor s funds are pooled, usually into specific types of assets. o Investors are assigned tradeable

More information

Market Risk Analysis Volume I

Market Risk Analysis Volume I Market Risk Analysis Volume I Quantitative Methods in Finance Carol Alexander John Wiley & Sons, Ltd List of Figures List of Tables List of Examples Foreword Preface to Volume I xiii xvi xvii xix xxiii

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

OPTIMIZATION WITH GENERALIZED DEVIATION MEASURES IN RISK MANAGEMENT

OPTIMIZATION WITH GENERALIZED DEVIATION MEASURES IN RISK MANAGEMENT OPTIMIZATION WITH GENERALIZED DEVIATION MEASURES IN RISK MANAGEMENT By KONSTANTIN P. KALINCHENKO A DISSERTATION PRESENTED TO THE GRADUATE SCHOOL OF THE UNIVERSITY OF FLORIDA IN PARTIAL FULFILLMENT OF THE

More information

Lecture Notes: Basic Concepts in Option Pricing - The Black and Scholes Model (Continued)

Lecture Notes: Basic Concepts in Option Pricing - The Black and Scholes Model (Continued) Brunel University Msc., EC5504, Financial Engineering Prof Menelaos Karanasos Lecture Notes: Basic Concepts in Option Pricing - The Black and Scholes Model (Continued) In previous lectures we saw that

More information

Risk Measurement in Credit Portfolio Models

Risk Measurement in Credit Portfolio Models 9 th DGVFM Scientific Day 30 April 2010 1 Risk Measurement in Credit Portfolio Models 9 th DGVFM Scientific Day 30 April 2010 9 th DGVFM Scientific Day 30 April 2010 2 Quantitative Risk Management Profit

More information

Robust Dual Dynamic Programming

Robust Dual Dynamic Programming 1 / 18 Robust Dual Dynamic Programming Angelos Georghiou, Angelos Tsoukalas, Wolfram Wiesemann American University of Beirut Olayan School of Business 31 May 217 2 / 18 Inspired by SDDP Stochastic optimization

More information

A Comparison of Universal and Mean-Variance Efficient Portfolios p. 1/28

A Comparison of Universal and Mean-Variance Efficient Portfolios p. 1/28 A Comparison of Universal and Mean-Variance Efficient Portfolios Shane M. Haas Research Laboratory of Electronics, and Laboratory for Information and Decision Systems Massachusetts Institute of Technology

More information

Aversion to Risk and Optimal Portfolio Selection in the Mean- Variance Framework

Aversion to Risk and Optimal Portfolio Selection in the Mean- Variance Framework Aversion to Risk and Optimal Portfolio Selection in the Mean- Variance Framework Prof. Massimo Guidolin 20135 Theory of Finance, Part I (Sept. October) Fall 2018 Outline and objectives Four alternative

More information

All Investors are Risk-averse Expected Utility Maximizers. Carole Bernard (UW), Jit Seng Chen (GGY) and Steven Vanduffel (Vrije Universiteit Brussel)

All Investors are Risk-averse Expected Utility Maximizers. Carole Bernard (UW), Jit Seng Chen (GGY) and Steven Vanduffel (Vrije Universiteit Brussel) All Investors are Risk-averse Expected Utility Maximizers Carole Bernard (UW), Jit Seng Chen (GGY) and Steven Vanduffel (Vrije Universiteit Brussel) First Name: Waterloo, April 2013. Last Name: UW ID #:

More information

Eco504 Spring 2010 C. Sims FINAL EXAM. β t 1 2 φτ2 t subject to (1)

Eco504 Spring 2010 C. Sims FINAL EXAM. β t 1 2 φτ2 t subject to (1) Eco54 Spring 21 C. Sims FINAL EXAM There are three questions that will be equally weighted in grading. Since you may find some questions take longer to answer than others, and partial credit will be given

More information

Leverage Aversion, Efficient Frontiers, and the Efficient Region*

Leverage Aversion, Efficient Frontiers, and the Efficient Region* Posted SSRN 08/31/01 Last Revised 10/15/01 Leverage Aversion, Efficient Frontiers, and the Efficient Region* Bruce I. Jacobs and Kenneth N. Levy * Previously entitled Leverage Aversion and Portfolio Optimality:

More information

Hedging of swaptions in a Lévy driven Heath-Jarrow-Morton framework

Hedging of swaptions in a Lévy driven Heath-Jarrow-Morton framework Hedging of swaptions in a Lévy driven Heath-Jarrow-Morton framework Kathrin Glau, Nele Vandaele, Michèle Vanmaele Bachelier Finance Society World Congress 2010 June 22-26, 2010 Nele Vandaele Hedging of

More information

Regret Minimization against Strategic Buyers

Regret Minimization against Strategic Buyers Regret Minimization against Strategic Buyers Mehryar Mohri Courant Institute & Google Research Andrés Muñoz Medina Google Research Motivation Online advertisement: revenue of modern search engine and

More information

1 Answers to the Sept 08 macro prelim - Long Questions

1 Answers to the Sept 08 macro prelim - Long Questions Answers to the Sept 08 macro prelim - Long Questions. Suppose that a representative consumer receives an endowment of a non-storable consumption good. The endowment evolves exogenously according to ln

More information

Dynamic Hedging and PDE Valuation

Dynamic Hedging and PDE Valuation Dynamic Hedging and PDE Valuation Dynamic Hedging and PDE Valuation 1/ 36 Introduction Asset prices are modeled as following di usion processes, permitting the possibility of continuous trading. This environment

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

Portfolio Management

Portfolio Management Portfolio Management 010-011 1. Consider the following prices (calculated under the assumption of absence of arbitrage) corresponding to three sets of options on the Dow Jones index. Each point of the

More information

ECS171: Machine Learning

ECS171: Machine Learning ECS171: Machine Learning Lecture 15: Tree-based Algorithms Cho-Jui Hsieh UC Davis March 7, 2018 Outline Decision Tree Random Forest Gradient Boosted Decision Tree (GBDT) Decision Tree Each node checks

More information

Consumption and Portfolio Decisions When Expected Returns A

Consumption and Portfolio Decisions When Expected Returns A Consumption and Portfolio Decisions When Expected Returns Are Time Varying September 10, 2007 Introduction In the recent literature of empirical asset pricing there has been considerable evidence of time-varying

More information

36106 Managerial Decision Modeling Monte Carlo Simulation in Excel: Part IV

36106 Managerial Decision Modeling Monte Carlo Simulation in Excel: Part IV 36106 Managerial Decision Modeling Monte Carlo Simulation in Excel: Part IV Kipp Martin University of Chicago Booth School of Business November 29, 2017 Reading and Excel Files 2 Reading: Handout: Optimal

More information

Stochastic Optimization Methods in Scheduling. Rolf H. Möhring Technische Universität Berlin Combinatorial Optimization and Graph Algorithms

Stochastic Optimization Methods in Scheduling. Rolf H. Möhring Technische Universität Berlin Combinatorial Optimization and Graph Algorithms Stochastic Optimization Methods in Scheduling Rolf H. Möhring Technische Universität Berlin Combinatorial Optimization and Graph Algorithms More expensive and longer... Eurotunnel Unexpected loss of 400,000,000

More information