Two-step Binomial Tree
A two-step binomial tree divides the option's life into two equal periods of length , generating three terminal stock prices , , and . Pricing proceeds by backward induction. Find the option value at the two intermediate nodes, then discount one more step back to today. Adding steps refines the approximation and, in the Cox–Ross–Rubinstein parameterisation, the tree converges to Black–Scholes as the number of steps grows.
Why it matters
One step is a toy. Two steps already give you three possible outcomes and an intermediate snapshot of how the option's value evolves with the stock. The middle layer is where you can see the early-exercise decision for American options and where you start to see how delta changes with the stock price. The same idea scaled to 50 or 500 steps is what production pricing engines run.
Formulas
Worked examples
European put on a stock at A$100, strike A$100, , , , .
Terminal stock prices are A$121, A$99, A$81 with payoffs , , . Risk-neutral . Intermediate up-node f_u = e^{-0.025}(0.6282 \times 0 + 0.3718 \times 1) = A\0.36$. Intermediate down-node f_d = e^{-0.025}(0.6282 \times 1 + 0.3718 \times 19) = A\7.50$. Root f_0 = e^{-0.025}(0.6282 \times 0.36 + 0.3718 \times 7.50) = A\2.94$.
Common mistakes
- ✗Two-step European and American puts always have the same value. They do not. At the intermediate down-node the American put is worth , giving a larger root value than the European version. Early exercise is exactly where the two diverge.
- ✗More steps always improve accuracy linearly. CRR tree pricing error decays at rate where is the number of steps, with oscillation as varies. Practitioners use 50 to 200 steps for typical equity options (Hull 2022, §21).
Revision bullets
- •Three terminal prices , ,
- •Backward induction from payoffs to root
- •Intermediate nodes expose early-exercise decisions
- •Convergence to Black–Scholes at rate
- •Workhorse model in Hull (2022) §13.4
Quick check
A two-step recombining binomial tree produces how many distinct terminal stock prices?
Connected topics
In learning paths
Sources
- Hull, John C. Options, Futures, and Other Derivatives. 11th ed. Pearson, 2022. ISBN 978-0-13-693997-9.Worked two-step put and call examples, including the intermediate-node calculation that exposes early-exercise differences.
- Cox, John C., Stephen A. Ross and Mark Rubinstein. "Option Pricing: A Simplified Approach." Journal of Financial Economics 7(3), 1979, pp. 229–263.Establishes the multi-step binomial recursion and the parameter choice $u = e^{\sigma\sqrt{\Delta t}}$, $d = 1/u$ that recovers Black–Scholes in the limit.
- Australian Securities Exchange. Equity options product overview. ASX, accessed 2026.Local reference for listed single-stock options on ASX whose American style and discrete dividend events make tree-based pricing the standard tool.