Function greeks::delta_call [] [src]

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

Calculates the delta of a call option.

Delta measures the rate of the theoretical option value with respect to the changes in the underlying asset's price.

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