How do jump-diffusion models improve on geometric Brownian motion for risk modeling?
Standard GBM assumes continuous price paths, but real markets have sudden jumps (flash crashes, earnings surprises, geopolitical events). I'm studying Merton's jump-diffusion model for FRM. Can someone explain the intuition and why it matters for tail risk?
Standard geometric Brownian motion (GBM) assumes prices follow a continuous, smooth path — like a drunk person wandering gradually. Real markets are more like a drunk person who occasionally trips and falls down a flight of stairs. Jump-diffusion models fix this.
Merton's Jump-Diffusion Model (1976):
The return process combines two components:
dS/S = (mu - lambdak)dt + sigmadW + JdN
Where:
- mu*dt = drift (normal expected return)
- sigma*dW = diffusion (continuous random movement, like GBM)
- J*dN = jump component (sudden, discrete price changes)
- lambda = expected number of jumps per year (Poisson intensity)
- k = expected jump size (usually log-normally distributed)
- dN = Poisson counting process (0 most of the time, 1 when a jump occurs)
Why GBM Fails for Risk:
GBM produces returns that are perfectly normal. But real financial returns exhibit:
- Fat tails: Extreme events occur far more often than Normal predicts
- Negative skewness: Large downside moves are more frequent than large upside moves
- Excess kurtosis: The return distribution is more peaked with heavier tails
Example — Clearmont Asset Management:
Under GBM with sigma = 20%, a 4-sigma daily loss (about -5%) should occur once every 126 years. In reality, the S&P 500 has had roughly 20 such days since 1990 — about one every 1.7 years.
Merton's model with lambda = 2 jumps/year and average jump size of -3% produces much fatter tails:
| Metric | GBM | Merton Jump-Diffusion |
|---|---|---|
| Skewness | 0 | -0.8 |
| Excess Kurtosis | 0 | 4.2 |
| Prob of 4-sigma loss | 0.003% | 0.15% |
| 99% VaR (daily) | -4.65% | -6.20% |
FRM Implications:
- Jump risk is not diversifiable in the same way as diffusion risk — jumps tend to be systemic
- Option pricing under jump-diffusion produces higher prices for out-of-the-money puts (volatility smile)
- Standard delta hedging breaks down during jumps — you can't hedge continuously when prices gap
- Stress testing should incorporate jump scenarios, not just diffusion-based VaR
Explore advanced quantitative methods in our FRM Part I course.
Master Part I with our FRM Course
64 lessons · 120+ hours· Expert instruction
Related Questions
How exactly do futures margin calls work, and what happens if I can't meet one?
How do you calculate the settlement amount on a Forward Rate Agreement (FRA)?
When should I use Monte Carlo simulation instead of parametric VaR, and how does it actually work?
Parametric VaR vs. Historical Simulation VaR — when does each method fail?
What are the core components of an Enterprise Risk Management (ERM) framework, and how does it differ from siloed risk management?
Join the Discussion
Ask questions and get expert answers.