A
AcadiFi
CC
CFA_Candidate_20262026-04-09
cfaLevel IIDerivativesQuantitative Methods

How does the binomial option pricing model converge to the Black-Scholes formula as the number of steps increases?

I understand both the binomial model and Black-Scholes separately for CFA derivatives. My professor mentioned that BSM is actually the limiting case of the binomial model as steps go to infinity. How does this convergence work, and can you demonstrate it numerically?

98 upvotes
Verified ExpertVerified Expert
AcadiFi Certified Professional

The binomial model converges to Black-Scholes because, as the number of time steps increases, the binomial distribution of log-returns approaches a normal distribution by the Central Limit Theorem. BSM is literally the continuous-time limit of the discrete binomial tree.\n\nThe Connection:\n\nIn a binomial model with N steps over time T:\n- Each step has length dt = T/N\n- Up factor: u = exp(sigma x sqrt(dt))\n- Down factor: d = exp(-sigma x sqrt(dt)) = 1/u\n- Risk-neutral probability: p = (exp(r x dt) - d) / (u - d)\n\nAs N increases to infinity, dt approaches 0, and the sum of N binomial steps (each being a small up or down move) converges to a continuous geometric Brownian motion with drift r and volatility sigma. The binomial option price converges to the BSM analytical price.\n\nNumerical Demonstration:\n\nPricing a European call on Halford Tech: S_0 = $50, K = $52, r = 5%, sigma = 25%, T = 1 year.\n\n| Steps (N) | Binomial Price | BSM Price | Difference |\n|---|---|---|---|\n| 5 | $5.02 | $5.06 | -$0.04 |\n| 10 | $5.09 | $5.06 | +$0.03 |\n| 25 | $5.05 | $5.06 | -$0.01 |\n| 50 | $5.07 | $5.06 | +$0.01 |\n| 100 | $5.06 | $5.06 | $0.00 |\n| 500 | $5.06 | $5.06 | $0.00 |\n\nThe binomial price oscillates around the BSM value, converging smoothly. The oscillation occurs because odd and even numbers of steps produce slightly different lattice configurations. Using the average of N and N+1 step prices (the Richardson extrapolation) accelerates convergence.\n\nWhy This Matters:\n\n1. Theoretical foundation: The convergence proof validates BSM by showing it emerges naturally from simple discrete no-arbitrage arguments, not just from stochastic calculus.\n\n2. Practical application: The binomial model can price American options (with early exercise) and exotic options where BSM has no closed-form solution. Knowing it converges to BSM for European options gives confidence in the framework.\n\n3. Intuition bridge: The binomial model is easier to understand intuitively (stock goes up or down each period). Its convergence to BSM shows that the elegant but abstract BSM formula is simply the \"fast version\" of an intuitive process.\n\nConvergence Rate:\n\nThe binomial model converges to BSM at a rate of O(1/N), meaning doubling the steps roughly halves the error. For practical purposes, 200-500 steps give accuracy within a fraction of a cent for standard options.\n\nKey Parameters in the Limit:\n\nAs N approaches infinity:\n- u approaches 1 + sigma x sqrt(dt) (for small dt)\n- p approaches 0.5 + (r - 0.5 x sigma^2) x sqrt(dt) / (2 x sigma)\n- The binomial log-return distribution approaches N((r - 0.5 x sigma^2) x T, sigma^2 x T)\n- This is exactly the BSM assumption of log-normal terminal prices\n\nPractice binomial pricing in our CFA Derivatives question bank.

📊

Master Level II with our CFA Course

107 lessons · 200+ hours· Expert instruction

#binomial-model#black-scholes#convergence#central-limit-theorem#option-pricing