# Lookback Options: Payoffs Based on the Path's High or Low

Understand floating- and fixed-strike lookback calls and puts, how observation rules determine extrema, why path dependence raises model sensitivity, and how payoff differs from profit.

Canonical: https://wiki.fcontext.com/options/lookback-options/
Fact checked: 2026-07-22

> For educational purposes only; not investment advice.

<a id="answer"></a>

## Direct answer

A **lookback option** bases its payoff on the highest or lowest observed underlying price during a contractual observation period. This reduces hindsight risk for the holder: depending on the type, the contract can effectively buy at the observed low, sell at the observed high, or compare a fixed strike with the most favorable observed extreme. That valuable right generally makes a lookback option more expensive than an otherwise comparable vanilla option.

“Lookback” is a family, not one payoff. The contract must specify floating or fixed strike, call or put, observation start and end, continuous or discrete monitoring, observation times and price source, corporate-action treatment, settlement, currency, caps, averaging, and exercise rights. A marketing phrase such as “captures the best price” is not a substitute for those terms.

<a id="mechanism"></a>

## Four basic payoff forms

Define `S_min=min_{t∈W}S_t` and `S_max=max_{t∈W}S_t` over observation window `W`.

- Floating-strike call: `S_T-S_min`.
- Floating-strike put: `S_max-S_T`.
- Fixed-strike call: `max(S_max-K,0)`.
- Fixed-strike put: `max(K-S_min,0)`.

A floating-strike payoff determines the effective strike from the realized path. A fixed-strike payoff keeps `K` but replaces the vanilla terminal comparison with the most favorable monitored price. Premium must still be subtracted to obtain profit.

Continuous monitoring records the theoretical path extreme; discrete monitoring considers only specified observations. Daily closes, intraday fixes, exchange official prices, and business-day calendars can produce different extrema. Partial lookbacks observe only part of the contract life. These definitions materially change price and cannot be inferred from the product name.

<a id="example"></a>

## One path, four payoffs

Suppose the monitored prices are `$100 → $80 → $120 → $110`, so `S_min=$80`, `S_max=$120`, and `S_T=$110`. Let fixed strike `K=$100`.

- Floating-strike call payoff: `$110-$80=$30`.
- Floating-strike put payoff: `$120-$110=$10`.
- Fixed-strike call payoff: `max($120-$100,0)=$20`.
- Fixed-strike put payoff: `max($100-$80,0)=$20`.
- For comparison, vanilla `$100` call and put expiration payoffs are `$10` and `$0`.

These are gross payoffs. If the floating call premium were `$18` per share, its expiration profit before other costs would be `$30-$18=$12` per share, or `$1,200` for a 100-unit contract.

Now suppose the underlying briefly touched `$75` intraday, but the contract observes only daily official closes and the lowest close was `$80`. The contractual minimum remains `$80`, not `$75`. A data vendor's chart low does not override the observation definition.

<a id="risks"></a>

## Valuation and contract-risk checklist

- Write the exact payoff formula before valuation; identify fixed or floating strike and call or put.
- Confirm observation window, time zone, calendar, frequency, price source, disruption rules, and treatment of missing fixes.
- Distinguish continuous-monitoring theory from discrete contractual monitoring and quantify monitoring bias.
- Preserve the running minimum or maximum as a model state variable; terminal-price simulation alone is insufficient.
- Use rates, dividends, borrow, forward prices, volatility surface, and any jump or stochastic-volatility assumptions consistently.
- Check analytic, tree, PDE, or Monte Carlo results against intrinsic bounds and a simpler limiting case.
- For Monte Carlo, report standard error, time-step sensitivity, extreme-value bias, random-seed stability, and convergence.
- Stress jumps between monitoring times, gaps at window boundaries, volatility changes, skew dynamics, and path-dependent hedge error.
- Recognize that a vanilla surface does not uniquely determine every path-dependent value; models fitting the same vanillas can price lookbacks differently.
- Separate payoff from profit by deducting premium, spreads, structuring fees, funding, taxes, and hedge or unwind costs.
- Verify issuer or counterparty credit, collateral, early termination, valuation-agent discretion, settlement, and legal documentation for OTC or structured products.
- Do not assume liquid exchange trading or an easy exit. Customized lookbacks may have dealer-dependent marks and wide unwind costs.

<a id="misconceptions"></a>

## Common misconceptions

- “Every lookback buys at the low and sells at the high.” That describes only certain floating-strike economics; fixed-strike forms differ.
- “The chart's high and low determine settlement.” Only contractually eligible observations and sources count.
- “A $30 payoff is a $30 profit.” The premium and all costs must be deducted.
- “Continuous and daily monitoring are nearly identical.” Missed intraday extremes can materially change payoff and value.
- “Lookbacks remove timing risk for free.” The holder pays a higher premium and accepts model, liquidity, and contract risk.
- “Black-Scholes implied volatility alone fixes the price.” Path dynamics and surface behavior matter.
- “Maximum loss is always obvious from the payoff.” The buyer can lose premium, while structured or short positions can add funding, credit, or much larger obligations.
- “Historical highs and lows forecast fair value.” Pricing uses forward-looking, risk-neutral inputs and contractual monitoring.
- “A dealer mark is executable.” Unwind value can differ because of spreads, reserves, model choice, and credit.
- “All lookbacks are exchange-listed standardized options.” Many implementations are OTC or embedded in structured products.

<a id="related"></a>

## Related topics

- [Asian options](/options/asian-options/)
- [Barrier options](/options/barrier-options/)
- [Black-Scholes model](/options/black-scholes-model/)
- [Dupire local volatility](/options/dupire-local-volatility/)

<a id="sources"></a>

## Academic and primary sources

- [Goldman, Sosin, and Gatto: Path Dependent Options](https://doi.org/10.1111/j.1540-6261.1979.tb02075.x)
- [Conze and Viswanathan: Path Dependent Options](https://doi.org/10.1111/j.1540-6261.1991.tb02688.x)
- [Black and Scholes: The Pricing of Options and Corporate Liabilities](https://doi.org/10.1086/260062)
- [OCC: Characteristics and Risks of Standardized Options](https://www.theocc.com/company-information/documents-and-archives/options-disclosure-document)