What Is SVI?

Last reviewed: by .

SVI (Stochastic Volatility Inspired) is the Gatheral (2004) five-parameter parametrization of the per-expiration implied volatility smile. It produces a closed-form total-variance curve in log-moneyness that fits the observed smile of nearly any liquid index option chain. The eSSVI surface model that OAS uses for surface fitting is a direct extension of SVI.

What Is SVI?

For a single expiration, SVI represents the total implied variance as a function of log-moneyness k = log(K/F):

w(k) = a + b * (rho * (k - m) + sqrt((k - m)^2 + sigma^2))

Five parameters: a (vertical translation), b (smile slope), rho (smile asymmetry), m (smile center), sigma (smile width). The functional form is hyperbolic; it produces a smile shape that smoothly interpolates between linear-in-k far OTM and quadratic-in-k near ATM. The formula is closed-form and instant to evaluate.

SVI was introduced by Gatheral at the 2004 Global Derivatives conference (later refined in Gatheral 2006 textbook). Its design constraints were: (1) flexible enough to fit observed smiles, (2) closed-form so calibration is fast, (3) shaped so arbitrage-free conditions can be checked algebraically.

Why Does SVI Matter?

How Do Raw SVI and Natural SVI Differ?

Two alternative parameterizations:

Practitioners use raw SVI for daily fitting and natural SVI when arbitrage-checking is the priority.

Roper No-Arbitrage Conditions

An SVI smile must satisfy two conditions to be free of static arbitrage (Roper 2010):

SVI vs SSVI vs eSSVI

Calibration in Practice

  1. Pre-clean. Filter illiquid contracts; compute mid-quote IVs; normalize to log-moneyness.
  2. Fit per-expiration. Minimize sum-squared-IV-residual over the five SVI parameters via Levenberg-Marquardt or differential evolution. Closed-form pricing makes this tractable in milliseconds.
  3. Validate arbitrage. Check the Roper butterfly inequality on the fitted parameters. Reject or re-fit if violated.
  4. Smoothness check. Verify the second derivative is well-behaved across the strike grid.

Worked Example

Calibrated SVI for SPX 30-day expiration, log-moneyness range [-0.10, +0.05]:

Fit residuals: average 25 basis points across the smile, worst at the deep-put wing (~50 bp). Total time-to-fit: roughly 50 ms on a single core. Roper inequality satisfied: butterfly arbitrage absent.

Limitations and Caveats

Related Concepts

eSSVI · Volatility Smile · Volatility Skew · Butterfly Arbitrage · SABR Model · Heston Model · Calibration · Pricing Model Landscape

References & Further Reading

View live SVI fits across SPY expirations ->

This page is part of the Pricing Model Landscape and the canonical reference set on options market structure. Browse all documentation.

Frequently asked questions

What is SVI?
SVI is the Gatheral (2004) five-parameter parametrization of the per-expiration implied volatility smile. It produces a closed-form total-variance curve in log-moneyness that fits the smile of nearly any liquid index option chain.
How are SVI parameters interpreted?
SVI has five parameters: level (a), slope (b), spot-vol correlation (rho), pivot (m), and curvature (sigma). Each maps to an observable smile feature: ATM vol, skew, asymmetry, ATM-shift, and smile curvature.
Why fit SVI instead of raw quotes?
SVI gives a smooth, parametric smile that interpolates listed strikes for pricing non-listed options, computes stable Greeks, and supports calendar-arbitrage checks. Raw quotes are noisy and full of micro-gaps.
When does SVI fail?
SVI struggles with bimodal smiles around binary events and with very wide-strike chains where the parametric form runs out of flexibility. eSSVI or local-vol corrections handle those regimes better.
Is SVI arbitrage-free?
A correctly parameter-constrained SVI fit is butterfly-arbitrage-free for the fitted expiration. Calendar arbitrage across expirations requires an additional constraint (or a surface-level model like eSSVI).