fn compute_iv_points(
quotes: &[OptionQuote],
ctx: &ChainContext,
) -> Vec<FittedIvPoint>Expand description
Fit an implied-vol point from each quote in the chain that survives quality checks. Filters silently — the count of dropped quotes is observable by comparing input/output lengths if a caller needs it.