Skip to content

Commit f6d53a9

Browse files
committed
bugfix
1 parent 491ffe3 commit f6d53a9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

OREAnalytics/orea/scenario/scenariosimmarket.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3052,7 +3052,8 @@ ScenarioSimMarket::ScenarioSimMarket(
30523052
newVol = Handle<BlackVolTermStructure>(
30533053
QuantLib::ext::make_shared<BlackVarianceSurfaceMoneynessForward>(
30543054
baseVol->calendar(), spot, expiryTimes, moneyness, quotes, dayCounter,
3055-
priceYts, yts, stickyStrike, flatExtrapMoneyness, baseVol->volType(),
3055+
priceYts, yts, stickyStrike, flatExtrapMoneyness, BlackVolTimeExtrapolation::FlatVolatility,
3056+
baseVol->volType(),
30563057
baseVol->shift()));
30573058
}
30583059
}

0 commit comments

Comments
 (0)