Black-Scholes
Applies to: finance, python
Black-Scholes is an option-pricing model that gives a model price under assumptions such as lognormal prices and constant volatility.
call = S*N(d1) - K*np.exp(-r*T)*N(d2)
See also: monte-carlo, gradient
Applies to: finance, python
Black-Scholes is an option-pricing model that gives a model price under assumptions such as lognormal prices and constant volatility.
call = S*N(d1) - K*np.exp(-r*T)*N(d2)
See also: monte-carlo, gradient