Skip to content

Commit bb355ea

Browse files
committed
Update test
1 parent 9fbffc0 commit bb355ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test-suite/overnightindexedswap.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ void OvernightIndexedSwapTest::test131BootstrapRegression() {
510510

511511
std::vector<ext::shared_ptr<RateHelper>> helpers;
512512
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));
513514

514515
auto curve = PiecewiseYieldCurve<ForwardRate,BackwardFlat>(0, TARGET(), helpers, Actual365Fixed());
515516
BOOST_CHECK_NO_THROW(curve.nodes());

0 commit comments

Comments
 (0)