Portfolio Standard Deviation with Varying Correlation
Two assets have daily return standard deviations $\sigma_A = 2\%$ and $\sigma_B = 3\%$. You hold an equally-weighted portfolio ($w_A = w_B = 0.5$).
- What is the portfolio's standard deviation when the correlation is $\rho = 0.6$?
- What is it when $\rho = -0.6$?
Comment on the effect of correlation on portfolio risk.
Hints
- Start with the portfolio variance formula: $\sigma_P^2 = w_A^2 \sigma_A^2 + w_B^2 \sigma_B^2 + 2 w_A w_B \rho \sigma_A \sigma_B$. Which term changes between the two cases?
- Separate the computation into the fixed part ($w_A^2 \sigma_A^2 + w_B^2 \sigma_B^2$) and the correlation-dependent cross-term. The cross-term flips sign when $\rho$ flips sign.
- With $\rho = 0.6$, the variance is $0.000505$; with $\rho = -0.6$, it is $0.000145$. Take square roots to get the standard deviations.
Worked Solution
How to Think About It: This is the most fundamental calculation in portfolio theory. The portfolio variance formula has three pieces: the weighted variances of each asset plus a cross-term that depends on correlation. When correlation is positive, the cross-term adds to risk. When negative, it subtracts. The key intuition: diversification works because the cross-term can be negative, reducing total portfolio risk below the weighted average of individual risks.
Quick Estimate: The weighted average of the two standard deviations is $0.5 \times 2\% + 0.5 \times 3\% = 2.5\%$. With positive correlation, the portfolio std should be somewhat below