@@ -75,7 +75,7 @@ void testCalibrationInstrumentRepricing(const Model::Type type, const std::vecto
7575 params.regressionOrder = 1 ;
7676 auto localVol = QuantLib::ext::make_shared<BlackScholes>(
7777 type, size, " EUR" , process->riskFreeRate (), " EQ-DUMMY" , " EUR" , builder.model (), simDates,
78- QuantLib::ext::make_shared<IborFallbackConfig>(IborFallbackConfig::defaultConfig ()), " LocalVol " ,
78+ QuantLib::ext::make_shared<IborFallbackConfig>(IborFallbackConfig::defaultConfig ()), " Smile " ,
7979 std::vector<Real>{}, params);
8080
8181 // loop over the calibration options and price them in the local vol model using MC
@@ -205,8 +205,8 @@ BOOST_AUTO_TEST_CASE(testSabrVols) {
205205
206206 auto process = QuantLib::ext::make_shared<GeneralizedBlackScholesProcess>(spot, q, r, vol);
207207
208- testCalibrationInstrumentRepricing (Model::Type::MC, expiries, moneyness, process, 20 , 10000 , 0.30 );
209- testCalibrationInstrumentRepricing (Model::Type::FD, expiries, moneyness, process, 20 , 100 , 0.30 );
208+ testCalibrationInstrumentRepricing (Model::Type::MC, expiries, moneyness, process, 20 , 10000 , 0.35 );
209+ testCalibrationInstrumentRepricing (Model::Type::FD, expiries, moneyness, process, 20 , 100 , 0.35 );
210210}
211211
212212BOOST_AUTO_TEST_SUITE_END ()
0 commit comments