pub fn american_implied_vol(
params: CrrParams,
option_type: OptionType,
market_price: f64,
) -> FinanceResult<f64>Expand description
Alias: American IV when style is American (any style works).
pub fn american_implied_vol(
params: CrrParams,
option_type: OptionType,
market_price: f64,
) -> FinanceResult<f64>Alias: American IV when style is American (any style works).