pub(super) fn resolve_fill_underlying_notional( fill: &Fill, spot_prices: &HashMap<String, Decimal>, reference_prices: &HashMap<String, f64>, ) -> Option<Decimal>