We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fbffc0 commit bb355eaCopy full SHA for bb355ea
1 file changed
test-suite/overnightindexedswap.cpp
@@ -510,6 +510,7 @@ void OvernightIndexedSwapTest::test131BootstrapRegression() {
510
511
std::vector<ext::shared_ptr<RateHelper>> helpers;
512
helpers.push_back(ext::make_shared<OISRateHelper>(2, 1 * Weeks, Handle<Quote>(ext::make_shared<SimpleQuote>(0.070/100)), eonia));
513
+ helpers.push_back(ext::make_shared<DatedOISRateHelper>(Date(16, January, 2013), Date(13, February, 2013), Handle<Quote>(ext::make_shared<SimpleQuote>(0.046/100)), eonia));
514
515
auto curve = PiecewiseYieldCurve<ForwardRate,BackwardFlat>(0, TARGET(), helpers, Actual365Fixed());
516
BOOST_CHECK_NO_THROW(curve.nodes());
0 commit comments