pub fn build_implied_vol_surface(
contracts: &[Box<EquityOption>],
) -> Result<VolSurface, RustyQLibError>Expand description
Build an implied vol surface from quoted options. Quotes without a positive market price or violating arbitrage bounds are skipped (with a warning); at least one valid quote is required.