Binomial Pricing

Binomial pricing values an option by letting the underlying asset move up or down step by step and ruling out arbitrage.

Binomial pricing is a method for valuing options by assuming that, over each small time step, the underlying asset can move to one of two prices: up or down.

How the model works

Start with a current price S. After one step, the asset becomes either:

  • uS in the up state, or
  • dS in the down state.

If the option payoff in those two states is Cu and Cd, the no-arbitrage price is the discounted expected payoff under the risk-neutral probability:

q = (1 + r - d) / (u - d)

and

Option value = [qCu + (1-q)Cd] / (1 + r)

The key logic is not that investors are literally risk neutral. It is that a replicating portfolio and no-arbitrage condition pin down the fair price.

Why economists and practitioners use it

The binomial approach is especially useful when:

  • dividends matter,
  • early exercise is possible,
  • the payoff structure is more complicated than a simple European option.

That is why it remains a practical complement to the Black-Scholes framework. With enough time steps, the tree can approximate continuous-time pricing while still being intuitive.

Strengths and limits

Its main strength is flexibility. Its main limit is that the model still depends on assumptions about volatility, interest rates, and how finely time is divided.

Knowledge Check

### What is the central pricing principle behind binomial pricing? - [x] No arbitrage - [ ] Historical average returns only - [ ] Survey expectations - [ ] Accounting book value > **Explanation:** The model prices the option by constructing a hedge or replicating portfolio so that arbitrage opportunities disappear. ### Why is binomial pricing often preferred for American options? - [x] Because it can check at each step whether early exercise is optimal - [ ] Because it ignores interest rates - [ ] Because it requires no volatility assumption - [ ] Because it treats all options as bonds > **Explanation:** The tree structure makes it easy to compare continuation value with exercise value before maturity. ### What does the risk-neutral probability in binomial pricing do? - [x] It converts future payoffs into a no-arbitrage discounted expectation - [ ] It measures the true frequency of market gains exactly - [ ] It guarantees the asset price will rise - [ ] It removes all market risk from the underlying asset > **Explanation:** The risk-neutral probability is a pricing device, not a literal forecast of what investors think will happen.