Inferensys

Glossary

Heston Model

A stochastic volatility model for options pricing where the variance follows a mean-reverting square-root process correlated with the underlying asset price, capturing the volatility smile and skew observed in markets.
ML engineer running AI model benchmarks, performance charts on multiple screens, late night home office setup.
STOCHASTIC VOLATILITY FRAMEWORK

What is the Heston Model?

A mathematical model defining the evolution of an asset's price and its variance as correlated stochastic processes.

The Heston Model is a stochastic volatility pricing framework where the variance of the underlying asset follows a mean-reverting square-root process (Cox-Ingersoll-Ross process) correlated with the asset price. This correlation captures the leverage effect and generates the volatility skew observed in equity markets, providing a semi-analytical solution for European option pricing via characteristic functions.

Unlike constant-volatility models, the Heston framework parameterizes the volatility of volatility and spot-vol correlation to fit the market's volatility surface. Its closed-form pricing formula, derived through Fourier inversion, enables rapid calibration to quoted options, making it a foundational tool for exotic derivatives pricing and volatility arbitrage strategies.

STOCHASTIC VOLATILITY FRAMEWORK

Key Features of the Heston Model

The Heston model addresses the Black-Scholes assumption of constant volatility by introducing a stochastic process for variance. These core features define its mathematical structure and market behavior.

01

Mean-Reverting Variance (CIR Process)

The variance (v_t) follows a Cox-Ingersoll-Ross (CIR) process, ensuring it reverts to a long-term mean (\theta) at a speed (\kappa). This prevents variance from becoming negative and captures volatility clustering observed in real markets.

  • Key Parameters: (\kappa) (speed of reversion), (\theta) (long-run variance).
  • Feller Condition: (2\kappa\theta > \sigma^2) ensures the process remains strictly positive.
  • Behavior: Models the tendency of high volatility to eventually subside to normal levels.
02

Spot-Vol Correlation (Leverage Effect)

The model incorporates a correlation coefficient (\rho) between the Brownian motions driving the asset price and its variance. A negative (\rho) captures the leverage effect—the empirical observation that asset prices tend to fall as volatility rises.

  • Skew Control: (\rho < 0) generates the downward-sloping volatility skew typical in equity markets.
  • Distribution Impact: Negative correlation introduces asymmetry into the return distribution, producing a fatter left tail.
03

Semi-Analytical Pricing Formula

Heston derived a quasi-closed-form solution for European option prices using characteristic functions. This avoids computationally expensive Monte Carlo simulation for calibration.

  • Method: Prices are computed via Fourier inversion of the log-spot characteristic function.
  • Numerical Integration: Requires a single numerical integration, making it fast enough for real-time calibration to market data.
  • Advantage: Provides exact prices for vanilla options, serving as a benchmark for more complex models.
04

Volatility of Volatility Parameter

The parameter (\sigma) (vol-of-vol) governs the amplitude of fluctuations in the variance process itself. It directly controls the kurtosis of the return distribution and the convexity of the volatility smile.

  • Smile Curvature: Higher (\sigma) produces a more pronounced volatility smile.
  • Tail Behavior: Increasing vol-of-vol fattens both tails of the risk-neutral distribution.
  • Calibration Sensitivity: This parameter is crucial for fitting short-dated, deep out-of-the-money options.
05

Initial Variance State

The model requires an initial variance (v_0) as a starting condition. This instantaneous variance drives the short-term implied volatility level and is typically calibrated from at-the-money options.

  • Term Structure Impact: The path from (v_0) to the long-term mean (\theta) defines the volatility term structure.
  • Market Fit: A high (v_0) relative to (\theta) creates a downward-sloping term structure, often seen during market stress.
06

Affine Structure

The Heston model belongs to the class of affine jump-diffusion models. Its log-characteristic function is an affine (linear plus constant) function of the state variables, enabling tractable pricing.

  • Tractability: This property allows for efficient Fourier-based pricing of European options.
  • Extension: The affine structure permits extensions to include jumps in the price or variance process.
  • Riccati ODEs: Pricing reduces to solving a system of ordinary differential equations.
HESTON MODEL CLARIFIED

Frequently Asked Questions

Direct answers to the most common technical questions about the Heston stochastic volatility model, its calibration, and its application in pricing and risk management.

The Heston model is a mathematical framework that describes the evolution of an asset's price and its variance as two separate but correlated stochastic processes. Unlike the Black-Scholes model, which assumes constant volatility, the Heston model treats variance as a mean-reverting process governed by a Cox-Ingersoll-Ross (CIR) square-root diffusion. The model is defined by the following stochastic differential equations:

math
dS_t = \mu S_t dt + \sqrt{v_t} S_t dW_t^1
math
dv_t = \kappa(\theta - v_t) dt + \sigma \sqrt{v_t} dW_t^2

Where S_t is the asset price, v_t is the instantaneous variance, κ is the mean reversion speed, θ is the long-term variance, σ is the volatility of volatility, and dW_t^1 and dW_t^2 are Wiener processes with correlation ρ. The square-root process ensures variance remains non-negative if the Feller condition (2κθ > σ²) is satisfied. The model's key innovation is its ability to produce a closed-form characteristic function, enabling semi-analytical pricing of European options via Fourier inversion methods.

MODEL COMPARISON

Heston Model vs. Other Volatility Models

A feature-level comparison of the Heston stochastic volatility model against the Black-Scholes constant volatility benchmark and the deterministic Local Volatility model.

FeatureHeston ModelBlack-ScholesLocal Volatility

Volatility Process

Stochastic (CIR)

Constant

Deterministic

Captures Volatility Smile

Captures Volatility Clustering

Captures Forward Skew Dynamics

Parameters

5 (κ, θ, σ, ρ, v₀)

1 (σ)

Non-parametric

Calibration Complexity

Moderate

Trivial

High

Semi-Analytical Pricing

Mean Reversion in Variance

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.