Home
last modified time | relevance | path

Searched refs:expectedSwaption (Results 1 – 4 of 4) sorted by relevance

/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Dswapforwardmappings.cpp358 Real expectedSwaption = BlackCalculator(payoff, in testForwardCoterminalMappings() local
363 if (fabs(expectedSwaption-results[i]) > 0.0001) in testForwardCoterminalMappings()
365 "expected\t" << expectedSwaption << in testForwardCoterminalMappings()
368 "\t" <<std::fabs(results[i]- expectedSwaption)/errors[i]); in testForwardCoterminalMappings()
437 Real expectedSwaption = BlackCalculator(payoffDis, in testSwaptionImpliedVolatility() local
441 Real error = expectedSwaption - results[0]; in testSwaptionImpliedVolatility()
445 "expected\t" << expectedSwaption << in testSwaptionImpliedVolatility()
H A Dmarketmodel_cms.cpp402 Real expectedSwaption = in checkCMSAndSwaptions() local
408 expectedSwaptions[i] = expectedSwaption; in checkCMSAndSwaptions()
H A Dmarketmodel_smm.cpp395 Real expectedSwaption = in checkCoterminalSwapsAndSwaptions() local
401 expectedSwaptions[i] = expectedSwaption; in checkCoterminalSwapsAndSwaptions()
H A Dmarketmodel.cpp1258 Real expectedSwaption = in addCoterminalSwapsAndSwaptions() local
1264 … subProductExpectedValues.back().values.push_back(expectedSwaption); in addCoterminalSwapsAndSwaptions()