The stock price S and its instantaneous variance v are coupled Itô processes. Variance is mean-reverting — pulled toward long-run level θ at speed κ — and correlated to spot via ρ:
The calibrated ρ = −1.00 (maximum leverage effect) explains the steep left-skew in the surface: SPY drops correlate perfectly with vol spikes, elevating OTM put IVs. The Feller condition 2κθ > σ² ensures variance never touches zero.
Heston admits a known characteristic function φ(u) — a complete encoding of the risk-neutral distribution. Option prices are recovered via one-dimensional numerical integration, not Monte Carlo:
P2 is the risk-neutral probability the stock finishes above K. P1 is its stock-measure analogue (the delta). Both follow from integrating φ via adaptive Simpson quadrature.
Market IVs extracted via Newton-Raphson. The five Heston parameters minimize ATM-weighted squared IV error across the full surface:
Differential Evolution (global search) escapes local minima in this non-convex landscape; Nelder-Mead refines to convergence in 4,693s across 144 contracts. Result: RMSE = 3.11 vol pts, Feller satisfied.
Greeks are partial derivatives of the option price. Heston has no closed-form Greeks, so each is computed by bumping the input symmetrically by a small h:
Δ = ∂P/∂S (spot sensitivity) · Γ = ∂²P/∂S² (delta convexity) · ν = ∂P/∂σ (vol exposure) · Θ = ∂P/∂T (time decay). Each requires two additional pricing calls.