FINM36700 Homework 1 Solved

35.00 $

Category: Tags: ,
Click Category Button to View Your Next Assignment | Homework

You'll get a download link with a: zip solution files instantly, after Payment

Securely Powered by: Secure Checkout

Description

Rate this product

1 HMC’s Approach

Section 1 is not graded, and you do not need to submit your answers. But you are encouraged to think about them, and we will discuss them.

1. The HMC framing of the portfolio allocation problem.

  1. (a)  Why does HMC focus on real returns when analyzing its portfolio allocation? Is this just a matter of scaling, or does using real returns versus nominal returns potentially change the MV solution?
  2. (b)  There are thousands of individual risky assets in which HMC can invest. Explain why MV optimization across 1,000 securities is infeasible.
  3. (c)  Rather than optimize across all securities directly, HMC runs a two-stage optimization. First, they build asset class portfolios with each one optimized over the securities of the specific asset class. Second, HMC combines the asset-class portfolios into one total opti- mized portfolio.

    In order for the two-stage optimization to be a good approximation of the full MV-optimization on all assets, what must be true of the partition of securities into asset classes?

  4. (d)  Should TIPS form a new asset class or be grouped into one of the other 11 classes?

2. Portfolio constraints.

The case discusses the fact that Harvard places bounds on the portfolio allocation rather than implementing whatever numbers come out of the MV optimization problem.

  1. (a)  How might we adjust the stated optimization problem in the lecture notes to reflect the extra constraints Harvard is using in their bounded solutions given in Exhibits 5 and 6. Just consider how we might rewrite the optimization; don’t try to solve this extra-constrained optimization.
  2. (b)  Exhibits 5 shows zero allocation to domestic equities and domestic bonds across the entire computed range of targeted returns, (5.75% to 7.25%). Conceptually, why is the constraint binding in all these cases? What would the unconstrained portfolio want to do with those allocations and why?
  3. (c)  Exhibit 6 changes the constraints, (tightening them in most cases.) How much deterioration do we see in the mean-variance tradeoff that Harvard achieved?

1

2 Mean-Variance Optimization

This section is graded for a good-faith effort by your group. Submit your write-up- along with your supporting code. Don’t just submit code or messy numbers; submit a coherent write-up based on your work.

  • The exhibit data that comes with the case is unnecessary–we will use updated data.
  • For our analysis, we use more current data found in multi asset etf data.xlsx.1 This data

    is posted with the homework, and is also found in the GitHub repo for the course.

  • The time-series data gives monthly returns for the 11 asset classes and a short-term Treasury-bill

    fund return, (“SHV”,) which we consider as the risk-free rate.2

  • The data is provided in total returns, (in which case you should ignore the SHV column,) as

    well as excess returns, (where SHV has been subtracted from the other columns.)

  • These are nominal returns—they are not adjusted for inflation, and in our calculations we are not making any adjustment for inflation.

    In the questions below, annualize the statistics you report.

• Annualize the mean of monthly returns with a scaling of 12.

  • Annualize the volatility of monthly returns with a scaling of
  • The Sharpe Ratio is the mean excess return divided by the volatility of excess returns. Accord-

ingly, we can annualize it with a scaling of

12.

We are going to analyze the problem in terms of excess returns. Thus, you can use the simpler formula from the “Excess Returns” part of the lecture notes.

1. Summary Statistics

  1. (a)  Calculate and display the mean and volatility of each asset’s excess return. (Recall we use volatility to refer to standard deviation.)
  2. (b)  Which assets have the best and worst Sharpe ratios?

2. Descriptive Analysis

(a) Calculate the correlation matrix of the returns. Which pair has the highest correlation? And the lowest?3

1The case does not give time-series data, so this data has been compiled outside of the case, and it intends to represent the main asset classes under consideration via liquid investment vehicles. For details on the specific securities/indexes, check the “Info” tab of the data.

2In the lecture-note we considered a constant risk-free rate. It is okay that our risk-free rate changes over time, but the assumption is that investors know it’s value one-period ahead of time—making it risk-free.

3You could get a heatmap of the correlation using the function from the “seaborn” package.

12.

2

  1. (b)  How well have TIPS done in our sample? Have they outperformed domestic bonds? Foreign bonds?
  2. (c)  Based on the data, do TIPS seem to expand the investment opportunity set, implying that Harvard should consider them as a separate asset?
  1. The MV frontier.
    1. (a)  Compute and display the weights of the tangency portfolios: wtan.
    2. (b)  Compute the mean, volatility, and Sharpe ratio for the tangency portfolio corresponding to

      wtan.

  2. The allocation.

    (a) Compute and display the weights of MV portfolios with target returns of μ ̃p = .01.4 (b) What is the mean, volatility, and Sharpe ratio for wp?

    (c) Discuss the allocation. In which assets is the portfolio most long? And short? (d) Does this line up with which assets have the strongest Sharpe ratios?

  3. Simple Portfolios
    1. (a)  Calculate the performance of the equally-weighted portfolio over the sample. Rescale the entire weighting vector to have target mean w ̃ = .01. Report its mean, volatility, and Sharpe ratio.
    2. (b)  Calculate the performance of the “risk-parity” portfolio over the sample. Risk-parity is a term used in a variety of ways, but here we have in mind setting the weight of the portfolio to be proportional to the inverse of its full-sample volatility estimate.

      w i = σ1 i

      This will give the weight vector, w, but you will need to rescale it to have a target mean of μ ̃ = .01.

    3. (c)  How does these compare to the MV portfolio from problem 2.4?
  4. Out-of-Sample Performance

    Let’s divide the sample to both compute a portfolio and then check its performance out of sample.

    1. (a)  Using only data through the end of 2020, compute wp for μ ̃p = .01, allocating to all 11 assets.
    2. (b)  Using those weights, calculate the portfolio’s Sharpe ratio within that sample, through the end of 2020.
    3. (c)  Again using those weights, (derived using data through 2020,) calculate the portfolio’s Sharpe ratio based on performance in 2021.

4This is monthly data, so the annualized target return is in a typical range. 3

3 Extensions

Not required. Listed for those interested in exploring further.

  1. Re-do the analysis for total returns. (That is, do not use excess returns.) You will need to drop the column with the risk-free rate, (SHV), to again have our 11 assets.
  2. Robustness
    1. (a)  Reset to the unadjusted data, and 11-asset problem. This time, make one change: in building wtan, do not use Σ as given in the formulas in the lecture. Rather, use a diaganalized ΣD, which zeroes out all non-diagonal elements of the full covariance matrix, Σ.
      How does the allocation look now?
    2. (b)  What does this suggest about the sensitivity of the solution to estimated means and esti- mated covariances?
    3. (c)  HMC deals with this sensitivity by using explicit constraints on the allocation vector. Con- ceptually, what are the pros/cons of doing that versus modifying the formula with ΣD?
    4. (d)  Re-do the previous problem on Out-of-Sample Performance, but this time using the diag- onalized covariance matrix for estimating the weight vector in 2009-2020, and assessing it in 2021.

    How does this diagonalized covariance approach compare to the Risk Parity approach?

    We will discuss generalizations of this approach later in the course; here we are just hinting at something.

  3. Check the Out-of-Sample performance every year, not just the final year. Namely,
    • Start at the end of 2014, and calculate the MV weights through that time. Apply them to the returns in the upcoming year, (2015.)
    • Step forward a year in time, and recompute.
    • Continue until again calculating the MV weights through 2020 and applying them to the

      returns in 2021.

      Report the mean, volatility, and Sharpe from this dynamic MV approach. Compare them to the dynamic versions of…

      (a) the equally-weighted portfolio (b) the “risk-parity” portfolio

      (c) the diagonalized MV portfolio.

  4. Assess how much the Sharpe Ratio goes down if we drop TIPS from the investment set, (and just have a 10-asset problem.) See how much it decreases the performance statistics in 2.4. And how much worse is the performance in 3.3?

4

  • hw1-lnzctz.zip