Foundations · Academic Reference

The Greeks:
Black-Scholes Foundation, GEX Derivation, and Why DTE Matters

TL;DR
  • The Greeks are partial derivatives of option value with respect to spot, IV, time, and rates. Black-Scholes (1973) is the lingua franca; per-strike Greeks computed with each contract's own IV are academically valid even though the BSM stand-alone pricing model is empirically violated.
  • DTE matters per Greek: gamma dominates 0DTE (Γ scales as 1/√τ), vanna peaks at 30-60 DTE, vega dominates LEAPs. Quoting a single Greek across all expirations is mathematically meaningless.
  • GEX = γ × OI × 100 × S² × 0.01 — the retail formula. Academic root: Garleanu-Pedersen-Poteshman 2009 (RFS 22(10)).
  • Net GEX sign = regime: ≥ 0 → Long Gamma → dealers dampen moves. < 0 → Short Gamma → dealers amplify moves.
  • This page is the first-principles reference. Cite Hull, Taleb, Black-Scholes, Heston — never SpotGamma or other vendors as authority on the math.

Where the Greeks come from

The Greeks exist because a market-maker who sells you an option holds open risk in four dimensions: the spot price S, the implied volatility σ, time-to-expiry τ, and the risk-free rate r. Dynamic-hedging that risk requires linearizing it — partial derivatives of option value V with respect to each variable. That's it. The Greeks are the calculus of dealer hedging.

Black and Scholes (1973) and Merton (1973) showed that under geometric Brownian motion with constant σ, an option's price is uniquely determined by the requirement that the dealer can replicate its payoff with a delta-hedged position. Their joint Nobel Prize in 1997 wasn't for a pricing formula — it was for proving that hedging is feasible. The formula falls out of the no-arbitrage condition.

YearAuthor(s)Contribution
1973 Black & Scholes Closed-form European option price. J. Political Economy 81(3).
1973 Merton Weakened BS assumptions, added dividends, formalized no-arbitrage replication. Bell J. Economics 4(1).
1989+ John C. Hull "Options, Futures and Other Derivatives" — THE textbook. Chapters 15-16 + 19 are the canonical Greeks reference for two generations of practitioners.
1997 Nassim Taleb "Dynamic Hedging" (Wiley). First book to treat Vanna, Charm, Vomma as practical trading objects.
2009 Gârleanu, Pedersen, Poteshman "Demand-Based Option Pricing" — academic root for dealer-positioning analytics. Review of Financial Studies 22(10).

The closed-form Greeks (BSM)

Define:

d₁ = [ln(S/K) + (r − q + ½σ²)τ] / (σ√τ)
d₂ = d₁ − σ√τ where Φ is the standard normal CDF, φ is the standard normal PDF, S = spot, K = strike, σ = IV, τ = time to expiry, r = risk-free rate, q = dividend yield.
GreekSymbolPlain EnglishClosed form (BSM)
Delta (call)Δ$/option per $1 in spote^(−qτ) Φ(d₁)
Delta (put)Δ(opposite sign)−e^(−qτ) Φ(−d₁)
GammaΓHow fast Delta changese^(−qτ) φ(d₁) / (S σ √τ)
Vegaν$/option per 1 vol-pointS e^(−qτ) φ(d₁) √τ
ThetaΘ$/option per day decay(complex — see Hull Ch. 19)
Vanna∂Δ/∂σHow Delta moves with IV−e^(−qτ) φ(d₁) d₂/σ
Charm∂Δ/∂tDelta decay per day(complex — Hull Ch. 19)
Vomma∂ν/∂σVega-of-volS e^(−qτ) φ(d₁) √τ · (d₁d₂/σ)

Why BSM is still the lingua franca even though it's empirically violated: per-strike Greeks computed with each contract's own IV are consistent across desks because everyone uses the same constant-vol assumption per strike, with IV chosen to match the market price of that exact contract. The "implied volatility" itself is what carries the smile/skew information. BSM is the unit of account; the surface is the data.

Why DTE matters per Greek

The biggest mistake retail makes with Greeks is treating them as a single "SPY gamma" number. Mathematically, that's incoherent — you cannot meaningfully average gamma at 0DTE (where Γ ≈ 0.40 for ATM SPY) with gamma at 365DTE (where Γ ≈ 0.005). The shorter expiry's gamma swamps the longer's by a factor of ~80x. The "average" tells you nothing.

DTE bucketDominant GreekWhy
365 → 90d (LEAPs)VegaLong τ → vega large, gamma small, theta tiny. LEAPs are vol bets.
60 → 30d (Quarterly)VannaMid-τ where ∂Δ/∂σ peaks for OTM strikes. Skew/term-structure trades live here.
14 → 5d (Weekly)Charm + VegaTime-decay of Delta accelerates; vol-of-vol bites.
1 → 0DTEGammaATM gamma blows up as 1/√τ → ∞. Theta is a cliff. Vega negligible.

The math of "gamma explosion": Γ ∝ φ(d₁)/(Sσ√τ). As τ → 0 with S ≈ K, d₁ → 0 so φ(d₁) → 1/√(2π) ≈ 0.4, and 1/√τ blows up. Empirically: ATM 30-DTE option Γ ≈ 0.04; same option 1-DTE Γ ≈ 0.30+ — about 8× larger. CBOE reports 0DTE ≈ 45% of SPX volume. Dealer-positioning heatmaps that ignore DTE are systematically wrong on the close.

This is why a properly-built Greeks dashboard is bucketed by DTE: 0DTE / Weekly (1-7d) / Monthly (8-30d) / Quarterly (31-90d) / LEAPs (>90d). Each bucket isolates a regime where one Greek dominates. Mixing them produces a number that means nothing.

The GEX formula, derived

Gamma Exposure (GEX) is the dollar P/L impact on the dealer book per 1% spot move, summed across strikes. Retail popularized the formula via Brent Kochuba (SpotGamma) in the late 2010s; the academic root is Gârleanu, Pedersen & Poteshman (2009).

GEX_strike = γ × OI × 100 × S² × 0.01
TermMeaning
γBSM gamma (per option)
OIopen interest (contracts)
100shares per option contract (CBOE convention)
dollar gamma — actual $-gamma is γ·S²·OI·100
× 0.01normalizes per 1% spot move (industry convention)

Sign convention: calls contribute +GEX, puts contribute −GEX. This encodes the structural fact that dealers are net short puts (end-users buy index puts for protection). In our codebase: radar_engine._calculate_gex_base multiplies put_gex by −1.

Net GEX sign → market regime

The most actionable consequence of the formula:

Net GEXDealer positionHedging behaviorEffect on price
≥ 0 (Long Gamma) Dealers net LONG γ Buy dips, sell rallies (counter-trend) STABILIZING — moves get dampened
< 0 (Short Gamma) Dealers net SHORT γ Sell dips, buy rallies (pro-cyclical) AMPLIFYING — moves get accelerated

Equivalently, since the gamma flip is the strike where Net GEX crosses zero: spot above flip ⇒ Long Gamma regime ⇒ stabilizing. Spot below flip ⇒ Short Gamma ⇒ amplifying. This is well-documented in the academic literature; see Journal of Financial Economics on demand-based option pricing for the formal model.

Institutional standard vs. retail tooling

Institutional desks (Bloomberg, Goldman, JPM, CME) work with Greeks on a volatility surface — IV is a 2-D function of strike × expiry. They never quote a single "Vega" without τ context. Real-time Greeks come off the desk's own surface, not BSM with constant vol. Bloomberg MARS / OVDV are the institutional reference UIs.

Retail tools historically flatten this. SpotGamma coined "GEX" for a retail audience (a real contribution to vocabulary). Most other vendors stop at first-order Greeks and a single aggregate. GEXBoard's /greeks page is built to surface the institutional pattern — DTE bucketing, IV skew chart, IV term structure — at retail price.

Sources cited on this page