Change of Numeraire: Alternative Derivation of Black-Scholes¶
The heat equation and Feynman-Kac sections derived the Black-Scholes formula \(C = S\mathcal{N}(d_1) - Ke^{-r\tau}\mathcal{N}(d_2)\) by solving the PDE and computing a risk-neutral expectation. But a question remains: why does the formula split into exactly two terms, each involving a normal CDF? The PDE route gives no clear answer --- the split emerges from completing the square in a Gaussian integral.
The change of numeraire technique answers this question directly. It shows that each term is a probability under a different measure: \(\mathcal{N}(d_2)\) is the risk-neutral probability that \(S_T > K\), while \(\mathcal{N}(d_1)\) is the same event's probability under the stock measure. Unlike the PDE methods developed earlier, this approach is entirely probabilistic --- it uses measure changes rather than differential equations. While the standard risk-neutral approach uses the money market account as numeraire, changing to alternative numeraires (e.g., the stock itself) simplifies certain pricing problems and reveals the measure-theoretic structure hidden inside familiar formulas.
Numeraire and Pricing Measures¶
1. Definition of Numeraire¶
A numeraire \(N_t\) is a strictly positive traded asset used as a unit of account. All asset prices are expressed relative to the numeraire:
Key property: In an arbitrage-free market, there exists a probability measure (called the numeraire measure or \(N\)-measure) under which all asset prices relative to \(N_t\) are martingales.
2. Standard Risk-Neutral Measure¶
In the Black-Scholes framework, the standard numeraire is the money market account:
Under the risk-neutral measure \(\mathbb{Q}\): - The relative price \(S_t/B_t = e^{-rt}S_t\) is a martingale - This gives the standard BS dynamics: \(dS_t = rS_t dt + \sigma S_t dW_t^{\mathbb{Q}}\)
Option pricing formula:
General Numeraire Change¶
1. Fundamental Theorem¶
Numeraire Change Theorem: Let \(N_t\) be any numeraire (strictly positive traded asset). There exists a unique equivalent probability measure \(\mathbb{Q}^N\) under which all asset prices relative to \(N_t\) are martingales.
Specifically, for any traded asset \(S_t\):
2. Radon-Nikodym Derivative¶
The measure \(\mathbb{Q}^N\) is related to the standard risk-neutral measure \(\mathbb{Q}\) via:
Intuition: We reweight paths according to the terminal value of the numeraire (discounted).
3. Girsanov Connection¶
The change of numeraire induces a change of Brownian motion via Girsanov's theorem. If under \(\mathbb{Q}\):
then under \(\mathbb{Q}^N\):
Equivalently, \(dW_t^{\mathbb{Q}} = dW_t^{\mathbb{Q}^N} + \sigma_N dt\). The drift adjustment reflects the covariance between the asset and the numeraire.
Stock Numeraire and Forward Measure¶
1. Setup: Stock as Numeraire¶
Choose \(N_t = S_t\) (the underlying stock itself).
The associated measure \(\mathbb{Q}^S\) is called the stock measure or forward measure.
2. Relative Prices Under Q^S¶
Under the stock measure, all assets relative to \(S_t\) are martingales.
Money market account relative to stock:
Strike relative to stock:
3. Radon-Nikodym Derivative¶
The stock measure is related to \(\mathbb{Q}\) by:
4. Brownian Motion Under Q^S¶
If \(dS_t = rS_t dt + \sigma S_t dW_t^{\mathbb{Q}}\) under \(\mathbb{Q}\), then by Girsanov:
Substituting \(dW_t^{\mathbb{Q}} = dW_t^{\mathbb{Q}^S} + \sigma dt\) into the stock dynamics:
Key property: The ratio \(e^{rt}/S_t\) is a martingale under \(\mathbb{Q}^S\), since its drift vanishes.
Black-Scholes via Stock Numeraire¶
1. Call Option Valuation¶
We want to price a European call with payoff \((S_T - K)^+\).
Step 1: Express payoff in numeraire units
Divide by \(S_T\):
Step 2: Change to stock measure
By the numeraire change theorem:
Step 3: Decompose expectation
2. First Term: Q^S(S_T > K)¶
Under \(\mathbb{Q}^S\), the stock dynamics have drift \((r + \sigma^2)\), so by Ito's formula:
Therefore:
Dividing by \(\sigma\sqrt{T}\) and using \(W_T^{\mathbb{Q}^S}/\sqrt{T} \sim \mathcal{N}(0,1)\):
where
Hence:
3. Second Term: Change to Q¶
For the second term, we use:
Under \(\mathbb{Q}\):
where \(d_2 = d_1 - \sigma\sqrt{T}\).
4. Final Result¶
Combining:
This is the Black-Scholes formula, derived via stock numeraire.
Key insight: The term \(\mathcal{N}(d_1)\) arises naturally as the probability under the stock measure, not the risk-neutral measure.
Foreign Exchange Options¶
1. Setup: Quanto Options¶
Consider an option on foreign exchange rate \(X_t\) (domestic per foreign).
Two numeraires: - Domestic money market: \(B_t^d = e^{r_d t}\) - Foreign money market: \(B_t^f = e^{r_f t}\)
Exchange rate dynamics under domestic risk-neutral measure \(\mathbb{Q}^d\):
2. Foreign Numeraire Measure¶
Choose numeraire \(N_t = X_t B_t^f = X_t e^{r_f t}\) (foreign money market converted to domestic).
The Radon-Nikodym derivative:
Under \(\mathbb{Q}^f\):
Exchange rate becomes:
3. Call on FX Rate¶
Using the foreign measure:
where
This is the Garman-Kohlhagen formula for FX options.
Summary: When to Use Each Numeraire¶
| Numeraire | Measure | Application | Advantage |
|---|---|---|---|
| Money market \(B_t\) | Risk-neutral \(\mathbb{Q}\) | Standard options | Familiar, drift = \(r\) |
| Stock \(S_t\) | Stock measure \(\mathbb{Q}^S\) | Forward contracts | \(\mathcal{N}(d_1)\) as probability |
| Zero-coupon bond \(P(t,T)\) | Forward measure \(\mathbb{Q}^T\) | Interest rate options | Simplifies swap pricing |
| Foreign money market | Foreign measure \(\mathbb{Q}^f\) | FX options | Symmetry between currencies |
General principle: Choose the numeraire that eliminates drift from the payoff-relevant dynamics.
Connection to Other Solution Methods¶
In the context of solving the Black-Scholes PDE, change of numeraire is:
Not a PDE technique (like Fourier or separation of variables), but rather a probabilistic reinterpretation that: - Avoids solving PDEs entirely - Uses martingale representation instead - Provides intuition for why certain probabilities appear in formulas
Relation to Feynman-Kac: Both express PDE solutions as expectations, but: - Feynman-Kac uses the original measure and discounting - Numeraire change uses different measures without explicit discounting
Summary¶
The change of numeraire technique provides an elegant alternative to standard risk-neutral pricing:
-
Key idea: Price assets relative to any traded numeraire, not just the money market
-
Mathematical tool: Radon-Nikodym derivative relating different numeraire measures
-
Girsanov connection: Numeraire change induces Brownian motion drift change
-
Black-Scholes derivation: Stock numeraire gives \(\mathcal{N}(d_1)\) direct probabilistic interpretation
-
Advantages:
- Conceptual clarity (e.g., \(d_1\) as stock-measure probability)
- Simplifies certain exotic options
-
Natural framework for FX and interest rate derivatives
-
Limitation: Requires understanding of measure theory; not always simpler than PDE methods
In the operator framework of the introduction, the change of numeraire expresses the pricing semigroup \(\mathcal{P}_\tau\) as an expectation under a different probability measure, revealing the structural meaning of each term in the Black--Scholes formula.
Exercises¶
Exercise 1. Let \(N_t = e^{rt}\) be the money market account and \(\mathbb{Q}\) the associated risk-neutral measure. Verify the Radon-Nikodym derivative formula by showing that \(\frac{d\mathbb{Q}^S}{d\mathbb{Q}}\big|_{\mathcal{F}_T} = \frac{S_T e^{-rT}}{S_0}\) has expectation 1 under \(\mathbb{Q}\).
Solution to Exercise 1
We need to show that \(\mathbb{E}^{\mathbb{Q}}\left[\frac{S_T e^{-rT}}{S_0}\right] = 1\).
Under \(\mathbb{Q}\), the discounted stock price \(e^{-rt}S_t\) is a martingale, so:
Dividing both sides by \(S_0\):
Alternatively, using the explicit formula \(S_T = S_0 \exp\left((r - \frac{1}{2}\sigma^2)T + \sigma W_T^{\mathbb{Q}}\right)\):
This is the stochastic exponential \(\mathcal{E}(\sigma W^{\mathbb{Q}})_T\). Using the moment generating function of the normal distribution with \(W_T^{\mathbb{Q}} \sim \mathcal{N}(0, T)\):
This confirms that the Radon-Nikodym derivative has unit expectation, as required for a valid change of measure.
Exercise 2. Under the stock measure \(\mathbb{Q}^S\), the discounted bond price \(B_t / S_t = e^{rt}/S_t\) is a martingale. Verify this explicitly by computing \(d(e^{rt}/S_t)\) using Ito's lemma and the stock dynamics under \(\mathbb{Q}^S\), and confirming that the drift vanishes.
Solution to Exercise 2
Under \(\mathbb{Q}^S\), the stock dynamics are \(dS_t = (r + \sigma^2)S_t \, dt + \sigma S_t \, dW_t^{\mathbb{Q}^S}\).
Define \(Y_t = e^{rt}/S_t\). Apply Ito's lemma to \(f(t, S) = e^{rt}/S\).
For \(g(S) = 1/S\), we have \(g'(S) = -1/S^2\) and \(g''(S) = 2/S^3\). By Ito's lemma:
Substituting \(dS_t = (r + \sigma^2)S_t \, dt + \sigma S_t \, dW_t^{\mathbb{Q}^S}\) and \((dS_t)^2 = \sigma^2 S_t^2 \, dt\):
Therefore:
The drift vanishes, confirming that \(Y_t = e^{rt}/S_t\) is a martingale under \(\mathbb{Q}^S\). \(\square\)
Exercise 3. Derive the Garman-Kohlhagen formula for a European call on a foreign exchange rate. Starting from the FX dynamics \(dX_t = (r_d - r_f)X_t \, dt + \sigma X_t \, dW_t^{\mathbb{Q}^d}\), use the change of numeraire to the foreign money market and show that the call price is \(C_0 = X_0 e^{-r_f T}\mathcal{N}(d_1) - Ke^{-r_d T}\mathcal{N}(d_2)\), where \(d_1 = \frac{\ln(X_0/K) + (r_d - r_f + \frac{1}{2}\sigma^2)T}{\sigma\sqrt{T}}\).
Solution to Exercise 3
Under \(\mathbb{Q}^d\), the FX rate satisfies \(dX_t = (r_d - r_f)X_t \, dt + \sigma X_t \, dW_t^{\mathbb{Q}^d}\).
Step 1: Choose numeraire. Take the foreign money market account converted to domestic currency: \(N_t = X_t e^{r_f t}\). The Radon-Nikodym derivative is:
Step 2: Girsanov shift. Under \(\mathbb{Q}^f\): \(dW_t^{\mathbb{Q}^f} = dW_t^{\mathbb{Q}^d} - \sigma \, dt\), so \(dW_t^{\mathbb{Q}^d} = dW_t^{\mathbb{Q}^f} + \sigma \, dt\).
Under \(\mathbb{Q}^f\), the FX dynamics become:
Step 3: Price the call. The call payoff is \((X_T - K)^+\). Using the numeraire \(N_t = X_t e^{r_f t}\):
Alternatively, use the standard risk-neutral approach under \(\mathbb{Q}^d\):
Under \(\mathbb{Q}^d\), \(\ln X_T \sim \mathcal{N}(\ln X_0 + (r_d - r_f - \frac{1}{2}\sigma^2)T, \sigma^2 T)\). Following the standard Black-Scholes integral evaluation (splitting into two Gaussian integrals and completing the square):
where:
This is the Garman-Kohlhagen formula.
Exercise 4. Consider the exchange option (Margrabe's formula) with payoff \((S_T^{(1)} - S_T^{(2)})^+\) where both assets follow GBM with correlation \(\rho\). Using \(S_t^{(2)}\) as numeraire, show that the option price is \(V_0 = S_0^{(1)}\mathcal{N}(d_1) - S_0^{(2)}\mathcal{N}(d_2)\) and determine the effective volatility \(\hat{\sigma}\) that appears in \(d_1\) and \(d_2\).
Solution to Exercise 4
Let \(S_t^{(1)}\) and \(S_t^{(2)}\) follow correlated GBMs under \(\mathbb{Q}\):
Step 1: Use \(S_t^{(2)}\) as numeraire. The Radon-Nikodym derivative is:
Step 2: Pricing formula. The exchange option price is:
Using the numeraire \(S_t^{(2)}\):
Step 3: Dynamics of the ratio. Define \(R_t = S_t^{(1)}/S_t^{(2)}\). By Ito's lemma:
Under \(\mathbb{Q}^{S^{(2)}}\), the Girsanov shift removes the drift from \(R_t/1\) (since \(R_t = S_t^{(1)}/S_t^{(2)}\) must be a martingale under this measure). The volatility of \(R_t\) is:
Under \(\mathbb{Q}^{S^{(2)}}\), \(R_t\) is a driftless geometric Brownian motion with volatility \(\hat{\sigma}\).
Step 4: Apply Black-Scholes to the ratio. The problem reduces to pricing a call on \(R_T\) with strike 1 in a world with zero interest rate:
where \(R_0 = S_0^{(1)}/S_0^{(2)}\), and:
Multiplying by \(S_0^{(2)}\):
This is Margrabe's formula. The effective volatility \(\hat{\sigma} = \sqrt{\sigma_1^2 - 2\rho\sigma_1\sigma_2 + \sigma_2^2}\) is the volatility of the log-ratio \(\ln(S^{(1)}/S^{(2)})\).
Exercise 5. Explain why the term \(\mathcal{N}(d_1)\) in the Black-Scholes call formula is both the delta of the option and the probability of exercise under the stock measure. Is this a coincidence, or does the change-of-numeraire framework make this relationship transparent? Justify your answer.
Solution to Exercise 5
The relationship between \(\mathcal{N}(d_1)\) being both the delta and the stock-measure probability of exercise is not a coincidence -- it is a direct consequence of the change-of-numeraire framework.
Delta as stock-measure probability. From the Black-Scholes formula \(C = S\mathcal{N}(d_1) - Ke^{-rT}\mathcal{N}(d_2)\), differentiating with respect to \(S\):
Since \(\frac{\partial d_1}{\partial S} = \frac{\partial d_2}{\partial S} = \frac{1}{S\sigma\sqrt{T}}\) and \(S\mathcal{N}'(d_1) = Ke^{-rT}\mathcal{N}'(d_2)\) (a standard identity), the last two terms cancel, giving \(\Delta = \mathcal{N}(d_1)\).
Stock-measure probability. Under the stock measure \(\mathbb{Q}^S\), the call price can be written as \(C = S_0\mathbb{Q}^S(S_T > K) - Ke^{-rT}\mathbb{Q}(S_T > K)\). Comparing with the Black-Scholes formula:
Why this is transparent from the numeraire framework. Under the numeraire change to the stock, \(C_0/S_0 = \mathbb{E}^{\mathbb{Q}^S}[(1 - K/S_T)^+]\). The derivative of \(C_0\) with respect to \(S_0\) equals the probability under \(\mathbb{Q}^S\) that the option expires in the money, because \(C_0 = S_0 \cdot \mathbb{Q}^S(S_T > K) - Ke^{-rT}\mathcal{N}(d_2)\) and the first term is linear in \(S_0\) (through the dependence of \(\mathbb{Q}^S(S_T > K)\) on \(S_0\), with the derivative simplifying to \(\mathcal{N}(d_1)\)). The change-of-numeraire framework makes this relationship structurally transparent: the delta is the hedge ratio, which equals the probability of exercise under the measure where the stock is the numeraire.
Exercise 6. A zero-coupon bond maturing at time \(T\) with price \(P(t,T) = e^{-r(T-t)}\) can serve as a numeraire, giving rise to the \(T\)-forward measure \(\mathbb{Q}^T\). Show that under \(\mathbb{Q}^T\), the forward price \(F(t,T) = S_t / P(t,T)\) is a martingale. Use this to re-derive the Black-Scholes call price starting from \(C_0 = P(0,T)\mathbb{E}^{\mathbb{Q}^T}[(F(T,T) - K)^+]\).
Solution to Exercise 6
Step 1: Show \(F(t,T)\) is a martingale under \(\mathbb{Q}^T\). The forward price is:
Under \(\mathbb{Q}\), \(dS_t = rS_t \, dt + \sigma S_t \, dW_t^{\mathbb{Q}}\). The numeraire is \(P(t,T) = e^{-r(T-t)}\) with \(dP = rP \, dt\) (deterministic). The Radon-Nikodym derivative:
Since the bond is deterministic, \(\mathbb{Q}^T = \mathbb{Q}\) and there is no Girsanov shift. Now compute \(dF\):
The drift vanishes, so \(F(t,T)\) is a martingale under \(\mathbb{Q}^T\).
Step 2: Re-derive the call price. Starting from:
Note that \(F(T,T) = S_T\) and \(P(0,T) = e^{-rT}\). Under \(\mathbb{Q}^T = \mathbb{Q}\), \(F(t,T) = F(0,T)\exp(-\frac{1}{2}\sigma^2 t + \sigma W_t)\) with \(F(0,T) = S_0 e^{rT}\).
So:
The problem is now a standard Black-Scholes pricing with the forward \(F_0 = S_0 e^{rT}\) replacing \(S_0\), zero interest rate (since discounting is already handled by \(P(0,T)\)), and the same volatility \(\sigma\). By the Black formula:
where:
Therefore:
This recovers the Black-Scholes formula.