In financial markets, ‘risk’ often refers to the predictable ups and downs, the volatility we can measure with standard deviation. But there’s a more dangerous kind of risk lurking in the shadows: tail risk. This is the risk of an event so far outside the norm that it can wipe out weeks or months of gains in a single session. While statistical theory based on the normal distribution (the bell curve) treats these events as once-in-a-lifetime occurrences, the reality in Indian markets is that they happen far more frequently. Understanding this mismatch is critical for survival. The infamous 1998 collapse of Long-Term Capital Management (LTCM) serves as the quintessential cautionary tale, where a portfolio of supposedly uncorrelated trades simultaneously imploded in what their Gaussian models deemed a ten-sigma event—an impossibility in theory, a catastrophe in practice.
Value at Risk, or VaR, is a standard metric used to quantify the level of financial risk within a firm or portfolio over a specific time frame. For a given portfolio, time horizon, and probability , the VaR is the threshold loss value such that the probability that the loss on the portfolio over the given time horizon exceeds this value is .
Mathematically, for a random variable representing profit and loss (where loss is negative), the VaR at confidence level is the negative of the -quantile of the distribution:
Where is the cumulative distribution function of . A 99% VaR, for example, uses .
Under the simplifying assumption of a normal distribution with mean and standard deviation , the VaR can be calculated directly:
Where is the inverse of the standard normal CDF. For a 1% VaR (), . If we assume a mean daily return of zero, the 1% VaR is simply .
However, empirical data from Indian indices like NIFTY tells a different story. When we measure the actual 1% VaR from historical returns, we find it is consistently larger than this theoretical value. It is common for the empirical 1% VaR to be 1.4 to 1.8 times the size of the Gaussian VaR. This means a “one-in-a-hundred day” loss is both more frequent and more severe than the textbook model predicts.
This model suggests that on 99 out of 100 days, we would not expect to lose more than Rs. 41,868. However, given the observed fat tails, the true empirical 1% VaR is likely to be closer to . Ignoring this difference leads to a dangerous underestimation of risk.

While VaR tells us the maximum loss we don’t expect to exceed, it doesn’t tell us what happens if we *do* exceed it. That’s where Expected Shortfall (ES), also known as Conditional VaR (CVaR), comes in. It answers the crucial question: “If things go badly (i.e., we breach the VaR threshold), how bad do we expect them to be?” It’s the expected loss *given* that the loss is greater than or equal to the VaR.
The formula is the average of all losses in the tail beyond the VaR quantile:
For a normal distribution, the ES also has a convenient formula:
Where is the standard normal probability density function (PDF). For a 1% ES () and assuming , this simplifies to approximately . ES is considered a “coherent” risk measure, while VaR is not, because it better captures the properties of diversification.

The interpretation is crucial: While the 1% VaR was ~Rs. 42,000, the ES tells us that *on the days when a 1% tail event actually occurs*, the average loss will be ~Rs. 48,000. As with VaR, the empirical ES will be significantly higher still.
VaR and ES calculations based on the normal distribution fail precisely because they use a model that doesn’t fit the most important data points—the extremes. Extreme Value Theory (EVT) offers a more robust framework by focusing specifically on the behaviour of tails, without making strong assumptions about the overall distribution.
There are two primary methods in EVT:
In this approach, the data is divided into non-overlapping blocks of equal size (e.g., the worst daily loss each month). The Fisher–Tippett–Gnedenko theorem, a cornerstone of EVT, states that the distribution of these block maxima (or minima) can only converge to one of three types, which are unified in the Generalised Extreme Value (GEV) distribution.
The most important parameter here is , the shape parameter, which determines the tail behaviour. For financial returns, we consistently find , corresponding to a heavy-tailed Fréchet distribution.

A more data-efficient method is to choose a high threshold (e.g., all daily losses greater than 2%) and model the distribution of the excesses beyond this threshold. The Pickands-Balkema-de Haan theorem states that for a large class of distributions, these excesses will follow a Generalised Pareto Distribution (GPD).
Again, the shape parameter is the signature of a heavy-tailed process, and this is what we find when we apply this method to NIFTY and BankNifty returns.

The “fat tails” in Indian market returns aren’t just a statistical quirk; they are driven by specific, recurring market phenomena.

The fact that returns are not normally distributed has direct consequences for any strategy based on standard deviations, such as Bollinger Bands.
The most important defences against tail risk are operational, not just statistical.
The single most important defence is disciplined position sizing. A common rule of thumb for robust trading systems is to risk no more than 1% of your total account equity on any single trade. The mathematical justification for this lies in the nature of recovery from drawdowns. Under a fat-tailed distribution, the probability of a string of large losses is higher than under a normal one. The path to recover from a deep drawdown is convex—it requires disproportionately larger percentage gains to get back to breakeven. An even more robust rule for a trader:
Never size a position such that a 5-sigma event (which we know happens more often than theory suggests) can ruin your account.
Stress testing involves asking “what if” questions to understand portfolio vulnerabilities. This isn’t a statistical exercise but a scenario-based one. For example: “What happens to my F&O portfolio if NIFTY gaps down 4% overnight and VIX doubles from 12 to 24?” This forces a trader to confront the combined effects of delta and vega risk in a crisis scenario, something a simple VaR calculation will miss.
To navigate the markets effectively, we must trade the market we have, not the one from the textbooks.
With this understanding of the market’s true distributional properties, we can now build a more robust framework for using indicators like Bollinger Bands for generating trade setups.