Function greeks::euro_call [] [src]

pub fn euro_call(s0: f64, x: f64, t: f64, r: f64, q: f64, sigma: f64) -> f64

Evaluates the price of a European call option on an underlying which does not pay dividends before expiry of the option using the Black-Scholes model

Arguments

  • s0 - The underlying price of the option
  • x - The strike price of the option
  • t - time to expiration as a percentage of the year
  • r - continuously compounded risk-free interest rate
  • q - continuously compounded divident yield
  • sigma - volatility