nkechiiregbulem / Quant-Finance

Quantitative Finance (Derivatives Pricing Theory) (Black-Scholes Formula)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quantitative Finance (Derivatives Pricing Theory) (Black-Scholes Formula)


Alt Text

Pricing European Vanilla Options based on Black-Scholes Forumla

A vanilla option is a financial instrument that gives the holder the right, but not the obligation, to buy or sell an underlying asset at a predetermined price within a given timeframe.

Alt Text

Where:

  • C = call option price
  • S = is the current stock (or other underlying) price
  • K = is the strike price
  • r = is the risk-free interest rate
  • t = is the time to maturity
  • N = denotes a normal distribution

Code:

  • S = asset_price
  • K = strike_price
  • r = RFR
  • t = mt
  • N = erfc

About

Quantitative Finance (Derivatives Pricing Theory) (Black-Scholes Formula)


Languages

Language:C++ 100.0%