ZABR Model
ZABR is SABR with a general backbone: instead of forcing a fixed power-law relationship between price and vol, you plug in any smooth function. Not "choose an exponent" but "draw whatever curve you want."
This matters when SABR's rigid backbone visibly misfits the data -- asymmetric wings, negative rates, or kinks in the price-vol relationship that a single beta cannot capture. The implied volatility smile produced by ZABR can take shapes that standard SABR structurally cannot reach.
ZABR in a nutshell
SABR says "vol scales with price as a power law." ZABR says "vol scales with price however the data says it should." More flexible, but more complex. For most crypto work, SABR or SVI is plenty.
See the Difference
Each curve below uses identical stochastic parameters (rho, nu) -- only the backbone function changes. Notice how different backbone choices produce different smile shapes, especially in the OTM wings.
ZABR Backbone Comparison
All curves share the same skew, vol-of-vol, and vol level. The only difference is the backbone choice. Notice how the smiles diverge most in the wings (shaded regions) while staying close near ATM.
What Changed from SABR
Small change in notation, large change in consequence.
Common Backbone Choices
What ZABR teaches about SABR
ZABR is the "if SABR is not flexible enough" fallback. Rarely needed for crypto. But it shows what beta in SABR is really doing: choosing one specific backbone from an infinite family. The skew and vol surface shape depend on how the backbone interacts with the stochastic vol dynamics.
Pricing Under ZABR
Unlike SABR, ZABR has no closed-form implied vol formula. The Hagan formula relies specifically on the power-law structure, and that structure is gone once you generalize z(F). You must use numerical methods to recover Black-Scholes implied vols from ZABR option prices.
When ZABR Is Worth the Complexity
Practical checklist before reaching for ZABR
- Is the SABR backbone actually misfitting? Plot the backbone (set vol-of-vol to zero) against the observed smile. If it tracks reasonably, SABR is fine.
- Is the misfit in the backbone or the vol-of-vol? A poor SABR fit might need different rho/nu, not a different backbone. Check delta-space residuals before changing the model.
- How many extra parameters are you adding? Each one must be justified by better fit and increases overfitting risk. Watch for calendar arbitrage violations when fitting multiple expiries.
- Do you have the tooling? ZABR requires a PDE solver. If your library only supports SABR's Hagan formula, switching is a significant engineering investment.
Skip this for crypto
ZABR is almost never needed for crypto options. SVI handles smile fitting and SABR provides adequate dynamics. The bigger challenges in crypto are data sparsity and microstructure noise, not backbone shape. Vega and term structure exposures are better managed with simpler models that fit cleanly to available ATM and strike data.
Equation Explorer
Convert between implied vol, total variance, log-moneyness, and option prices.
Equation Explorer
💡 Tip: Try answering each question yourself before revealing the answer.
Building mathematical intuition
Learn ZABR from scratchInteractive lesson · no prerequisitesThis lesson explains ZABR as "SABR with a custom backbone," then shows what the backbone actually does, how the equations change, and when the added complexity is justified.
See also:
- SABR Model -- The standard model that ZABR generalizes
- Local Volatility -- Closely related to the backbone concept
- SVI -- The smile model most used in crypto
- Heston Model -- Another stochastic vol approach
- Interpolation Methods -- All methods compared