Value at Risk (VaR) is a statistical metric that calculates the maximum potential loss an investment portfolio could face over a given time horizon at a specific confidence interval. This calculation sits at the heart of risk management, with institutions heavily relying on quantitative frameworks to ensure that severe economic downturns do not lead to insolvency or total structural collapse.
While it may seem like calculating VaR provides an easy framework to mitigate risk, traditional VaR models have a historical habit of failing exactly when they are needed most.
During the 2008 global financial crash, standard VaR models severely underestimated the risk of a housing market collapse because they relied on short-term historical data. Consequently, major investment banks calculated that a collapse on the scale of 2008 was a “10-Sigma event”: an outlier sitting 10 standard deviations away from the average, with an implied probability of occurrence of roughly 1 in 1.3 × 10²³. While conventional VaR models assumed that if one housing market or asset class fell, other asset classes would stay stable, the reality of 2008 proved otherwise; assets that had historically never moved together suddenly became highly correlated and crashed simultaneously, thus rendering diversification benefits useless.
The fundamental problem with baseline VaR calculations lies in the underlying statistical assumption that asset returns follow a Normal Distribution. Under a normal distribution, extreme market anomalies are mathematically calculated to have tiny probabilities. However, in reality, empirical financial data exhibits “fat tails”, which means that catastrophic market shocks occur with a much higher frequency than a standard bell curve predicts. By treating the financial markets as a series of independent random walks, traditional risk models underestimate the true probability of tail-risk losses. When these shocks hit, firms operating under parameters calibrated by solely a VaR calculation find their capital buffers completely overwhelmed. For example, in August 2007, just before the broader 2008 financial crisis, a group of quantitative hedge funds suffered simultaneous losses in what was known as the Quant Meltdown. These models assumed asset correlations of the previous decade would hold. However, as a few early funds faced margin calls on subprime assets, they began liquidating completely unrelated equity positions, triggering a multi-day domino effect (Khandani & Lo, 2011). David Viniar, then-CFO of Goldman Sachs, remarked that their quantitative hedge funds were seeing “25-sigma events” happen multiple days in a row (Larsen & Sender, 2007). In a true normal distribution, a 25-sigma event cannot happen multiple days in a row; this was definitive proof that the underlying distribution was heavily fat-tailed and the models were fundamentally blind to systemic liquidity risks.
So how do we accurately model risk during a crisis?
To capture true market randomness, quantitative analysts deploy data science simulations that feed actual empirical return distributions directly into risk assessments, completely bypassing the flawed normal distribution assumption. Data science allows us to implement algorithms that account for the phenomenon where high-volatility days cluster together.
To model this time-varying risk dynamically, quants rely on autoregressive frameworks like the GARCH (Generalized Autoregressive Conditional Heteroskedasticity) model (Bollerslev, 1986). GARCH improved on early models by introducing a recursive loop that tracks past volatility states, capturing long-term market memory. Rather than assuming risk is constant, a GARCH framework weights recent price shocks and past volatility states to project near-term risk, and this prevents models from being blind to fast-building crises.
This failure of static metrics forced an industry-wide shift from baseline VaR to Expected Shortfall (ES). Traditional VaR tells an institution where the tail begins but ignores how deep the loss goes once breached; ES calculates the average loss expected given that the VaR threshold has been exceeded (Artzner et al., 1999). By mathematically integrating the entire area under the fat tail, ES forces firms to hold capital buffers calibrated to the actual severity of systemic collapses.
However, integrating data science into risk frameworks introduces a technical danger: overfitting. When quantitative models are tuned too perfectly to historical datasets, including calibrated GARCH parameters, they mistake past market noise for predictive signals. Consequently, when a completely novel crisis occurs, an overfitted model will fail because it cannot process data otherwise considered “out-of-sample”.
Ultimately, mitigating tail risk requires a multidisciplinary approach. No single data science model is flawless, but combining different tools allows for a much more accurate calculation of maximum potential exposure.
Sources:
Artzner, P., Delbaen, F., Eber, J. M., & Heath, D. (1999). Coherent measures of risk. Mathematical Finance, 9(3), 203-228.
Bollerslev, T. (1986). Generalized Autoregressive Conditional Heteroskedasticity. Journal of Econometrics, 31(3), 307-327.
Khandani, A. E., & Lo, A. W. (2011). What happened to the quants in August 2007? Evidence from factors and transactions data. Journal of Financial Markets, 14(1), 1-46.
Larsen, P. T., & Sender, H. (2007, August 13). Goldman investment fund loses 30%. Financial Times.






