🏠
Guest Not signed in

Black-Scholes: pricing European options closed-form

The formula every trading-desk candidate is expected to walk through in a first-round interview. One closed-form expression for a vanilla call — and the replicating-portfolio argument that gets you there is the interview question.

Method · Black Scholes
Intro
A large dust particle jittering randomly due to collisions with many smaller gas molecules β€” Brownian motion
Lookang; model by Francisco Esquembre, Fu-Kwun, and Lookang β€” https://commons.wikimedia.org/wiki/File:Brownian_motion_large.gif · CC BY-SA 3.0 · Wikimedia Commons

Black–Scholes turns a vanilla European call or put into a single closed-form expression β€” no simulation, no tree, just plug-and-chug. The model bakes in lognormal stock dynamics, constant volatility, no dividends, frictionless trading (no fees, continuous hedging), and a constant risk-free rate. The recipe is mechanical: compute $d_1 = [\ln(S/K) + (r + \tfrac{1}{2}\sigma^2)T]/(\sigma\sqrt{T})$, then $d_2 = d_1 - \sigma\sqrt{T}$, then plug into $C = S\,N(d_1) - K e^{-rT} N(d_2)$ for a call (or the put analog). The hard part isn’t the formula β€” it’s building intuition for how each input bends the price. Pair this with the Greeks Explorer for a slider-driven visual feel.

βœ“ Intro Β· expand
Independent · Legal