Skip to content

wise-saint/Black-Scholes-Formula

Repository files navigation

Black-Scholes-Formula

Option Pricing Using the Black Scholes Formula

Options

Options are derivative securities, representing a right (not obligation) to buy or sell the underlying security at a given price on or before a specified period of time.

Black Scholes Formula

C(0) = S(0)N(d1) – Ke(-rT)N(d2)

Where, d1 = ln(S(0)/K) + (r + σ2/2)T and d2 = d1 - σ√T

C(0): call option price
S(0): current price of the underlying asset or spot price.
N(d): cumulative probability distribution function
image

r: annualized risk-free interest rate
σ: volatility
T: maturity time or expiry time.
K: strike price or exercise price.

About

Option Pricing Using the Black Scholes Formula

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages