The Martingale Representation Theorem
The theorem that guarantees any fair-game payoff driven by Brownian motion can be perfectly replicated by continuously trading the underlying — the mathematical reason a hedge ratio exists for every option, not just simple ones.
Prerequisites: Martingales, The Itô Integral
An option pricing model isn't just "here's a fair price" — it's also, implicitly, a claim that the option can be perfectly recreated by trading the stock. That second claim is the entire justification for delta hedging. It sounds like it should require a separate, case-by-case argument for every payoff shape — but there's a single theorem guaranteeing it works for any Brownian-driven payoff, all at once.
The analogy: any fair outcome can be built from bets on one coin
Suppose someone hands you a complicated final payout that depends, in some intricate way, on the entire path of a sequence of fair coin flips — but whose expected value, given everything so far, never changes (a fair game start to finish). The martingale representation theorem's message: no matter how complicated that payout's dependence on the coin flips is, you can always replicate it exactly by continuously placing simple bets on the coin flips themselves, sized appropriately at each moment, using only information available at that moment. Nothing exotic is ever required beyond trading the coin.
Writing it down
Let be Brownian motion and its filtration (everything observable up to time ). If is any martingale with respect to this filtration (built purely from 's own randomness, with a finite-variance endpoint), then there exists a unique, appropriately measurable process such that
In words: every such martingale can be written as its starting value plus an Itô integral against Brownian motion — some quantity , computable from information available up to time , that says how much "exposure to " the martingale has at each instant. Nothing needs to be added beyond trading itself; there is no residual, unhedgeable piece.
The financial translation is immediate. Let (discounted, under the risk-neutral measure) be the fair value process of a derivative. It's a martingale by construction. The theorem says for some — and , translated back into units of the underlying asset, is the hedge ratio (delta). The theorem is the formal reason a replicating, self-financing hedging strategy exists for any Brownian-driven payoff at all, not just the ones with a closed-form formula.
Every path sampled above is one realization of the noise that a hedge has to be built against. The theorem says: whatever fair-value process you're trying to track, there's always some , computable from the path so far, that turns continuous trading in into an exact replication of — the theorem is what guarantees this is possible before you've even picked a specific payoff.
Worked example 1: representing explicitly
Let . Since is itself already a martingale (a standard fact — verified the same way as in Quadratic Variation), directly. Apply Itô's lemma to : , so . Reading off the representation gives exactly — an explicit, closed-form hedge ratio, found in two lines by just applying Itô's lemma and matching terms.
Worked example 2: a numeric hedge ratio at a point in time
Continuing the same example, suppose at the path has reached . The hedge ratio there is . Concretely: a desk holding a claim worth should, at this instant, hold a position of size 3 units of "exposure to " — if moves up by a small amount , the claim's value moves by approximately , and the replicating portfolio needs exactly that much sensitivity to stay matched. An instant later, once has moved to a new value, is recomputed as at the new level — this constant rebalancing, driven by an always-available , is exactly what continuous delta hedging is doing in practice.
What this means in practice
- It's the theorem behind "markets are complete" in a Brownian-driven model: any payoff, however path-dependent, can in principle be perfectly replicated by trading the underlying continuously, which is the deep reason Black-Scholes-style models can price any claim on the stock, not just vanilla options.
- Delta hedging is a direct application: the in the representation, once converted from "exposure to " into "shares of stock," is precisely the option's delta at each instant.
- Numerical hedge ratios for exotic or path-dependent payoffs (where no closed form exists) are computed by estimating this same via simulation — Monte Carlo Greeks are a numerical stand-in for exactly this representation.
Any martingale built from Brownian motion's own randomness can be written exactly as a starting value plus a continuously-adjusted position traded against that Brownian motion — no residual, unhedgeable randomness is ever left over. This is the formal guarantee that a replicating hedge exists for any derivative payoff in a Brownian-driven model.
The theorem is specific to markets driven by Brownian motion (or, more generally, a single source of continuous randomness matching the number of tradable assets). The moment a payoff depends on a source of randomness the underlying can't trade against — a separate jump process, an untradeable second factor like stochastic volatility with only one hedging instrument — the representation, and with it perfect replication, breaks down. Assuming "delta hedging perfectly replicates any option" without checking whether the model actually has enough tradable assets to span its sources of randomness is exactly the gap that stochastic-volatility and jump-diffusion models are built to address.
Practice in interviews
Further reading
- Shreve, Stochastic Calculus for Finance II (ch. 5)
- Karatzas & Shreve, Brownian Motion and Stochastic Calculus (ch. 3)