By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
CAIA Level II — High-Density Study Guide
Tests quantitative reasoning, risk-neutral valuation, and dynamic hedging—core skills for alternative investments. Measures ability to: - Model uncertainty in discrete steps. - Apply no-arbitrage principles. - Construct replicating portfolios for hedging. - Interpret model outputs for trading or compliance.
Binomial trees are a foundational tool in CAIA Level II for pricing derivatives (e.g., options, swaps) and hedging in illiquid or complex markets. Unlike Black-Scholes (continuous-time), binomial trees handle discrete time steps, making them practical for real-world applications (e.g., private equity, real assets). Mastery is critical for structured products, exotic options, and risk management.
Intermediate (requires comfort with probability, algebra, and financial intuition).
Risk-neutral probability (q): [ q = \frac{(1 + r) - d}{u - d} ] where (u) = up-factor, (d) = down-factor, (r) = risk-free rate.
Option pricing via backward induction:
Work backward, discounting expected payoffs at each node: [ C = \frac{q \cdot C_u + (1-q) \cdot C_d}{1 + r} ]
Delta hedging (replicating portfolio):
Assuming the tree is symmetric. - Many learners default to (u = 1/d) (e.g., (u = 1.2), (d = 0.833)), but real-world trees are often asymmetric (e.g., (u = 1.3), (d = 0.7)). - Trap: Using symmetric trees when the question implies volatility skew or non-standard movements.
What it tests: Understanding of risk-neutral probability. Example: "In a binomial tree, the risk-neutral probability (q) is derived from:" A) Historical stock returns B) No-arbitrage conditions C) Investor risk preferences D) Market supply and demand Key Tip: Answer is B (no-arbitrage). Eliminate A (real-world), C (subjective), D (irrelevant).
What it tests: Basic option pricing. Example: "A stock trades at $50. In one period, it can move to $60 (u=1.2) or $40 (d=0.8). The risk-free rate is 5%. What is the price of a 1-period European call option with strike $50?" Key Tip: 1. Calculate (q = \frac{1.05 - 0.8}{1.2 - 0.8} = 0.625). 2. Payoffs: (C_u = \max(60 - 50, 0) = 10), (C_d = 0). 3. Price: (\frac{0.625 \cdot 10 + 0.375 \cdot 0}{1.05} = \$5.95).
What it tests: Full binomial tree pricing. Example: "A stock is at $100. Over two periods, it can move up 20% or down 10% each period. The risk-free rate is 3%. Price a 2-period European put option with strike $100." Key Tip: 1. Build tree: (S_{uu} = 144), (S_{ud} = S_{du} = 108), (S_{dd} = 81). 2. Final payoffs: (P_{uu} = 0), (P_{ud} = 0), (P_{dd} = 19). 3. Backward induction: - (P_u = \frac{0.55 \cdot 0 + 0.45 \cdot 0}{1.03} = 0) - (P_d = \frac{0.55 \cdot 0 + 0.45 \cdot 19}{1.03} = 8.25) - (P_0 = \frac{0.55 \cdot 0 + 0.45 \cdot 8.25}{1.03} = \$3.60).
What it tests: Dynamic delta hedging. Example: "You sell a 1-period European call option on a stock (current price $50, u=1.2, d=0.8, r=5%). The option’s delta is 0.625. How do you hedge the position?" Key Tip: 1. Hold 0.625 shares (long). 2. Borrow cash to finance the hedge: - Cost of shares: (0.625 \cdot 50 = \$31.25). - Option premium received: (C_0 = \$5.95) (from earlier). - Borrow: (31.25 - 5.95 = \$25.30). 3. At expiration: - If (S_u = 60): Sell shares for (0.625 \cdot 60 = \$37.50), repay loan ((25.30 \cdot 1.05 = \$26.57)), net profit = (37.50 - 26.57 = \$10.93) (matches (C_u = 10)). - If (S_d = 40): Sell shares for (0.625 \cdot 40 = \$25), repay loan, net profit = (25 - 26.57 = -\$1.57) (matches (C_d = 0)).
Recognize the "1-step shortcut" for European options: If the option is European and the tree has only 1 step, you can price it as: [ C = \frac{q \cdot C_u + (1-q) \cdot C_d}{1 + r} ] Skip building the full tree if the question is simple.
"A stock is at $40. In one period, it can go to $50 or $30. The risk-free rate is 2%. What is the risk-neutral probability?" What to notice: - (u = 1.25), (d = 0.75). - Check no-arbitrage: (1.25 > 1.02 > 0.75) (valid). - Calculate (q = \frac{1.02 - 0.75}{1.25 - 0.75} = 0.54).
"You’re pricing a 2-period American put option. At the first down node, the option’s value is $5 if held, but the intrinsic value is $8. What do you do?" What to notice: - Early exercise is optimal (American option). - Replace the held value ($5) with intrinsic value ($8) at that node.
"A binomial tree has (u = 1.1), (d = 0.9), and (r = 5\%). The risk-neutral probability (q) is 0.75. Is this tree arbitrage-free?" What to notice: - Check (u > 1 + r > d): (1.1 > 1.05 > 0.9) (valid). - But (q = 0.75) implies (1 + r = q \cdot u + (1-q) \cdot d): (1.05 = 0.75 \cdot 1.1 + 0.25 \cdot 0.9 = 1.05) (valid). - No arbitrage, but the high (q) suggests high volatility skew.
Question 1: "In a binomial tree, the up-factor (u) is 1.2 and the down-factor (d) is 0.8. If the risk-free rate is 5%, what is the risk-neutral probability (q)?" A) 0.50 B) 0.625 C) 0.75 D) 0.80 Correct Answer: B) 0.625 Explanation: [ q = \frac{1.05 - 0.8}{1.2 - 0.8} = 0.625 ] Trap Option: A) 0.50 (assumes symmetry, but (u \neq 1/d)).
Question 2: "A 1-period European call option has strike $50. The stock can move to $60 or $40. The risk-neutral probability is 0.6. What is the option’s value if the risk-free rate is 0%?" A) $6 B) $8 C) $10 D) $12 Correct Answer: A) $6 Explanation: [ C = \frac{0.6 \cdot 10 + 0.4 \cdot 0}{1 + 0} = 6 ] Trap Option: C) $10 (ignores probability weighting).
Question 3: "A stock is at $100. Over two periods, it can move up 10% or down 5% each period. The risk-free rate is 2%. What is the price of a 2-period European call option with strike $100?" A) $8.33 B) $9.45 C) $10.20 D) $11.00 Correct Answer: B) $9.45 Explanation: 1. Build tree: (S_{uu} = 121), (S_{ud} = 104.5), (S_{dd} = 90.25). 2. Final payoffs: (C_{uu} = 21), (C_{ud} = 4.5), (C_{dd} = 0). 3. (q = \frac{1.02 - 0.95}{1.10 - 0.95} = 0.4667). 4. Backward induction: - (C_u = \frac{0.4667 \cdot 21 + 0.5333 \cdot 4.5}{1.02} = 12.35) - (C_d = \frac{0.4667 \cdot 4.5 + 0.5333 \cdot 0}{1.02} = 2.06) - (C_0 = \frac{0.4667 \cdot 12.35 + 0
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.