About this calculator
The Black-Scholes-Merton model is the standard framework for pricing European-style options. It calculates the theoretical fair value of a call or put given the underlying spot, strike, time to expiration, risk-free rate, and implied volatility. The model also produces the "Greeks" — sensitivity measures (delta, gamma, theta, vega, rho) used to hedge and manage option positions.
The formula (simplified)
For a European call: C = S × N(d₁) − K × e-rT × N(d₂), where d₁ and d₂ depend on the inputs and N(·) is the cumulative normal distribution. The put price is derived via put-call parity. This calculator computes everything internally — you just need the 6 inputs.
Reading the Greeks
- Delta — change in option price per $1 change in underlying. ATM calls have delta ~0.5; deep ITM ~1.0; deep OTM ~0. Also reads as approximate probability of finishing ITM.
- Gamma — change in delta per $1 underlying move. Highest near the strike and near expiration.
- Theta — daily decay in option value. The "rent" you pay for holding optionality. Long options bleed theta; short options collect it.
- Vega — sensitivity to a 1% change in implied volatility. Long options are long vega; you profit when IV rises.
- Rho — sensitivity to interest rates. Usually small at retail-relevant durations.
Where Black-Scholes breaks down
The model assumes lognormal returns, constant volatility, no early exercise (European-style), and continuous trading. Real markets violate all four — most US equity options are American-style (early exercisable), volatility clusters and spikes, returns have fat tails, and the model systematically mis-prices deep OTM puts (the "volatility smile/skew"). Use Black-Scholes as a baseline; real traders adjust for these effects.