ATM vanilla, 1 year
Spot 100, strike 100, 30% volatility, 1% rate, 365 days. This is the default form.
- Call price
- 12.368
- Put price
- 11.373
- Call delta
- 0.57273
Black-Scholes prices and Greeks for European vanilla and cash-or-nothing binary options. Enter market inputs, then calculate call and put values side by side.
Spot, strike, volatility, the risk-free rate, and days to expiry are enough for a closed-form price. Choose vanilla for the usual call or put payoff, or binary for a cash-or-nothing that pays one unit if the option finishes in the money. Figures are theoretical and for information only.
Black-Scholes assumes the underlier follows a geometric Brownian motion with constant volatility and a constant risk-free rate, and that the option can be exercised only at expiry. There is no dividend yield in this implementation.
Time is converted to a year-fraction T by dividing days until expiration by 365. Volatility and the risk-free rate are entered as percentages and converted to decimals. N is the standard normal cumulative distribution:
C = S N(d1) − K e−rT N(d2)
P = K e−rT N(−d2) − S N(−d1)
d1 = [ln(S / K) + (r + σ2 / 2) T] / (σ √T)
d2 = d1 − σ √T
A cash-or-nothing binary that pays one unit if it finishes in the money uses the same d2 but a simpler payoff: the call is e−rT N(d2) and the put is e−rT N(−d2). Option prices are rounded to three decimals. Vega and rho are reported per one percentage point; theta is per calendar day.
These three cases use the same formula and rounding as the calculator above. Type the inputs in and you should get the same call and put prices.
Spot 100, strike 100, 30% volatility, 1% rate, 365 days. This is the default form.
Same spot, strike, vol, and rate, but only 90 days to expiry. Less time means a lower premium.
Same market as the first example, with type set to binary (cash or nothing). The payoff is one unit of cash, not the vanilla difference.
Black-Scholes is the closed-form equity-style case. FX options use two interest rates, implied volatility inverts the same vanilla formula, and the converter rescales a vol number before you type it in here. Path-dependent Asians and lookbacks, and a long call or put payoff chart, sit next to that vanilla engine.
Disclaimer: the contents of this website are for informational purposes only and do not constitute any investment recommendation. The visitor acts at his own risk.