SABR Model - Volatility Smile Modeling

Last reviewed: by .

What Is the SABR Model?

SABR (Stochastic Alpha Beta Rho) is a stochastic volatility model published in 2002 by Hagan, Kumar, Lesniewski, and Woodward, designed specifically to fit the volatility smile of a single expiration cleanly. Unlike Heston, which calibrates to the whole surface jointly, SABR is typically fit per-expiration, making it the working tool of choice on interest-rate desks where each forward maturity needs its own smile.

SABR's defining feature is the closed-form approximation for implied volatility as a function of strike. This means that once you've calibrated SABR's four parameters, you can compute IV at any strike instantly: no Fourier inversion, no Monte Carlo. The tradeoff is that the SABR formula is an asymptotic expansion, valid for moderate strike-spot distance and finite time but breaking down at extreme strikes and very short tenors.

The Four Parameters

What Does SABR Capture?

What Doesn't SABR Capture?

When Should You Use SABR?

When Should You Not Use SABR?

The Hagan Asymptotic Formula

SABR's closed-form IV approximation is an asymptotic expansion: the leading-order term produces an explicit IV-at-strike formula in terms of the four parameters and the forward price. The expansion is valid for moderate strike-spot distance and finite time-to-expiration but breaks down at extreme strikes or very short tenors, where the next-order corrections become significant. Production implementations use either the Hagan formula directly with bound-constrained calibration to avoid the breakdown regions, or a numerically-solved SABR where the underlying SDE is discretized and priced via PDE or Monte Carlo when the asymptotic fit isn't reliable. The platform falls back to numerical SABR when the strike or tenor falls outside the Hagan formula's validity envelope.

Per-Expiration vs Joint Calibration

SABR is typically fit per-expiration: each expiration gets its own (α, ρ, ν) parameter set with β fixed (commonly β=1 for equities, β=0.5 for rates). This is its strength (each smile is fit cleanly without compromise) and its weakness: the term-structure relationship between adjacent expirations is not modeled directly. Heston, by contrast, calibrates a single parameter set jointly across all expirations and naturally produces term-structure behavior. The choice between SABR per-expiration and Heston joint is largely driven by whether term-structure consistency is a hard requirement or a nice-to-have.

How OAS Uses SABR

The platform calibrates SABR per-expiration as one of the smile-fitting tools, alongside Heston for joint-surface fits. SABR's IV-at-strike output is exposed both in the model divergence views and as part of the volatility surface visualization. For research, the Python SDK supports calibrating SABR on listed market data and pulling the resulting parameters for downstream analysis. The platform exposes the calibrated (α, ρ, ν) per expiration so users can see how the smile parameters evolve across the term structure; comparing front-month ν (high during event windows) to back-month ν (more stable) often reveals the event-pricing structure of the surface directly.

Calibrate SABR in the pricing calculator

Related Concepts

Heston (vs) · Local Volatility · Black-Scholes · Variance Gamma · Volatility Skew · Volatility Smile · Vol of Vol · eSSVI Parameterization · SVI Parameterization · Calibration · Stochastic Volatility · Butterfly Arbitrage · Implied Volatility · Leverage Effect · Dealer Gamma · Variance Risk Premium · Vanna / Charm / Vomma Exposure · Model Divergence · SABR vs Heston · Jump Diffusion · Model Landscape

Try this model in the pricing calculator

This section is part of the Options Analysis Suite Documentation. Browse the full model index or compare alternatives in the pricing calculator.

Live AAPL Example (as of 2026-05-29)

As of the latest snapshot, AAPL has an ATM implied volatility of 21.6%, IV rank 28% (percentile 11%); 20-day realized vol 16.3%. 25-delta skew is +1.1%, meaning OTM puts trade richer than OTM calls. The IV here is the input that pricing-model walkthroughs (Black-Scholes, Heston, SABR, local-vol) take as their starting point: each model decomposes the same observed quote into different latent dynamics (constant vol, stochastic vol, surface-fitted vol, etc.) which is why two models can agree on price but disagree on Greeks and on how vol will evolve.

View live AAPL implied volatility