Every derivative price a quant computes is an expectation under the risk-neutral measureQ:
V0=e−rTEQ[payoff]
The superscript Q is not cosmetic. Replacing it with the real-world measure P would give the wrong answer — catastrophically wrong for anything beyond the simplest payoffs. Risk-neutral valuation is the single most important idea in derivatives pricing: it reduces the problem "what is this contingent claim worth?" to a linear expectation, at the cost of replacing the real-world measure with a fictitious one in which investors behave as if they were indifferent to risk.
Understanding Q answers three questions that every practitioner must be able to answer:
Why can we price by taking expectations when real investors demand a risk premium?
What does it mean for discounted asset prices to be martingales under Q, and why does that make pricing tractable?
This note defines Q formally, explains how it emerges from no-arbitrage via the first fundamental theorem of asset pricing, walks through the one-period binomial example end-to-end, and shows the link to the Black-Scholes setting. Every later quant-finance lesson in this vault — implied volatility, the derivation of the Black-Scholes formula, martingale-i, stochastic volatility models — assumes the reader understands what Qis.
The informal idea
Imagine a market with a single risky asset S and a risk-free account growing at rate r. Real-world investors, operating under P, demand a return premium on S above the risk-free rate — that's what makes equities risky assets rather than bonds. Under P, the stock has drift μ>r (typically), reflecting the equity risk premium μ−r.
Now imagine re-weighting the probability of each outcome so that the stock's expected return equals r — exactly the risk-free rate. Under this new weighting, call it Q, nobody is compensated for bearing the stock's risk beyond what a bond would give them. A risk-neutral investor — one who is indifferent between a certain return and a risky return with the same expectation — would value both assets identically.
The miracle of derivative pricing: in a complete, arbitrage-free market, the price of any derivative equals the expectation of its discounted payoff under exactly this Q. Real investors aren't risk-neutral — but the replicating portfolio that reproduces the derivative's cash flows doesn't care what investors' risk preferences are. No-arbitrage alone pins down the price, and that price happens to equal e−rTEQ[payoff].
Three key clarifications up front:
Q is not the "true" probability of anything. It is a pricing tool. Historical frequencies obey P; betting odds in an arbitrage-free derivatives market obey Q.
P and Q agree on impossible events. Any event with P-probability zero also has Q-probability zero and vice versa. This is the equivalence of the two measures, and it is what makes the Radon-Nikodym derivativedQ/dP well-defined.
Multiple Q's may exist. In an incomplete market (stochastic volatility, jump models), there's no unique risk-neutral measure — a fact with deep consequences for pricing exotic and non-replicable contingent claims.
Formal definition
Setup
Fix a probability space (Ω,F,P) with a filtration (Ft)t≥0. A market consists of:
A risk-free numeraire (bank account) Bt=ert for a constant rate r (more general numeraires are allowed)
A risky asset St adapted to the filtration
Call any Ft-adapted trading strategy (ϕt,ψt) (holdings in stock and bond) a portfolio. It is self-financing if value changes only due to price moves, not cash injections.
Risk-neutral measure
A probability measure Q on (Ω,F) is called a risk-neutral measure (or equivalent martingale measure, EMM) if:
Equivalence:Q∼P, meaning both measures have the same null events.
Discounted asset is a Q-martingale: the process St=St/Bt=e−rtSt satisfies
EQ[ST∣Ft]=Stfor all 0≤t≤T
Equivalently, St is a martingale with respect to (Ft) under Q. The drift of the discounted price is zero under Q.
The requirement that St — not St itself — be a martingale is crucial: the stock grows on average at r under Q, so discounting by the risk-free rate produces a flat (zero-drift) process.
The first fundamental theorem of asset pricing
Theorem (FTAP, loose statement). A market is free of arbitrage if and only if there exists at least one risk-neutral measure Q equivalent to P.
Proof techniques vary with the market model (hyperplane separation in discrete models, Hilbert-space duality in continuous models). The practical takeaway: no-arbitrage and the existence of Q are the same statement. Quantifying arbitrage opportunities is equivalent to checking that the set of risk-neutral measures is non-empty.
The second fundamental theorem of asset pricing
Theorem (second FTAP). An arbitrage-free market is complete (every contingent claim can be replicated by a self-financing portfolio) if and only if the risk-neutral measure is unique.
In a complete market, the pricing formula is unambiguous: any admissible Q gives the same price. In incomplete markets (stochastic vol, jumps), many risk-neutral measures exist and every choice corresponds to a different pricing rule — the market's "choice" of Q is usually calibrated from observed implied volatility surfaces.
Risk-neutral pricing formula
Let X be the payoff at time T of a derivative (an FT-measurable random variable). In an arbitrage-free, complete market the fair price at time t is:
Vt=Bt⋅EQ[BTXFt]=e−r(T−t)EQ[X∣Ft]
At t=0 with F0 trivial this reduces to the canonical formula V0=e−rTEQ[X].
Why this is a pricing formula, not a forecast. The expectation EQ[X] is not the expected payoff in any real-world sense — it is the quantity that, when discounted at the risk-free rate, equals the cost of the replicating portfolio. Replication is what assigns the price; the expectation is the bookkeeping that tracks the replication cost.
Worked examples
Example 1: one-period binomial — P vs Q explicitly
Take a single period of length T. A stock worth S0=100 today will be worth either ST=110 (up) or ST=90 (down). The continuously compounded risk-free rate is r=0 (so BT=1) for simplicity.
Under the real-world measureP: say P(up)=0.7, P(down)=0.3. Real-world expected stock price: EP[ST]=0.7⋅110+0.3⋅90=104. The real-world drift is μ=(ln104−ln100)/T≈3.9%/T — an equity risk premium over the risk-free rate r=0.
Under the risk-neutral measureQ: define q so that the discounted stock is a martingale:
EQ[e−rTST]=e−r⋅0S0⟹q⋅110+(1−q)⋅90=100⟹q=0.5
So Q(up)=Q(down)=0.5. Note q=p: the risk-neutral probability differs from the real-world probability, and neither is "right" — they serve different purposes.
Now price a call with strike K=100, payoff X=(ST−100)+. Payoff is 10 in the up state, 0 in the down state.
V0=e−rTEQ[X]=1⋅(0.5⋅10+0.5⋅0)=5
If you instead used P: you'd get EP[X]=0.7⋅10=7. Using P overprices the call by 40%. A competitor selling at \5andhedgingwith\Delta = 0.5$ shares would lock in risk-free profit at your expense.
Why P gives the wrong answer. The replicating portfolio's cost depends only on the two possible stock prices and the risk-free rate. The real-world probability p never enters the replication calculation — it is irrelevant to the hedge. The risk-neutral probability q=0.5 is the unique weight that reproduces this arbitrage-free price as an expectation.
Under the risk-neutral measure Q, the same stock has drift r instead of μ:
dSt=rStdt+σStdWtQ
Notice the volatility σ is unchanged between P and Q — a direct consequence of Girsanov's theorem, which absorbs the drift difference into the Brownian motion's shift:
dWtQ=dWtP+θdt,θ=σμ−r
The quantity θ is the market price of risk (Sharpe-like ratio). Changing measure removes it. This is why the Black-Scholes formula does not involve μ — the real-world drift is irrelevant to the option's no-arbitrage price.
Under Q, ST=S0exp((r−21σ2)T+σWTQ) is log-normal with parameters (lnS0+(r−21σ2)T,σ2T). Plugging this into V0=e−rTEQ[(ST−K)+] and evaluating the Gaussian integral yields the Black-Scholes call price.
Example 3: the Radon-Nikodym derivative in the binomial model
In Example 1, the measures P (p=0.7) and Q (q=0.5) are equivalent. The Radon-Nikodym derivative is the random variable:
Z=dPdQ={q/p=0.5/0.7=5/7(1−q)/(1−p)=0.5/0.3=5/3on the up stateon the down state
Check: EP[Z]=0.7⋅5/7+0.3⋅5/3=0.5+0.5=1 — as it must be, since Q is a probability measure. And for any payoff X:
EQ[X]=EP[ZX]
This is the measure-change machinery in its simplest form. Girsanov's theorem is the continuous-time analogue, where Z=exp(−θWTP−21θ2T).
Common confusions and pitfalls
"The risk-neutral probability is what you should actually use to estimate anything." No. Q is a pricing tool, not a statistical model. For historical VaR, backtesting, or estimating the actual distribution of returns, always use P. The distinction between "forecasting" (use P) and "pricing" (use Q) is the cleanest single test of whether an analysis is risk-neutral or real-world.
"P is obsolete once you have Q." Not remotely. Q is used only for pricing contingent claims under no-arbitrage. Risk management, statistical arbitrage, portfolio construction, regulatory VaR and expected shortfall, and anything involving the actual distribution of market outcomes all run under P. A quant moves fluently between the two.
"Q is the 'right' probability of default because that's what CDS spreads imply." The probability of default implied by a CDS spread is the Q-probability, which incorporates both the real-world default probability and a risk premium compensating the seller for bearing default risk. Historical default rates give the P-probability. The gap between the two is the credit risk premium — it is economically meaningful but does not mean either is "wrong."
"Volatility is invariant under change of measure, so historical vol equals implied vol." The instantaneous volatility σ of the process is invariant under Girsanov (the measure change affects only the drift). But "historical vol" is usually realised vol, computed from a specific sample path under P, while implied volatility is the σ that makes the Black-Scholes formula match an observed Q-price. Even when the model is correctly specified they disagree because of sampling error, and in mis-specified models (e.g. when true dynamics are stochastic-vol) they disagree systematically. See the implied volatility note for more.
"Every arbitrage-free market has a unique Q." Only complete markets do. In stochastic-vol models, jump models, and any market where claims can't be perfectly replicated, infinitely many risk-neutral measures exist. The practitioner picks one by calibrating to observed option prices — effectively choosing which members of the family of Q's matches the data — and prices under that calibrated Q. See stochastic volatility models.
Where this goes next
Change of Measure: The Radon-Nikodym derivative dQ/dP and Girsanov's theorem — the machinery that constructs Q from P in continuous time.
Martingale I: The martingale property of discounted asset prices under Q is the object's defining feature — this note develops the full martingale framework.
Implied Volatility: The σ that, when plugged into Black-Scholes under the risk-neutral measure, reproduces the observed market option price. Implied vol is the market's verdict on Q.
Binomial Tree Model: The discrete-time workhorse that makes every risk-neutral concept concrete — the q computation in Example 1 extends to multi-period trees.
Stochastic Volatility Models: The canonical setting where Q is not unique, and calibration to the vol surface selects a pricing measure.
Exercises
Test your understanding with 3 exercises for this lesson.