What "exercise right" means
An option contract gives the holder the right (not obligation) to buy (call) or sell (put) the underlying at the strike price. The exercise style defines when that right can be exercised:
- European — single exercise opportunity at expiration. Can't exercise early even if it would be advantageous. Simpler to price (Black-Scholes has a closed form).
- American — continuous exercise right. Holder can exercise at any moment between purchase and expiry. No closed-form pricing in general; requires binomial trees, finite-difference PDE, or Monte Carlo with regression.
- Bermudan — middle ground. Exercise is allowed on a specific schedule of dates (e.g., monthly, quarterly, or a custom list). Priced like American but the exercise check is only applied at scheduled dates.
Why American ≥ Bermudan ≥ European in price
The holder of an option always prefers more flexibility. If you have the right to exercise any time before expiry (American), you can always choose to do nothing until expiry (European behavior). The reverse isn't true — a European holder can't exercise early even when it would be valuable.
So the American option contains a strictly larger set of choices than the European, and rational agents value larger choice sets at least as much as smaller ones. The price difference is the early exercise premium.
Same logic for Bermudan vs European: Bermudan exercise opportunities ⊇ European exercise opportunities ⇒ Bermudan ≥ European. And Bermudan exercise opportunities ⊆ American exercise opportunities ⇒ Bermudan ≤ American.
Merton's 1973 theorem: American calls on non-dividend stocks
A famous result: for American CALLS on non-dividend-paying stocks, early exercise is never optimal. The proof is elegant. Suppose you have an ITM American call on a non-dividend stock with current price S and strike K. Two choices:
- Exercise now: payoff = S − K immediately.
- Sell the option: receive its market value, which by no-arbitrage is at least max(S − K, 0) plus the time value (always positive for any T > 0).
Selling beats exercising. The time value is forfeit if you exercise. So you never should — and consequently, American call = European call when there are no dividends. Black-Scholes prices both correctly.
For American puts, the theorem doesn't apply because the put payoff is bounded (max value = strike, when stock goes to zero), and the cost of waiting (time value of capital) can exceed the option's time value. So American puts can be optimally exercised early. For American calls on dividend-payingstocks, exercising just before a large dividend can be optimal to capture the dividend payment.
A concrete example: same option, three prices
ATM 6-month put on a $100 stock, 25% IV, 5% rate, 1.5% continuous dividend yield:
| Style | Price | vs European |
|---|---|---|
| European put | $5.94 | — (baseline) |
| Bermudan put (monthly) | $6.18 | +$0.24 (+4.0%) |
| American put | $6.41 | +$0.47 (+7.9%) |
The Bermudan adds 4% over European; the American adds another ~4% over Bermudan. The marginal value of continuous (vs monthly) exercise is meaningful but not huge for this configuration. For deep ITM puts on dividend-paying stocks, the spread widens.
When early exercise is actually optimal
American calls on dividend stocks
Just before a large ex-dividend date, the stock will drop by approximately the dividend amount. An ITM call holder loses that amount in option value if they hold through the ex-date (the stock drops, the option follows). Exercising just before the ex-date captures the dividend instead.
Specifically, exercise is optimal when the dividend payment exceeds the remaining time value of the option. For options with weeks or months left, this rarely happens. For options expiring within days of the ex-date and with deep ITM strikes, it does.
American puts on stocks that fell hard
When a stock falls far below the put's strike, the put becomes deep ITM. The immediate exercise payoff is (strike − spot), which is large. Holding longer risks the stock recovering, which would reduce the payoff. And the time value is bounded — the put can't be worth more than the strike (which is the payoff if stock goes to zero).
There's a critical exercise boundary (a function of time, rate, vol, dividends) below which exercising now beats holding. The boundary moves over time — closer to strike as expiry approaches.
Pricing methods, by exercise style
European: closed-form Black-Scholes
C = S·N(d₁) − K·e^(-rT)·N(d₂)
Exact, microsecond compute. The standard. Greeks have closed forms too. See the Black-Scholes Calculator.
American: binomial trees
Cox-Ross-Rubinstein (1979) discretizes time into N steps. At each node, the stock price is one of N + 1 possible values. Work backward from expiry: at each node, take the maximum of (immediate exercise payoff) and (discounted risk-neutral expected continuation value). The maximum captures the option holder's right to exercise if it's better than holding.
200-500 steps produces sub-cent accuracy. See the American Option Calculator. The QuantOracle implementation defaults to 200 steps; configurable.
Alternative methods exist: finite-difference PDE solvers, Longstaff-Schwartz Monte Carlo for high-dimensional cases. See Black-Scholes vs Binomial Tree for the full comparison.
Bermudan: same as American but with restricted exercise
Binomial trees handle Bermudans by only applying the exercise check at scheduled exercise dates, not every node. Same backward-induction logic, just selective.
For complex Bermudans (multi-asset, multi-factor, mortgage prepayment with refinancing costs), Longstaff-Schwartz Monte Carlo (2001) is the standard. It uses regression on basis functions to estimate the continuation value at each potential exercise date, then makes exercise decisions backward through the simulated paths.
The decision rule (which calculator to use)
- European vanilla call/put on a single asset → Black-Scholes. Use the Black-Scholes Calculator.
- American call on a non-dividend stock → Black-Scholes (Merton's theorem: American = European in this case).
- American put on any stock, OR American call on a dividend-paying stock → Binomial tree. Use the American Option Calculator.
- Bermudan options → API endpoint
/v1/derivatives/binomial-treewith a custom exercise schedule. A dedicated Bermudan calculator page is on the roadmap. - Implied volatility solver → works for any style; use Implied Volatility Calculator.
Common confusions
"American style" doesn't mean "always exercise early"
Having the right to exercise early is valuable, but actually exercising is usually suboptimal. Even for ITM American puts, exercise is only optimal below the critical boundary. For most ITM American positions you're still better off selling the option (capturing its full value) than exercising (capturing only intrinsic).
Index options on US exchanges aren't all the same style
SPX options are European. SPY options are American. They track essentially the same underlying but the exercise right differs. This matters for pricing — same parameters, different prices.
Exercise before ex-dividend ≠ exercise on ex-dividend
The optimal exercise time for an American call on a dividend stock is the trading day BEFORE the ex-dividend date. Exercising on the ex-date doesn't entitle you to the dividend; only being a shareholder on the record date does. This is a common error in automated exercise strategies.
Related calculators
- Black-Scholes Calculator — European vanilla options, closed-form
- American Option Calculator — American options via binomial tree, handles dividends
- Implied Volatility Calculator — solves for σ given market price; works for any exercise style
- Options Profit Calculator — payoff diagrams at expiry (which means European-style payoff regardless of underlying exercise right)
Related comparisons
- Black-Scholes vs Binomial Tree — the methods that price European vs American
- Implied vs Historical vs Realized Volatility — the vol inputs that all option pricing depends on
References
- Merton, R. C. (1973). "Theory of rational option pricing." Bell Journal of Economics and Management Science 4(1), 141-183. Contains the proof that American calls on non-dividend stocks should never be exercised early.
- Cox, J., Ross, S., & Rubinstein, M. (1979). "Option pricing: a simplified approach." Journal of Financial Economics 7(3), 229-263. The binomial tree method.
- Longstaff, F. & Schwartz, E. (2001). "Valuing American options by simulation: a simple least-squares approach." Review of Financial Studies 14, 113-147. The Monte Carlo regression approach for high-dimensional Americans / Bermudans.
- Hull, J. C. (2017). "Options, Futures, and Other Derivatives" 10th ed. — Chapters 13-21 cover exercise styles, early exercise, and the standard pricing methods.