bs_delta

Function bs_delta 

Source
pub fn bs_delta(x: f64, sigma: f64, tte: f64, is_call: bool, q: f64) -> f64
Expand description

Black-Scholes delta calculation with dividend yield Uses the standard normal CDF from statrs for precision x = ln(K/F), so d1 uses -x for standard Black-Scholes formula