#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
L07_08: Optimal asset allocation
Lecture overview
Optimal asset allocation has three parts:
Finding the tangency portfolio (combining risky assets optimally)
- Covered in the previous lecture (Lecture 6).
- Also called the optimal risky portfolio.
- Does not depend on risk aversion. Only on the expected returns, standard deviations and covariances of the risky assets you want to invest in.
- Amounts to finding the weights in those risky assets that give us the portfolio with the highest Sharpe ratio (best expected return per unit of risk)
Finding the optimal capital allocation
- Covered two lectures ago (Lecture 5)
- Involves finding the proportion of our funds we should invest in the tangency portfolio found above (with the remaining funds to be invested in a risk-free asset)
- Depends on the level of risk aversion of the investor
- The resulting combination of the risky portfolio and the risk-free asset is called the complete portfolio
Combining the results in the previous two steps
- Covered in this class
- Amounts to multiplying the weight of each risky asset inside the tangency portfolio with the weight of the tangency portfolio inside the complete portfolio
Optimal asset allocation
Suppose you have decided on a set of N risky assets that you are willing to invest in. Call these assets 1, 2, …, N. The goal of optimal asset allocation is to tell you what weight you should put in each of these risky assets, and what weight you should put in a risk-free asset.
Step 1: Find the tangency portfolio
We saw in the previous lecture that, given your N risky assets, the weights that give us the portfolio with the highest Sharpe ratio are given by:
where
Remember that
where each element
Step 2: Find the optimal capital allocation
We saw two lectures ago that, if we have decided to invest in some risky portfolio P and the risk-free asset, the optimal weight in the risky asset is given by:
where
Step 3: Combine the first two steps to obtain the optimal asset allocation
The risky portfolio
and
Remember the
Given the optimal capital allocation weight
- Investing
of your funds in the risk-free asset - Investing
of your finds in each risky asset- Where, as mentioned above,
is the weight of asset inside the tangency portfolio (the element of the vector)
- Where, as mentioned above,
Special case: two risky assets
The above formulas apply for any arbitrary number of risky assets N. However, to build intuition, here, we provide the formulas for the special case when we have only N = 2 risky assets. This special case is actually very important because your risky assets don’t have to be individual assets (e.g. FB or TSLA). They can be portfolios. For example, one of your risky assets may be the S&P500 (e.g. an ETF like SPY which tracks the S&P500) and the other risky asset may be a diversified bond portfolio (e.g. an ETF like BND from Vanguard). In this case, solving for the optimal asset allocation decision is equivalent to deciding the optimal proportion of your funds to invest in stocks, bonds, and cash (or cash-equivalent assets). This is a very important investment decision, one that you will have to make very soon, for example, when you set up your 401(K).
So let’s rewrite the general formulas above, for the special case then you only have two risky assets, A and B:
N = 2: Step 1 (tangency portfolio)
The tangency portfolio has weights:
where
and
N = 2: Step 2 (capital allocation)
Here the formula looks the same as for the general case. The optimal capital allocation involves placing a weight
of your total funds in the tangency portfolio P. As calculated at Step 1, this tangency portfolio has weights
and
N = 3: Step 3 (asset allocation)
Step 2 says that we should put
So the final, optimal asset allocation says we should put:
- A proportion
of the funds in the risk-free asset - A proportion
of the funds in the risky asset A - A proportion
of the funds in the risky asset B
Example
You want to invest in Facebook (FB) and Netflix (NFLX) and the risk-free asset but are not sure how much to invest in each. You have estimated that the expected returns of FB and NFLX are 10% and 15% respectively, their standard deviations are 20% and 25% respectively and their covariance is 0.02. The risk-free rate is 0.1%. Find the optimal asset allocation between the three assets assuming that your risk-aversion coefficient is 5.
Application with N risky assets
You want to invest in the FANG stocks (Facebook, Aaple, Netflix, and Google) and in the risk-free asset but you are not sure how much to invest in each. Download monthly price data on the FANG stocks over the past 5 years (January 2018 to December 2022) and calculate monthly returns. Use these data to estimate the optimal weights you should use for the four stocks and in the risk-free asset. Assume that the risk-free rate is 0.1% and your risk aversion coefficient is 4.
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#