Parametric Smile Models
These models describe the shape of the smile using a formula with a few knobs. Give them market data, they find the best-fitting parameters, and you get a smooth smile evaluable at any strike.
The workhorse approach for crypto and equity options.
Parametric = shape description, not explanation
The model decides the general shape (parabola-like for SVI, polynomial for Quintic). The parameters control the specifics: how steep, how curved, where the minimum is.
At a Glance
What they share
All four models do the same job: take a set of market-observed option prices for a single expiry and produce a smooth implied-vol curve you can evaluate at any strike. They differ in what shape they assume and what guarantees they offer.
How they relate to each other
SVI is the starting point. ORC Wing is the same model with different knobs -- a reparameterization that replaces abstract SVI parameters with ATM vol, slope, and curvature that a trader can reason about. SSVI takes SVI one level up: it parameterizes how SVI parameters change across expiries, so the full surface is consistent by construction. Quintic Polynomial is the alternative track entirely. It drops the hyperbolic assumption and fits an arbitrary 5th-degree polynomial, which means it can match smile shapes that SVI cannot. The trade-off is that it has no built-in surface extension and needs separate arbitrage checks.
How to choose
- Standard crypto/equity surface fitting? → SVI. It's the default for a reason.
- Need calendar arbitrage freedom? → SSVI. Guarantees consistency across expiries.
- Want to edit the smile by hand? → ORC Wing. Same math as SVI but with trader-friendly knobs.
- Smile has unusual features SVI can't capture? → Quintic Polynomial. Maximum flexibility.
Models in this section:
- SVI Parameterization — The industry standard
- ORC Wing (Jump-Wing) — Trader-friendly SVI
- SSVI (Surface SVI) — Calendar-free surfaces
- Quintic Polynomial — No-shape-assumption alternative