We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7513a commit ae31445Copy full SHA for ae31445
1 file changed
OREAnalytics/orea/scenario/scenariosimmarket.cpp
@@ -947,8 +947,8 @@ ScenarioSimMarket::ScenarioSimMarket(
947
DLOG("Dynamic (" << wrapper->volatilityType() << ") yield vols (" << decayModeString
948
<< ") for qualifier " << name);
949
950
- // QL_REQUIRE(!QuantLib::ext::dynamic_pointer_cast<ProxySwaptionVolatility>(*wrapper),
951
- // "DynamicSwaptionVolatilityMatrix does not support ProxySwaptionVolatility surface");
+ QL_REQUIRE(!QuantLib::ext::dynamic_pointer_cast<ProxySwaptionVolatility>(*wrapper),
+ "DynamicSwaptionVolatilityMatrix does not support ProxySwaptionVolatility surface");
952
953
QuantLib::ext::shared_ptr<SwaptionVolatilityStructure> atmSlice;
954
if (isAtm)
0 commit comments