Multivariate FHS

Interactive exploration of Multivariate Filtered Historical Simulation with constant correlations for portfolio risk measurement

Multivariate Filtered Historical Simulation extends the univariate FHS approach to portfolios of multiple assets (Christoffersen 2012, chap. 8). The key idea: estimate individual GARCH models for each asset, extract standardized residuals, and then draw entire shock vectors from the same historical day to preserve the cross-asset correlation structure.

Under constant correlations, the procedure is:

  1. Estimate GARCH for each asset \(i\) to obtain \(\hat{\sigma}_{i,t}\)
  2. Compute standardized residuals \(\hat{z}_{i,t} = R_{i,t}/\hat{\sigma}_{i,t}\)
  3. Store shock vectors \(\{\hat{z}_{t+1-\tau}\}_{\tau=1}^{m}\) from the same day, where \(m\) is the number of historical observations
  4. Draw entire shock vectors with replacement
  5. Simulate returns: \(\hat{R}_{j,t+k} = \hat{\sigma}_{j,t+k} \cdot \hat{z}_{j,\tau(k)}\), updating GARCH variances
  6. Compute portfolio returns: \(\hat{R}^{PF}_{t+k} = \sum_j w_j \hat{R}_{j,t+k}\)
  7. Calculate VaR and ES from the simulated distribution
Note

Why draw entire vectors? Drawing each asset’s shock independently would destroy the historical correlation structure, leading to systematic underestimation of portfolio tail risk. By drawing all assets’ shocks from the same historical day, we preserve whatever dependence (linear and nonlinear) existed in the data.

Same-day draws vs. independent draws

The critical implementation choice in multivariate FHS is whether to draw shocks for all assets from the same historical day or to draw them independently. This illustration shows the dramatic impact on portfolio risk measurement.

Tip

How to experiment

Start with a positive correlation (\(\rho\) around 0.5) and compare the distributions in the “Same-day vs. independent” tab. The independent draw distribution will have thinner tails because it destroys the correlation. Increase the correlation to amplify the difference. Also try increasing the horizon to see how the effect compounds over multiple days.

References

Christoffersen, Peter F. 2012. Elements of Financial Risk Management. 2nd ed. Academic Press.