#include <boost/make_shared.hpp>
#include <boost/test/unit_test.hpp>
#include <boost/test/data/test_case.hpp>
#include <ored/configuration/conventions.hpp>
#include <ored/configuration/curveconfigurations.hpp>
#include <ored/marketdata/csvloader.hpp>
#include <ored/marketdata/fixings.hpp>
#include <ored/marketdata/todaysmarket.hpp>
#include <ored/marketdata/todaysmarketparameters.hpp>
#include <ored/portfolio/enginefactory.hpp>
#include <ored/portfolio/fixingdates.hpp>
#include <ored/portfolio/portfolio.hpp>
#include <ored/portfolio/trade.hpp>
#include <ored/utilities/csvfilereader.hpp>
#include <ored/utilities/indexparser.hpp>
#include <ored/utilities/to_string.hpp>
#include <qle/indexes/dividendmanager.hpp>
#include <oret/datapaths.hpp>
#include <oret/toplevelfixture.hpp>
#include <ql/time/calendars/weekendsonly.hpp>
#include <tuple>
Go to the source code of this file.
Functions | |
BOOST_DATA_TEST_CASE_F (F, testTradeTypes, bdata::make(tradeTypes) *bdata::make(tradeCases) *bdata::make(bools) *bdata::make(bools), tradeType, tradeCase, includeSettlementDateFlows, enforcesTodaysHistoricFixings) | |
BOOST_AUTO_TEST_CASE (testModifyInflationFixings) | |
BOOST_AUTO_TEST_CASE (testAddMarketFixings) | |
BOOST_FIXTURE_TEST_CASE (testFxNotionalResettingSwapFirstCoupon, F) | |
BOOST_FIXTURE_TEST_CASE (testDividends, F) | |
BOOST_DATA_TEST_CASE_F | ( | F | , |
testTradeTypes | , | ||
bdata::make(tradeTypes) *bdata::make(tradeCases) *bdata::make(bools) *bdata::make(bools) | , | ||
tradeType | , | ||
tradeCase | , | ||
includeSettlementDateFlows | , | ||
enforcesTodaysHistoricFixings | |||
) |
Definition at line 190 of file fixings.cpp.
BOOST_AUTO_TEST_CASE | ( | testModifyInflationFixings | ) |
Definition at line 256 of file fixings.cpp.
BOOST_AUTO_TEST_CASE | ( | testAddMarketFixings | ) |
Definition at line 295 of file fixings.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testFxNotionalResettingSwapFirstCoupon | , |
F | |||
) |
Definition at line 372 of file fixings.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testDividends | , |
F | |||
) |
Definition at line 417 of file fixings.cpp.