The University of Sydney School of Mathematics and Statistics. Computer Project

Size: px
Start display at page:

Download "The University of Sydney School of Mathematics and Statistics. Computer Project"

Transcription

1 The University of Sydney School of Mathematics and Statistics Computer Project MATH2070/2970: Optimisation and Financial Mathematics Semester 2, 2018 Web Page: Lecturer: Anna Aksamit and Georg Gottwald Due on 5.00pm Thursday 1 st November via TurnItIn Late assignments are not accepted without prior arrangement well before the deadline! You must attach a scanned copy of the signed cover-sheet to the front of your assignment (see over)! This is mostly a computational project so you must submit all computer programs with your project formulations, descriptions and outputs. Assessment will be based on: accuracy, programming and presentation. MATH2070: Do all questions except Questions x for x 7. MATH2970: Do all questions. In this assignment you will be analyzing real stock market data downloaded from Yahoo!Finance. The file DowPricing_2004_2010.csv which you can download from Ed, contains the daily closing prices of the 30 stocks which make up the Dow Jones Industrial Average Index. Prices are recorded on a (business)-daily basis between 31/12/2003 and 29/12/2010. This includes the Global Financial Crisis (GFC) which we locate here in time from very roughly from 03/01/ /05/2010. We define the peak of the GFC as the period 02/09/08 01/06/09, and define a pre-gfc and post-gfc period from 03/01/07 29/08/2008 and from 01/06/09 31/12/10, respectively. Recall that Lehman Brothers filed bankrupt protection on September 15, There are two particularities with this time series: (1) Visa s share price starts at 19/3/2008 on Yahoo!Finance. (2) Dow and DuPont have recently merged and are now trading as a new entity (DWDP) with a short trading history. Therefore only consider the 28 stocks without Visa and Dow & DuPont. All prices are here in US dollars. Correlations and the covariance matrix 1. Export the data into Matlab using csvread and/or readtable. This question investigates the correlations of the return rates. When analyzing return rate data one has several choices. A commonly used variable is the logarithmic change of price or the so called log return rate: Let Y i be the price at time i, then consider Ξ i = log Y i log Y i 1 (wrt the natural base). An advantage of this variable to quantify the return rate is that it insensitive to (constant!) deflation factors (why?). (i) Calculate the maximal correlation between the Ξ i, and plot the two stock prices associated with the highest correlation as a function of time (excluding Visa and/or Dow & DuPont (see above)) (ii) Calculate the minimal correlation between the Ξ i, and plot the two stock prices associated with the smallest correlation as a function of time (excluding Visa and/or Dow & DuPont (see above)) Copyright c 2018 The University of Sydney 1

2 (iii) Visualize the correlation matrices for the period before and during the GFC (separating into pre/peak/post periods). (You may use Matlab s command imagesc). Can you spot differences? (iv) Plot the histogram of the correlation coefficients ρ ij for the four periods. Comment on your result. (v) Play with the data and try to identify interesting particularities. This sub-question will not be marked - just an encouragement to have some fun. Portfolio Theory Consider for this question and the required plots only the GFC period 03/01/ /12/2010. However, you might need to investigate the normal non-gfc period as well to justify any claims/interpretations you want to draw form your results. 2. Determine which investors short sell in this market consisting of the stocks used to calculate the Dow Jones Index and which stocks they short sell. Are there any stocks which no-one will short sell or which everyone will short sell? 3. Carry out the following computational tasks for an optimal portfolio P consisting of the 28 stocks included in the Dow Jones for an agent who wants to invest $200,000 and has a risk factor of t = 0.15 (excluding Visa and Dow & Du Pont). (i) Obtain the dollar investment in each of the stocks and obtain the corresponding expected return and risk of P. (ii) Obtain the µσ-plane graphical representation and include (all on the same graph): (a) The stocks of the Dow Jones (b) The minimum variance and efficient frontiers. Use a t-range t 0.35 for your display. (c) A plot of 1000 random feasible portfolios satisfying x i 20 (for each of the 28 stocks) and σ i 0.05 for i = 1,..., You might notice that the random points occupy some region well-separated from the minimum variance frontier (MVF) - comment on this and explain why (This is a/the major part of the question). (d) The indifference curve of an investor with t = 0.15 and their optimal portfolio P. 4. Adding a Riskless Cash Fund: Suppose now that a riskless cash fund P 0 is also available to invest in. The risk free rate was r 0 = 0.05 before the GFC and was lowered to r 0 = in December 2008, for both lending and borrowing. (i) Obtain the investor s new allocation of their investment to the (now) 29 funds. State clearly investment in the riskless cash fund. (ii) Describe in detail the Capital Market Line and the tangency portfolio. What can you say about the tangency portfolio; explain your result. (iii) Assuming that the world only existed out of the 30/28 stocks traded in the Dow Jones contingent. What data would you like to have to determine the market portfolio and how would you then compute it? Unfortunately I was not able to get the data to approximate the market portfolio. 2

3 Captial Market Theory 5. The Capital Market Line: Make a new µσ-plane graph showing the riskless cash fund, tangency portfolio, and the Capital Market Line relative to the risky efficient frontier. Calculate the investor s new optimal portfolio. If the original stocks have a net worth of $100 million, estimate (to the nearest $0.1 million) the total value of each stock. 6. The Security Market Line: Compute the β s of all relevant stocks and assets in this project and clearly display them on the Security Market Line. Comment on the result and decsribe what portfolio theory would recommend an investor to do. Empirical Orthogonal Eigenfunctions Scientists are often faced with the challenge of extracting useful information from large data sets. In this assignment the data set is a time series of the stock return rates of the 30 stocks which make up the Dow Jones index (well, only 28 are actual occurring time series). An example from a very different context could be observational data of the sea surface temperature in the Pacific ocean over time. We might ask the question: are there any underlying structures which dominate in some sense the system? Or phrased differently, rather than using the full data set and all available observations to describe the phenomenon, can we describe the system at each time instance by just a few structures or factors the coefficients of which then vary in time? In the context of the sea surface patterns, these structures would be large scale regimes such as El-Niño patterns which dominate the ocean dynamics in the Pacific (on a certain time scale). It turns out that this can be posed as an optimization problem. 7. Mathematically, we seek an approximation of a time series u t for u R d. Here t = 1,, N denotes the discrete times and typically d N. In the context of the stocks price data of the Dow Jones Index we have u R 30 (or rather here u R 28 ). Given an orthonormal basis ϕ j R d with ϕ T i ϕ j = δ ij, at each time instance t we can decompose u t = d c tj ϕ j, j=1 for some real coefficients c ij. Here we order the basis according to descending eigenvalues λ j. All the time dependency is now in the time-varying coefficients a tj R. We now seek an orthonormal basis ϕ i such that if we truncate using only p < d modes to express u, i.e. if we approximate u t by ũ (p) t = p c tj ϕ j, j=1 we make the least error. This definition obviously depends on the definition of "error". An optimal basis called empirical orthogonal eigenfunctions or Karhunen-Loeve modes or principal components, is found by minimizing the l 2 -error ɛ 2 (p) = N t=1 u t ũ (p) t 2, and is found by solving the following constrained optimization problem minimize ɛ 2 (p) subject to ϕ T i ϕ. j = δ ij (i) Solve the constrained optimization problem and show that solutions are given as eigenvectors of the matrix AA T R d d where A it = u it. 3

4 (ii) Show that for the optimal basis ɛ 2 (p) = d j=p+1 λ j. (iii) It is said that the optimal basis vectors explain most of the variance of the data. Explain. (iv) It is pertinent to note that EOFs are not capable of detecting any temporal correlations, i.e. picking up that, for example, an increase of the stock return rate of Goldman & Sachs on average lags behind a decrease of the stock return rate of of Walt Disney. Show analytically why this is so. 8. Apply the framework from Question 7 to the Dow Jones stock data. (i) Plot the ordered spectrum λ i for i = 1,, 28 (again excluding Visa and Dow & Du Pont). Why is it tempting to say that by only using a few modes we are capable of explaining most of the stock market data? Plot the spectrum for the non-gfc period and for the three periods of the GFC (pre/peak/post). (ii) Plot the first two empirical orthogonal eigenfunctions for the whole data set, the time periods before the GFC and for the pre/peak/post periods of the GFC. (iii) Investigate quantitatively how well the first three EOFs describe the data by projecting the data onto the first three EOFs. Do this for the 5 sets of EOFs. In which projection can you detect the GFC best? Comment on the result. (iv) Can you find any economic interpretation of the EOFs; I couldn t (this question does not earn marks, but it is fun to think about this). 4

5 The University of Sydney School of Mathematics and Statistics Assignment Cover Sheet MATH2070/2970: Optimisation and Financial Mathematics Semester 2, 2018 Web Page: Lecturer: Anna Aksamit and Georg Gottwald Family Name Given Names SID Legitimate cooperation between students on assignments is encouraged, since it can be a real aid to understanding. It is legitimate for students to discuss assignment questions at a general level, provided everybody involved makes some contribution. However, students must produce their own individual written solutions. Copying someone else s work is plagiarism, and is unacceptable. I certify that: I have read and understood the University of Sydney Student Plagiarism: Coursework Policy and Procedure at this assignment is all my own work, and that no part of this assignment has been copied from another person. I have not allowed my work to be copied by another person. Signature Date The University may impose severe penalties for plagiarism This part to be completed by the marker: Grand total out of

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

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

THE CHINESE UNIVERSITY OF HONG KONG Department of Mathematics MMAT5250 Financial Mathematics Homework 2 Due Date: March 24, 2018

THE CHINESE UNIVERSITY OF HONG KONG Department of Mathematics MMAT5250 Financial Mathematics Homework 2 Due Date: March 24, 2018 THE CHINESE UNIVERSITY OF HONG KONG Department of Mathematics MMAT5250 Financial Mathematics Homework 2 Due Date: March 24, 2018 Name: Student ID.: I declare that the assignment here submitted is original

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

Mean-Variance Portfolio Choice in Excel

Mean-Variance Portfolio Choice in Excel Mean-Variance Portfolio Choice in Excel Prof. Manuela Pedio 20550 Quantitative Methods for Finance August 2018 Let s suppose you can only invest in two assets: a (US) stock index (here represented by the

More information

Solutions to Problem Set 1

Solutions to Problem Set 1 Solutions to Problem Set Theory of Banking - Academic Year 06-7 Maria Bachelet maria.jua.bachelet@gmail.com February 4, 07 Exercise. An individual consumer has an income stream (Y 0, Y ) and can borrow

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

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

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

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

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

FINC 430 TA Session 7 Risk and Return Solutions. Marco Sammon

FINC 430 TA Session 7 Risk and Return Solutions. Marco Sammon FINC 430 TA Session 7 Risk and Return Solutions Marco Sammon Formulas for return and risk The expected return of a portfolio of two risky assets, i and j, is Expected return of asset - the percentage of

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

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

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

CHAPTER 6: PORTFOLIO SELECTION

CHAPTER 6: PORTFOLIO SELECTION CHAPTER 6: PORTFOLIO SELECTION 6-1 21. The parameters of the opportunity set are: E(r S ) = 20%, E(r B ) = 12%, σ S = 30%, σ B = 15%, ρ =.10 From the standard deviations and the correlation coefficient

More information

1 Asset Pricing: Bonds vs Stocks

1 Asset Pricing: Bonds vs Stocks Asset Pricing: Bonds vs Stocks The historical data on financial asset returns show that one dollar invested in the Dow- Jones yields 6 times more than one dollar invested in U.S. Treasury bonds. The return

More information

Report 2 Instructions - SF2980 Risk Management

Report 2 Instructions - SF2980 Risk Management Report 2 Instructions - SF2980 Risk Management Henrik Hult and Carl Ringqvist Nov, 2016 Instructions Objectives The projects are intended as open ended exercises suitable for deeper investigation of some

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

Monte Carlo Methods for Uncertainty Quantification

Monte Carlo Methods for Uncertainty Quantification Monte Carlo Methods for Uncertainty Quantification Abdul-Lateef Haji-Ali Based on slides by: Mike Giles Mathematical Institute, University of Oxford Contemporary Numerical Techniques Haji-Ali (Oxford)

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

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

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

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

Lecture 10-12: CAPM.

Lecture 10-12: CAPM. Lecture 10-12: CAPM. I. Reading II. Market Portfolio. III. CAPM World: Assumptions. IV. Portfolio Choice in a CAPM World. V. Minimum Variance Mathematics. VI. Individual Assets in a CAPM World. VII. Intuition

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

Mean-Variance Analysis

Mean-Variance Analysis Mean-Variance Analysis If the investor s objective is to Maximize the Expected Rate of Return for a given level of Risk (or, Minimize Risk for a given level of Expected Rate of Return), and If the investor

More information

Portfolios that Contain Risky Assets 10: Limited Portfolios with Risk-Free Assets

Portfolios that Contain Risky Assets 10: Limited Portfolios with Risk-Free Assets Portfolios that Contain Risky Assets 10: Limited Portfolios with Risk-Free Assets C. David Levermore University of Maryland, College Park, MD Math 420: Mathematical Modeling March 21, 2018 version c 2018

More information

Washington University Fall Economics 487. Project Proposal due Monday 10/22 Final Project due Monday 12/3

Washington University Fall Economics 487. Project Proposal due Monday 10/22 Final Project due Monday 12/3 Washington University Fall 2001 Department of Economics James Morley Economics 487 Project Proposal due Monday 10/22 Final Project due Monday 12/3 For this project, you will analyze the behaviour of 10

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

Solutions to questions in Chapter 8 except those in PS4. The minimum-variance portfolio is found by applying the formula:

Solutions to questions in Chapter 8 except those in PS4. The minimum-variance portfolio is found by applying the formula: Solutions to questions in Chapter 8 except those in PS4 1. The parameters of the opportunity set are: E(r S ) = 20%, E(r B ) = 12%, σ S = 30%, σ B = 15%, ρ =.10 From the standard deviations and the correlation

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

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

Chapter 8. Portfolio Selection. Learning Objectives. INVESTMENTS: Analysis and Management Second Canadian Edition

Chapter 8. Portfolio Selection. Learning Objectives. INVESTMENTS: Analysis and Management Second Canadian Edition INVESTMENTS: Analysis and Management Second Canadian Edition W. Sean Cleary Charles P. Jones Chapter 8 Portfolio Selection Learning Objectives State three steps involved in building a portfolio. Apply

More information

This assignment is due on Tuesday, September 15, at the beginning of class (or sooner).

This assignment is due on Tuesday, September 15, at the beginning of class (or sooner). Econ 434 Professor Ickes Homework Assignment #1: Answer Sheet Fall 2009 This assignment is due on Tuesday, September 15, at the beginning of class (or sooner). 1. Consider the following returns data for

More information

Financial Economics 4: Portfolio Theory

Financial Economics 4: Portfolio Theory Financial Economics 4: Portfolio Theory Stefano Lovo HEC, Paris What is a portfolio? Definition A portfolio is an amount of money invested in a number of financial assets. Example Portfolio A is worth

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

IMPA Commodities Course : Forward Price Models

IMPA Commodities Course : Forward Price Models IMPA Commodities Course : Forward Price Models Sebastian Jaimungal sebastian.jaimungal@utoronto.ca Department of Statistics and Mathematical Finance Program, University of Toronto, Toronto, Canada http://www.utstat.utoronto.ca/sjaimung

More information

Two Hours. Mathematical formula books and statistical tables are to be provided THE UNIVERSITY OF MANCHESTER. 22 January :00 16:00

Two Hours. Mathematical formula books and statistical tables are to be provided THE UNIVERSITY OF MANCHESTER. 22 January :00 16:00 Two Hours MATH38191 Mathematical formula books and statistical tables are to be provided THE UNIVERSITY OF MANCHESTER STATISTICAL MODELLING IN FINANCE 22 January 2015 14:00 16:00 Answer ALL TWO questions

More information

UNIVERSITY OF OSLO. Please make sure that your copy of the problem set is complete before you attempt to answer anything.

UNIVERSITY OF OSLO. Please make sure that your copy of the problem set is complete before you attempt to answer anything. UNIVERSITY OF OSLO Faculty of Mathematics and Natural Sciences Examination in: STK4540 Non-Life Insurance Mathematics Day of examination: Wednesday, December 4th, 2013 Examination hours: 14.30 17.30 This

More information

Session 8: The Markowitz problem p. 1

Session 8: The Markowitz problem p. 1 Session 8: The Markowitz problem Susan Thomas http://www.igidr.ac.in/ susant susant@mayin.org IGIDR Bombay Session 8: The Markowitz problem p. 1 Portfolio optimisation Session 8: The Markowitz problem

More information

Economics 826 International Finance. Final Exam: April 2007

Economics 826 International Finance. Final Exam: April 2007 Economics 826 International Finance Final Exam: April 2007 Answer 3 questions from Part A and 4 questions from Part B. Part A is worth 60%. Part B is worth 40%. You may write in english or french. You

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

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

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay. Solutions to Final Exam. The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (32 pts) Answer briefly the following questions. 1. Suppose

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

Portfolio Management

Portfolio Management MCF 17 Advanced Courses Portfolio Management Final Exam Time Allowed: 60 minutes Family Name (Surname) First Name Student Number (Matr.) Please answer all questions by choosing the most appropriate alternative

More information

General Notation. Return and Risk: The Capital Asset Pricing Model

General Notation. Return and Risk: The Capital Asset Pricing Model Return and Risk: The Capital Asset Pricing Model (Text reference: Chapter 10) Topics general notation single security statistics covariance and correlation return and risk for a portfolio diversification

More information

1.1 Interest rates Time value of money

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

More information

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

Mathematics of Finance Final Preparation December 19. To be thoroughly prepared for the final exam, you should

Mathematics of Finance Final Preparation December 19. To be thoroughly prepared for the final exam, you should Mathematics of Finance Final Preparation December 19 To be thoroughly prepared for the final exam, you should 1. know how to do the homework problems. 2. be able to provide (correct and complete!) definitions

More information

ECO 317 Economics of Uncertainty Fall Term 2009 Tuesday October 6 Portfolio Allocation Mean-Variance Approach

ECO 317 Economics of Uncertainty Fall Term 2009 Tuesday October 6 Portfolio Allocation Mean-Variance Approach ECO 317 Economics of Uncertainty Fall Term 2009 Tuesday October 6 ortfolio Allocation Mean-Variance Approach Validity of the Mean-Variance Approach Constant absolute risk aversion (CARA): u(w ) = exp(

More information

9.1 Principal Component Analysis for Portfolios

9.1 Principal Component Analysis for Portfolios Chapter 9 Alpha Trading By the name of the strategies, an alpha trading strategy is to select and trade portfolios so the alpha is maximized. Two important mathematical objects are factor analysis and

More information

Portfolios that Contain Risky Assets Portfolio Models 9. Long Portfolios with a Safe Investment

Portfolios that Contain Risky Assets Portfolio Models 9. Long Portfolios with a Safe Investment Portfolios that Contain Risky Assets Portfolio Models 9. Long Portfolios with a Safe Investment C. David Levermore University of Maryland, College Park Math 420: Mathematical Modeling March 21, 2016 version

More information

Consumption- Savings, Portfolio Choice, and Asset Pricing

Consumption- Savings, Portfolio Choice, and Asset Pricing Finance 400 A. Penati - G. Pennacchi Consumption- Savings, Portfolio Choice, and Asset Pricing I. The Consumption - Portfolio Choice Problem We have studied the portfolio choice problem of an individual

More information

A RIDGE REGRESSION ESTIMATION APPROACH WHEN MULTICOLLINEARITY IS PRESENT

A RIDGE REGRESSION ESTIMATION APPROACH WHEN MULTICOLLINEARITY IS PRESENT Fundamental Journal of Applied Sciences Vol. 1, Issue 1, 016, Pages 19-3 This paper is available online at http://www.frdint.com/ Published online February 18, 016 A RIDGE REGRESSION ESTIMATION APPROACH

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

MAS1403. Quantitative Methods for Business Management. Semester 1, Module leader: Dr. David Walshaw

MAS1403. Quantitative Methods for Business Management. Semester 1, Module leader: Dr. David Walshaw MAS1403 Quantitative Methods for Business Management Semester 1, 2018 2019 Module leader: Dr. David Walshaw Additional lecturers: Dr. James Waldren and Dr. Stuart Hall Announcements: Written assignment

More information

ECMC49F Midterm. Instructor: Travis NG Date: Oct 26, 2005 Duration: 1 hour 50 mins Total Marks: 100. [1] [25 marks] Decision-making under certainty

ECMC49F Midterm. Instructor: Travis NG Date: Oct 26, 2005 Duration: 1 hour 50 mins Total Marks: 100. [1] [25 marks] Decision-making under certainty ECMC49F Midterm Instructor: Travis NG Date: Oct 26, 2005 Duration: 1 hour 50 mins Total Marks: 100 [1] [25 marks] Decision-making under certainty (a) [5 marks] Graphically demonstrate the Fisher Separation

More information

by Kian Guan Lim Professor of Finance Head, Quantitative Finance Unit Singapore Management University

by Kian Guan Lim Professor of Finance Head, Quantitative Finance Unit Singapore Management University by Kian Guan Lim Professor of Finance Head, Quantitative Finance Unit Singapore Management University Presentation at Hitotsubashi University, August 8, 2009 There are 14 compulsory semester courses out

More information

Diversification. Finance 100

Diversification. Finance 100 Diversification Finance 100 Prof. Michael R. Roberts 1 Topic Overview How to measure risk and return» Sample risk measures for some classes of securities Brief Statistics Review» Realized and Expected

More information

Stock Prices and the Stock Market

Stock Prices and the Stock Market Stock Prices and the Stock Market ECON 40364: Monetary Theory & Policy Eric Sims University of Notre Dame Fall 2017 1 / 47 Readings Text: Mishkin Ch. 7 2 / 47 Stock Market The stock market is the subject

More information

Risk Tolerance. Presented to the International Forum of Sovereign Wealth Funds

Risk Tolerance. Presented to the International Forum of Sovereign Wealth Funds Risk Tolerance Presented to the International Forum of Sovereign Wealth Funds Mark Kritzman Founding Partner, State Street Associates CEO, Windham Capital Management Faculty Member, MIT Source: A Practitioner

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

Efficient Frontier and Asset Allocation

Efficient Frontier and Asset Allocation Topic 4 Efficient Frontier and Asset Allocation LEARNING OUTCOMES By the end of this topic, you should be able to: 1. Explain the concept of efficient frontier and Markowitz portfolio theory; 2. Discuss

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

Washington University Fall Economics 487

Washington University Fall Economics 487 Washington University Fall 2009 Department of Economics James Morley Economics 487 Project Proposal due Tuesday 11/10 Final Project due Wednesday 12/9 (by 5:00pm) (20% penalty per day if the project is

More information

Midterm 1, Financial Economics February 15, 2010

Midterm 1, Financial Economics February 15, 2010 Midterm 1, Financial Economics February 15, 2010 Name: Email: @illinois.edu All questions must be answered on this test form. Question 1: Let S={s1,,s11} be the set of states. Suppose that at t=0 the state

More information

Final exam solutions

Final exam solutions EE365 Stochastic Control / MS&E251 Stochastic Decision Models Profs. S. Lall, S. Boyd June 5 6 or June 6 7, 2013 Final exam solutions This is a 24 hour take-home final. Please turn it in to one of the

More information

Exercises on the New-Keynesian Model

Exercises on the New-Keynesian Model Advanced Macroeconomics II Professor Lorenza Rossi/Jordi Gali T.A. Daniël van Schoot, daniel.vanschoot@upf.edu Exercises on the New-Keynesian Model Schedule: 28th of May (seminar 4): Exercises 1, 2 and

More information

Chapter 1 Microeconomics of Consumer Theory

Chapter 1 Microeconomics of Consumer Theory Chapter Microeconomics of Consumer Theory The two broad categories of decision-makers in an economy are consumers and firms. Each individual in each of these groups makes its decisions in order to achieve

More information

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

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

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

Carnegie Mellon University Graduate School of Industrial Administration

Carnegie Mellon University Graduate School of Industrial Administration Carnegie Mellon University Graduate School of Industrial Administration Chris Telmer Winter 2005 Final Examination Seminar in Finance 1 (47 720) Due: Thursday 3/3 at 5pm if you don t go to the skating

More information

Extend the ideas of Kan and Zhou paper on Optimal Portfolio Construction under parameter uncertainty

Extend the ideas of Kan and Zhou paper on Optimal Portfolio Construction under parameter uncertainty Extend the ideas of Kan and Zhou paper on Optimal Portfolio Construction under parameter uncertainty George Photiou Lincoln College University of Oxford A dissertation submitted in partial fulfilment for

More information

Random Variables and Probability Distributions

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

More information

Maximum Likelihood Estimation

Maximum Likelihood Estimation Maximum Likelihood Estimation The likelihood and log-likelihood functions are the basis for deriving estimators for parameters, given data. While the shapes of these two functions are different, they have

More information

Lastrapes Fall y t = ỹ + a 1 (p t p t ) y t = d 0 + d 1 (m t p t ).

Lastrapes Fall y t = ỹ + a 1 (p t p t ) y t = d 0 + d 1 (m t p t ). ECON 8040 Final exam Lastrapes Fall 2007 Answer all eight questions on this exam. 1. Write out a static model of the macroeconomy that is capable of predicting that money is non-neutral. Your model should

More information

Final Exam Suggested Solutions

Final Exam Suggested Solutions University of Washington Fall 003 Department of Economics Eric Zivot Economics 483 Final Exam Suggested Solutions This is a closed book and closed note exam. However, you are allowed one page of handwritten

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

Module 6 Portfolio risk and return

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

More information

Risk and Return and Portfolio Theory

Risk and Return and Portfolio Theory Risk and Return and Portfolio Theory Intro: Last week we learned how to calculate cash flows, now we want to learn how to discount these cash flows. This will take the next several weeks. We know discount

More information

Financial Risk Forecasting Chapter 3 Multivariate volatility models

Financial Risk Forecasting Chapter 3 Multivariate volatility models Financial Risk Forecasting Chapter 3 Multivariate volatility models Jon Danielsson 2017 London School of Economics To accompany Financial Risk Forecasting www.financialriskforecasting.com Published by

More information

Microeconomics of Banking: Lecture 2

Microeconomics of Banking: Lecture 2 Microeconomics of Banking: Lecture 2 Prof. Ronaldo CARPIO September 25, 2015 A Brief Look at General Equilibrium Asset Pricing Last week, we saw a general equilibrium model in which banks were irrelevant.

More information

Portfolios that Contain Risky Assets 1: Risk and Reward

Portfolios that Contain Risky Assets 1: Risk and Reward Portfolios that Contain Risky Assets 1: Risk and Reward C. David Levermore University of Maryland, College Park, MD Math 420: Mathematical Modeling March 21, 2018 version c 2018 Charles David Levermore

More information

MATH3075/3975 FINANCIAL MATHEMATICS TUTORIAL PROBLEMS

MATH3075/3975 FINANCIAL MATHEMATICS TUTORIAL PROBLEMS MATH307/37 FINANCIAL MATHEMATICS TUTORIAL PROBLEMS School of Mathematics and Statistics Semester, 04 Tutorial problems should be used to test your mathematical skills and understanding of the lecture material.

More information

A Hybrid Commodity and Interest Rate Market Model

A Hybrid Commodity and Interest Rate Market Model A Hybrid Commodity and Interest Rate Market Model University of Technology, Sydney June 1 Literature A Hybrid Market Model Recall: The basic LIBOR Market Model The cross currency LIBOR Market Model LIBOR

More information

Chapter 3. Numerical Descriptive Measures. Copyright 2016 Pearson Education, Ltd. Chapter 3, Slide 1

Chapter 3. Numerical Descriptive Measures. Copyright 2016 Pearson Education, Ltd. Chapter 3, Slide 1 Chapter 3 Numerical Descriptive Measures Copyright 2016 Pearson Education, Ltd. Chapter 3, Slide 1 Objectives In this chapter, you learn to: Describe the properties of central tendency, variation, and

More information

LECTURE NOTES 3 ARIEL M. VIALE

LECTURE NOTES 3 ARIEL M. VIALE LECTURE NOTES 3 ARIEL M VIALE I Markowitz-Tobin Mean-Variance Portfolio Analysis Assumption Mean-Variance preferences Markowitz 95 Quadratic utility function E [ w b w ] { = E [ w] b V ar w + E [ w] }

More information

University of Toronto Department of Economics ECO 204 Summer 2013 Ajaz Hussain TEST 2 GOOD LUCK! 9-DIGIT STUDENT ID # (AS IT APPEARS IN ROSI)

University of Toronto Department of Economics ECO 204 Summer 2013 Ajaz Hussain TEST 2 GOOD LUCK! 9-DIGIT STUDENT ID # (AS IT APPEARS IN ROSI) University of Toronto Department of Economics ECO 204 Summer 2013 Ajaz Hussain TEST 2 TIME: 1 HOUR AND 50 MINUTES DO NOT HAVE A CELL PHONE ON YOUR DESK OR ON YOUR PERSON. ONLY AID ALLOWED: A CALCULATOR

More information

Return and Risk: The Capital-Asset Pricing Model (CAPM)

Return and Risk: The Capital-Asset Pricing Model (CAPM) Return and Risk: The Capital-Asset Pricing Model (CAPM) Expected Returns (Single assets & Portfolios), Variance, Diversification, Efficient Set, Market Portfolio, and CAPM Expected Returns and Variances

More information

Idiosyncratic risk, insurance, and aggregate consumption dynamics: a likelihood perspective

Idiosyncratic risk, insurance, and aggregate consumption dynamics: a likelihood perspective Idiosyncratic risk, insurance, and aggregate consumption dynamics: a likelihood perspective Alisdair McKay Boston University June 2013 Microeconomic evidence on insurance - Consumption responds to idiosyncratic

More information

ECMC49S Midterm. Instructor: Travis NG Date: Feb 27, 2007 Duration: From 3:05pm to 5:00pm Total Marks: 100

ECMC49S Midterm. Instructor: Travis NG Date: Feb 27, 2007 Duration: From 3:05pm to 5:00pm Total Marks: 100 ECMC49S Midterm Instructor: Travis NG Date: Feb 27, 2007 Duration: From 3:05pm to 5:00pm Total Marks: 100 [1] [25 marks] Decision-making under certainty (a) [10 marks] (i) State the Fisher Separation Theorem

More information

PhD Qualifier Examination

PhD Qualifier Examination PhD Qualifier Examination Department of Agricultural Economics May 29, 2014 Instructions This exam consists of six questions. You must answer all questions. If you need an assumption to complete a question,

More information

IEOR E4602: Quantitative Risk Management

IEOR E4602: Quantitative Risk Management IEOR E4602: Quantitative Risk Management Basic Concepts and Techniques of Risk Management Martin Haugh Department of Industrial Engineering and Operations Research Columbia University Email: martin.b.haugh@gmail.com

More information

Estimation of Volatility of Cross Sectional Data: a Kalman filter approach

Estimation of Volatility of Cross Sectional Data: a Kalman filter approach Estimation of Volatility of Cross Sectional Data: a Kalman filter approach Cristina Sommacampagna University of Verona Italy Gordon Sick University of Calgary Canada This version: 4 April, 2004 Abstract

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

Application to Portfolio Theory and the Capital Asset Pricing Model

Application to Portfolio Theory and the Capital Asset Pricing Model Appendix C Application to Portfolio Theory and the Capital Asset Pricing Model Exercise Solutions C.1 The random variables X and Y are net returns with the following bivariate distribution. y x 0 1 2 3

More information

PASS Sample Size Software

PASS Sample Size Software Chapter 850 Introduction Cox proportional hazards regression models the relationship between the hazard function λ( t X ) time and k covariates using the following formula λ log λ ( t X ) ( t) 0 = β1 X1

More information

Models and Decision with Financial Applications UNIT 1: Elements of Decision under Uncertainty

Models and Decision with Financial Applications UNIT 1: Elements of Decision under Uncertainty Models and Decision with Financial Applications UNIT 1: Elements of Decision under Uncertainty We always need to make a decision (or select from among actions, options or moves) even when there exists

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