All of Chapters 13–25 priced options that only cared about where the stock was at expiry. European calls, puts, and even Asian options (once we applied the running-sum trick) depend on the terminal state or a function of the full path. Exotic options introduce a harder requirement: the price can be killed, amplified, or restructured by what happens along the way. The maximum, the minimum, or a single barrier crossing can change everything.
Payoff depends only on S(T) — the final price. The path taken is irrelevant. Markov property makes pricing tractable. BSM PDE with standard boundary conditions.
Payoff depends on M(T) = max S(u), or whether S ever touched a barrier B. The entire path history is embedded in the price. Requires joint densities and stopping times.
Both paths end at the same price above the strike. The vanilla option pays out for both. The Up-and-Out barrier option pays only for Path 1 — Path 2 was killed the instant it touched B.
How do we compute the probability that a Brownian path never crosses a level B? The direct calculation is formidable — you need to exclude an uncountable family of paths. The Reflection Principle provides an elegant shortcut by exploiting a symmetry of Brownian motion: once a path hits level B, it is equally likely to continue above or below. This lets us "count" the paths that crossed B by reflecting them.
The purple path hits B at time τ and ends at w above B. The green reflected path ends at 2B−w below B. These events have identical probability — the mirror symmetry of Brownian motion.
The Reflection Principle converts a question about paths that never cross a level into a question about terminal values at the mirror level. Terminal distributions of Brownian motion are just Gaussian — easy to compute. The reflection trick is why barrier option pricing has closed-form solutions at all.
To price path-dependent options, we need to track two things at once: where the stock ends up (S(T) = w) and the highest level it ever reached (M(T) = m). The Reflection Principle produces the joint density of these two quantities — the probability of both happening simultaneously.
The joint density is the mathematical engine behind both barrier and lookback options. For a barrier option: integrate over all w < B and m < B (paths that never touched the barrier). For a lookback option: integrate over all w with the maximum m treated as the "asset" being paid off. The same formula, different limits of integration.
The most common barrier exotic is the Up-and-Out Call. It behaves exactly like a regular call option — until the stock touches an upper barrier B, at which point the option instantly expires worthless. The buyer pays less premium than for a vanilla call because they accept the knockout risk. The seller collects the premium but must carefully hedge the barrier.
| Condition | Math | Layman explanation |
|---|---|---|
| Lower bound | v(t, 0) = 0 | If the stock hits zero, the call is dead — a bankrupt company pays nothing. Same as vanilla BSM. |
| Upper bound ★ | v(t, B) = 0 | The critical new condition. The moment the stock touches the barrier B, the option value drops to exactly zero — instantly. This is the "trapdoor." |
| Terminal | v(T, x) = (x−K)⁺ · 𝟙{x < B} | At expiry, if you survived (never hit B), collect the vanilla payoff. If you previously hit B, you already received zero. The indicator 𝟙{x<B} enforces this. |
| PDE (interior) | vₜ + rxvₓ + ½σ²x²vₓₓ = rv | Same Black-Scholes PDE as always — only the boundary conditions change. The interior dynamics are identical to vanilla options. |
The up-and-out call value surface: rises with stock price but drops to zero at the barrier B. Near expiry (gold dashed) the cliff becomes sharper — causing the Greeks to explode.
Solving the BSM PDE with the barrier boundary conditions produces a formula with four terms. The first two look like a standard BSM call. The last two are "correction" terms that subtract the value of paths that would have been profitable but were knocked out by crossing the barrier.
The key insight: B²/x is the "mirror price" — the reflection of stock price x through the barrier B on the log scale. Every term in the vanilla BSM formula has a corresponding reflected term using B²/x instead of x. This is the Reflection Principle made algebraic — and it produces a closed-form answer for a genuinely path-dependent derivative.
Barrier options create a practical hedging problem that has no equivalent in vanilla options: as the stock approaches the barrier B near expiry, the option value must drop from a positive number to exactly zero in a vanishingly small price interval. This forces the Greeks to explode.
Barrier delta (gold) looks like vanilla delta (blue dashed) far from B — but explodes to −∞ just before the barrier near expiry. In practice, this is tamed by shifting the hedge barrier or using a vanilla option replication portfolio.
Simulate many GBM stock paths. Count which ones survive (never touch barrier B) and compute the up-and-out call price via Monte Carlo. Compare to the analytical formula. Watch what happens to the survival rate as the barrier moves closer to the current stock price.
Green paths = survived (never hit barrier) | Red paths = knocked out at barrier B | Gold dashed = barrier level | Barrier call is always cheaper than the vanilla call
Chapter 27 — exotic options and barrier pricing in five ideas:
What comes next: The Lookback Option — where the payoff is max(S(T) - min{S(u)}, 0), paying you the "best possible" profit you could have made with perfect timing. The same joint density, integrated with different limits.