Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Portfolio Optimization Calculate the monthly returns of 10 assets using data from Bloomberg, Capital IQ, FactSet, FINRA, or Reuters. These can be stocks, mutual funds,
Portfolio Optimization
- Calculate the monthly returns of 10 assets using data from Bloomberg, Capital IQ, FactSet, FINRA, or Reuters. These can be stocks, mutual funds, or ETFs. You should have a minimum of 40 observations in each asset. Hint: (new/old)-1 OR (new-old)/old
- Find or calculate the 1-month yield on a US treasury bond Hint: The Fed has an index called Constant Maturity.
- Calculate excess returns by subtracting each months risk-free rate from each stock return in each month.
- Calculate the covariance matrix using the excess returns from the 10 assets. The covariance function can be found in data analysis under the data tab. Remember to fill in the other triangle since the matrix is symmetric. The matrix should be 10x10.
- Calculate the average excess return for each asset. This will be your expectation for future returns in a single period. (In reality, we would use a forward-looking prediction but we are keeping it simple here.)
- Calculate the portfolio excess return using matrix multiplication. Hint: Use the mmult function and Shift-Control-Enter when done. ret = w x r
- Calculate the portfolio variance using matrix multiplication. Keep in mind whether your weight vector is already transposed or not. Hint: var = w x x w
- Calculate the Sharpe ratio, and the sum of the weights
- Use the solver to find the weights that maximize the Sharpe ratio. The sum of all weights must equal 100%. (Make sure that the solving method is set to GRG Nonlinear in the Solver dialog box. If the results appear to be unreasonable, try running the solver a few more times with a different set of starting weights.)
- Annualize the portfolio excess return, standard deviation, and Sharpe ratio Hint: [1+r]12-1, 12
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started