diff --git a/OREData/ored/marketdata/genericyieldvolcurve.cpp b/OREData/ored/marketdata/genericyieldvolcurve.cpp index 15cfe839fc..2d0daf2619 100644 --- a/OREData/ored/marketdata/genericyieldvolcurve.cpp +++ b/OREData/ored/marketdata/genericyieldvolcurve.cpp @@ -508,6 +508,7 @@ GenericYieldVolCurve::GenericYieldVolCurve( : QuantLib::ShiftedLognormal, initialModelParameters, config->outputShift(), config->modelShift(), maxCalibrationAttempts, exitEarlyErrorThreshold, maxAcceptableError); + cube->enableExtrapolation(); } // Wrap it in a SwaptionVolCubeWithATM, disable short-cut for atm vol retrieval