Variance Gamma Model - Skew & Kurtosis Pricing

Last reviewed: by .

What Is the Variance Gamma Model?

The Variance Gamma (VG) model is a pure-jump Lévy process for the underlying, introduced by Madan, Carr, and Chang in 1998. Where Black-Scholes uses Brownian motion (continuous paths, normal log-returns) and jump-diffusion uses Brownian motion plus discrete jumps, VG replaces Brownian motion entirely with a Brownian motion subordinated by a Gamma process, meaning time itself runs at a random rate. The result is a process with no continuous component but with infinitely many small jumps in any time interval.

VG matches a key empirical fact about asset returns: log-returns aren't normally distributed. They have fatter tails than normal and they're often skewed. VG produces exactly this: the resulting return distribution has explicit skew and kurtosis parameters, and the model's three parameters are directly interpretable as moments of the return distribution.

The Three Parameters

The Subordinated Brownian Motion

VG's defining mathematical structure is subordination: instead of running a Brownian motion in calendar time, it runs in a random time scale set by a Gamma process. The Gamma subordinator is a non-decreasing Lévy process whose increments are Gamma-distributed, so the "time" experienced by the underlying is random, with some intervals seeing very small effective time elapsed and other intervals seeing large effective time elapsed. This produces the empirically-observed feature that asset-return volatility comes in bursts: most days have small moves, occasional days have very large moves, and the distribution of observed returns has heavier tails than the normal distribution VG would produce in deterministic time. The three VG parameters control the overall scale (σ), the skew direction (θ), and the burstiness of the subordinator (ν).

What Does Variance Gamma Capture?

What Doesn't Variance Gamma Capture?

VG in the Lévy Family

Variance Gamma sits within the broader Lévy-process family of pricing models: CGMY (Carr, Geman, Madan, Yor) generalizes VG with four parameters, NIG (Normal Inverse Gaussian) provides a different subordinated Brownian motion, and other Lévy specifications offer still more flexibility. All of these share the closed-form characteristic function property that makes FFT-based pricing fast. The platform exposes VG as the canonical Lévy-family example because it has the cleanest three-parameter interpretation and the smallest calibration challenges; CGMY and other extensions are accessible through the Python SDK for research purposes but aren't exposed as primary surfaces in the web UI.

When Should You Use Variance Gamma?

How OAS Uses VG

The platform exposes Variance Gamma as one of the alternative-model surfaces calibrated to listed prices, with FFT-based pricing for fast evaluation. The model-divergence view often shows VG and Black-Scholes disagreeing on OTM strikes; the gap reflects the fat-tail premium the market is pricing that Black-Scholes ignores. VG is also one of the eight models in the regime-detection cross-model fit-error suite; when VG fits the surface best relative to the other seven calibrated models, it indicates the listed prices are emphasizing fat-tail features that smoother models can't reproduce.

Calibrate VG in the pricing calculator

Related Concepts

Jump Diffusion (vs) · Black-Scholes · Heston · SABR · Local Volatility · FFT Pricing · Volatility Skew · Volatility Smile · Tail Risk · Risk-Neutral Density · Implied Volatility · Model Divergence · Calibration · 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