Portfolio Risk and Diversification

Interactive exploration of how portfolio weights, individual volatilities, and correlations determine portfolio risk and diversification benefits

When managing a portfolio of multiple assets, risk depends not only on each asset’s volatility but critically on the correlations between them. The portfolio variance for \(n\) assets is (Christoffersen 2012, chap. 7)

\[ \sigma_{PF,t+1}^{2} = w_t' \, \Sigma_{t+1} \, w_t = \sum_{i=1}^{n} \sum_{j=1}^{n} w_{i,t} \, w_{j,t} \, \sigma_{i,t+1} \, \sigma_{j,t+1} \, \rho_{ij,t+1} \]

where \(w_t\) is the vector of portfolio weights, \(\Sigma_{t+1}\) is the covariance matrix, \(\sigma_{i,t+1}\) are individual volatilities, and \(\rho_{ij,t+1}\) are pairwise correlations.

Under the assumption of multivariate normality, portfolio VaR and ES at tail probability \(p\) follow directly:

\[ \text{VaR}_{t+1}^{p} = -\sigma_{PF,t+1} \, \Phi_p^{-1} \qquad \text{ES}_{t+1}^{p} = \sigma_{PF,t+1} \frac{\phi(\Phi_p^{-1})}{p} \]

where \(\Phi_p^{-1}\) is the \(p\)-quantile of the standard normal distribution (i.e., the inverse CDF) and \(\phi(\cdot)\) is the standard normal PDF.

Note

VaR and subadditivity. Under multivariate normality, VaR is subadditive: the portfolio VaR never exceeds the weighted sum of individual VaRs. This means diversification always reduces VaR in this setting. However, VaR is not a coherent risk measure in general (Artzner et al. 1999), and subadditivity can fail for non-normal distributions. ES, being a coherent risk measure, is always subadditive regardless of the distribution. This is one reason we display both measures side by side below.

The undiversified VaR is the weighted sum of individual asset VaRs, \(\text{VaR}_{\text{undiv}} = w_1 \cdot \text{VaR}_1 + w_2 \cdot \text{VaR}_2\). This corresponds to the portfolio risk when assets are perfectly correlated (\(\rho = 1\)), i.e., when there is no diversification at all. The diversification benefit is the difference between this undiversified value and the actual portfolio risk:

\[ \text{Diversification benefit} = \text{VaR}_{\text{undiv}} - \text{VaR}_{PF} \]

It is always non-negative under normality (since \(\sigma_{PF} \leq w_1 \sigma_1 + w_2 \sigma_2\) for \(\rho \leq 1\)) and equals zero only when \(\rho = 1\). The same logic applies to ES.

Portfolio risk as a function of weights and correlation

Explore how portfolio risk depends on the allocation between two assets, their individual volatilities, and the correlation between them. The gap between the diversified portfolio risk and the undiversified (weighted-sum) risk is the diversification benefit.

Tip

How to experiment

Start with the default settings and observe the gap between the portfolio \(\sigma\) curve and the straight undiversified line. Then drag the correlation slider toward +1 and watch the gap vanish. Set it to \(-1\) and notice the portfolio volatility can reach zero at a specific weight. Try increasing one asset’s volatility while keeping the other low to see how the optimal diversification weight shifts.

References

Artzner, Philippe, Freddy Delbaen, Jean-Marc Eber, and David Heath. 1999. “Coherent Measures of Risk.” Mathematical Finance 9 (3): 203–28.
Christoffersen, Peter F. 2012. Elements of Financial Risk Management. 2nd ed. Academic Press.