Main Page > Articles > Gap Trading > Quantifying Overnight Gap Risk Exposure Using Value-at-Risk (VaR) Models

Quantifying Overnight Gap Risk Exposure Using Value-at-Risk (VaR) Models

From TradingHabits, the trading encyclopedia · 7 min read · February 28, 2026
The Black Book of Day Trading Strategies
Free Book

The Black Book of Day Trading Strategies

1,000 complete strategies · 31 chapters · Full trade plans

Understanding Gap Risk through the Lens of Value-at-Risk

For any trader holding positions overnight or through the weekend, gap risk represents a significant and often underestimated threat. A market gap occurs when the opening price of an asset is substantially different from the previous session's closing price, with no trading activity in between. These events, driven by after-hours news, earnings reports, or macroeconomic data releases, can lead to losses that bypass traditional stop-loss orders, creating a non-linear risk profile that standard deviation-based models fail to capture adequately. To properly manage this exposure, professional traders turn to more sophisticated risk measurement tools, with Value-at-Risk (VaR) being a cornerstone of modern risk management frameworks.

Value-at-Risk provides a statistical estimate of the maximum potential loss a portfolio is likely to suffer over a specific time horizon, at a given confidence level. For instance, a one-day 99% VaR of $10,000 implies that, on average, one would expect to lose no more than $10,000 in a single day on 99 out of 100 days. The 1% of the time, losses could exceed this amount. When applied to gap risk, VaR models are adapted to specifically analyze the price jump that occurs between the close of one session and the open of the next. This requires a focus on the distribution of overnight returns, which often exhibits fatter tails and higher kurtosis than intraday return distributions, reflecting the higher probability of extreme price moves during non-trading hours.

Parametric VaR for Gap Risk Quantification

The parametric method, also known as the variance-covariance method, is one of the most direct ways to calculate VaR. It assumes that the returns of the asset or portfolio follow a specific statistical distribution, typically the normal distribution. To calculate the overnight gap VaR using this method, we first need to analyze the historical series of overnight returns. The overnight return is calculated as the natural logarithm of the ratio of the opening price on day T to the closing price on day T-1.

Overnight Return = ln(Open_T / Close_{T-1})_

Once a sufficiently long series of these returns is collected (e.g., 252 trading days for one year), we can calculate the mean (μ) and the standard deviation (σ) of these overnight returns. Under the assumption of normality, the VaR is then calculated using the following formula:

VaR = [μ - Z * σ] * Portfolio Value

Here, Z represents the Z-score corresponding to the desired confidence level. For a 99% confidence level, the Z-score is approximately 2.33. For a 95% confidence level, it is 1.645. For example, consider a trader holding a $200,000 position in a specific stock. After analyzing the past year of overnight returns, the trader finds the mean overnight return is 0.05% and the standard deviation is 1.5%. To calculate the 99% one-day gap VaR, the calculation would be:

VaR = [0.0005 - 2.33 * 0.015] * $200,000 VaR = [0.0005 - 0.03495] * $200,000 VaR = -0.03445 * $200,000 = -$6,890

This result indicates that the trader can be 99% confident that the loss from an overnight gap will not exceed $6,890. While the parametric method is computationally simple, its reliance on the normal distribution assumption is a significant drawback. Market returns, and especially gap returns, are well-documented to be leptokurtic, meaning they have fatter tails than a normal distribution. This implies that the parametric model will systematically underestimate the probability and magnitude of extreme gap events.

Historical Simulation: A Non-Parametric Approach

To overcome the limitations of the parametric method, many traders prefer the historical simulation approach to VaR. This non-parametric method makes no assumptions about the underlying distribution of returns. Instead, it uses the actual historical distribution of overnight returns to forecast potential losses. The process involves collecting a historical dataset of overnight returns, sorting them from the smallest (largest loss) to the largest, and then identifying the return that corresponds to the desired confidence level.

For example, if we use the last 500 trading days of overnight returns for a particular asset, a 99% VaR would correspond to the 5th worst return in that dataset (since 1% of 500 is 5). If the 5th worst overnight return in the historical data was -2.8%, the 99% gap VaR for a $200,000 position would be:

VaR = -0.028 * $200,000 = -$5,600*

The primary advantage of historical simulation is its ability to capture the fat-tailed nature of gap returns without making any distributional assumptions. It directly reflects the empirical reality of past market behavior. However, it has its own limitations. The accuracy of the model is highly dependent on the historical period chosen. If the chosen period was unusually placid, the model will underestimate future risk. Conversely, if it includes a major crisis, the risk may be overestimated. Furthermore, the method assumes that the future will behave similarly to the past, which is not always a safe assumption in financial markets.

Stress Testing and Scenario Analysis

Given the limitations of both parametric and historical VaR, a comprehensive gap risk management framework must also incorporate stress testing and scenario analysis. VaR provides a single number that summarizes risk under normal market conditions, but it does not inform the trader about what happens in the tail of the distribution. Stress testing involves subjecting the portfolio to extreme, but plausible, market scenarios to understand its vulnerability to catastrophic gap events.

For gap risk, this could involve simulating the impact of specific historical events, such as the 2008 financial crisis, the 2010 flash crash, or a specific company's major earnings disappointment. For example, a trader could analyze the largest overnight gaps in the history of a particular stock and apply those percentage changes to their current position. This provides a more intuitive understanding of potential losses than a single VaR figure. Scenario analysis can also be forward-looking, involving the creation of hypothetical scenarios. A trader might ask, "What would be the impact on my portfolio if a major geopolitical conflict erupts over the weekend, causing oil prices to gap up by 20%?" By quantifying the impact of such scenarios, traders can make more informed decisions about position sizing, hedging, and capital allocation, ensuring that they are prepared not just for the probable, but also for the possible.