How Level II tests replicating portfolios, risk-neutral valuation, arbitrage checks, and early-exercise logic in option trees.
The binomial model matters at Level II because it reveals the logic behind option valuation. The exam wants you to understand why the option is worth that amount, not just to repeat a model name. If a tree is given, you should immediately think replication, risk-neutral valuation, and early-exercise choice when the contract is American.
Candidates tend to make two avoidable mistakes:
The binomial framework is useful because it makes both issues visible.
flowchart TD
A["Start with terminal option payoffs"] --> B["Use up and down states to form the hedge ratio"]
B --> C["Derive pricing weights or a replicating portfolio"]
C --> D["Discount one step back through the tree"]
D --> E["For American options compare hold value and exercise value"]
E --> F["Continue backward to today"]
F --> G["Then compare model value to market price"]
If you keep that sequence straight, most binomial questions become manageable.
For a one-period binomial model, the risk-neutral probability is:
$$ p=\frac{(1+r)-d}{u-d} $$
and the option value is:
$$ C_0=\frac{pC_u+(1-p)C_d}{1+r} $$
| Symbol | Meaning |
|---|---|
| (u) | Up-state multiplier for the underlying |
| (d) | Down-state multiplier for the underlying |
| (C_u), (C_d) | Option payoffs in the up and down states |
| (p) | Pricing weight implied by no-arbitrage, not a real-world probability |
Level II often tests whether you understand that distinction even when the arithmetic is straightforward.
The hedge ratio for a call in a one-period tree is:
$$ \Delta=\frac{C_u-C_d}{S_u-S_d} $$
That hedge ratio identifies the stock position in a replicating portfolio. Once the payoff is replicated, the option price is pinned down by no-arbitrage.
| If the quoted option is too cheap | Buy the option and sell the replicating portfolio |
|---|---|
| If the quoted option is too expensive | Sell the option and buy the replicating portfolio |
The exam often asks for the arbitrage direction rather than only the fair value number.
| Contract type | Key valuation point |
|---|---|
| European option | Can only be exercised at expiration, so continuation logic runs straight through the tree |
| American option | Must be checked at each node for early exercise value versus continuation value |
This is the step candidates skip when they are rushing. Level II uses that skip against you.
The tree may be built on interest rates rather than stock prices, but the valuation logic stays familiar:
That is why understanding the process matters more than memorizing one equity-only version of the model.
A candidate prices an American put by discounting terminal payoffs backward but never compares the continuation value with the immediate exercise value at the first node.
That answer may look mathematically tidy but it is incomplete.
The stronger answer checks both values at each node and keeps the higher one, because the holder controls the exercise decision.
What is the strongest interpretation of the risk-neutral probability in a binomial option model?
Best answer: It is the pricing weight that makes the discounted expected payoff consistent with no-arbitrage.
Why: The binomial model is a valuation framework, not a market-opinion survey.