Skip to main content

SABR Model

info

This page covers the SABR model in depth. For context on how it fits into the vol surface pipeline, see How Surfaces Are Built. For a comparison with other methods, see Interpolation Methods.

SABR (Stochastic Alpha Beta Rho) is a stochastic volatility model introduced by Hagan, Kumar, Lesniewski, and Woodward (2002). Unlike SVI, which describes the shape of the smile, SABR describes the dynamics that produce it. The smile falls out of the model as a consequence of how vol evolves alongside the underlying.

SABR is the dominant model for interest rate swaptions and caps/floors. It is less common in crypto, where SVI is preferred for its simpler fitting and better wing behavior.

Explore the Parameters

Adjust each parameter to see how the SABR smile changes. Toggle "Show backbone" to see the CEV-only curve (what the smile looks like without vol-of-vol).

SABR Smile Explorer

Typical interest rate swaption smile. Moderate skew, mild curvature.
4%9%13%758595ATM105115125StrikeImplied Vol (%)
α (vol level)0.30
Current instantaneous vol
β (backbone)0.50
0 = normal, 0.5 = sqrt, 1 = lognormal
ρ (spot-vol corr)-0.30
Negative = put skew (usual)
ν (vol of vol)0.40
Controls smile width. 0 = no smile.

Toggle "Show backbone" to see the CEV-only curve (no vol-of-vol). The gap between backbone and full smile is the contribution of \u03BD.

What each parameter does

  • α\alpha (vol level): The current instantaneous volatility. Higher α\alpha = higher overall IV. This is the most frequently recalibrated parameter.
  • β\beta (backbone): Controls how volatility scales with the underlying price. β=1\beta = 1 means percentage vol is constant (lognormal). β=0\beta = 0 means dollar vol is constant (normal). β=0.5\beta = 0.5 is in between (square root). In practice, β\beta is usually fixed to a market convention, not fitted.
  • ρ\rho (spot-vol correlation): Controls the skew. Negative ρ\rho means vol rises when the underlying drops (the usual behavior in equities and crypto). Positive ρ\rho means the opposite (rare).
  • ν\nu (vol of vol): Controls the smile width. When ν=0\nu = 0, there is no smile, only whatever skew β\beta and ρ\rho produce (the "backbone"). As ν\nu increases, both wings elevate.

The backbone

Click "Show backbone" in the explorer above. The dashed line is the smile with ν=0\nu = 0: no randomness in vol, just the deterministic CEV model. The gap between the backbone and the full smile is the contribution of ν\nu (vol-of-vol). This decomposition is unique to SABR and gives traders a clear intuition for where the smile's curvature comes from.

Calibration

The standard approach

  1. Fix β\beta to a market convention:

    • Interest rates: β=0.5\beta = 0.5 (common) or β=0\beta = 0 (normal SABR)
    • Equities: β=1\beta = 1 (lognormal)
    • With β\beta fixed, the model has 3 free parameters.
  2. Pin α\alpha to ATM vol. There is a near-closed-form relationship between α\alpha and ATM implied vol. Given the observed ATM IV, solve for α\alpha. This reduces the fit to 2 free parameters.

  3. Fit ρ\rho and ν\nu by minimizing the weighted error between the SABR smile and observed IVs across strikes. With only 2 parameters, this is fast and robust.

Weighting

  • ATM gets the most weight (most liquid, most reliable)
  • Options with tight bid-ask spreads get more weight
  • Deep OTM options get less weight (the Hagan approximation is less accurate there)

Strengths

Dynamic interpretation. SABR tells you how the smile should move when the underlying moves. By default, SABR produces a sticky-delta-like behavior: when spot drops, vol rises (if ρ<0\rho < 0), and the smile shifts with spot. This is valuable for products where smile dynamics matter for hedging.

Backbone decomposition. The separation of backbone (β\beta-driven skew) from smile (ν\nu-driven curvature) gives traders a clear mental model.

Parsimonious. With β\beta fixed and α\alpha pinned to ATM, you are fitting only 2 parameters. This is fast and leaves little room for overfitting.

Limitations

Wing problems. The Hagan approximation can produce negative implied vol or negative probability density in the far wings. This is a known issue. Production systems use corrected formulations (arbitrage-free SABR, or a PDE solver for extreme strikes).

Long maturities. The asymptotic expansion degrades for maturities beyond 10-15 years. Use a numerical method instead.

Static fit, not dynamic calibration. Despite SABR's dynamic interpretation, in practice each expiry is fitted independently (just like SVI). The dynamic story is aspirational rather than operationally enforced.

SABR vs. SVI

SABRSVI
What it modelsDynamics that produce the smileShape of the smile
Parameters3 (with β\beta fixed)5
ArbitrageHagan formula can violate in wingsClean constraints available
Wing behaviorCan break for extreme strikesBounded, linear asymptotes
SpeedFormula evaluationOptimization
Best forInterest rates, FXEquities, crypto

The key difference: SABR answers "how does the smile move?" while SVI answers "what does the smile look like?" For simple European option pricing and risk, SVI's simpler fitting and better wing behavior usually win. For products where smile dynamics matter (Bermudan swaptions, barrier options under sticky-delta), SABR's dynamic interpretation is valuable.

Connection to SVI

SABR can initialize SVI fits. Fit SABR first (fast 2-parameter optimization), evaluate the SABR smile at many strikes, then fit SVI to those points. This gives SVI a good starting point when market data is sparse.


See also: