#include <boost/test/unit_test.hpp>
#include <oret/toplevelfixture.hpp>
#include <boost/algorithm/string/replace.hpp>
#include <boost/make_shared.hpp>
#include <ored/configuration/conventions.hpp>
#include <ql/currencies/all.hpp>
#include <ql/time/calendars/all.hpp>
#include <ql/time/daycounters/all.hpp>
#include <qle/calendars/ice.hpp>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (testCrossCcyFixFloatSwapConventionConstruction) | |
BOOST_AUTO_TEST_CASE (testCrossCcyFixFloatSwapConventionFromXml) | |
BOOST_AUTO_TEST_CASE (testCrossCcyFixFloatSwapConventionToXml) | |
BOOST_AUTO_TEST_CASE (testDayOfMonthCommodityFutureConventionConstruction) | |
BOOST_AUTO_TEST_CASE (testDayOfMonthCommodityFutureConventionFromXml) | |
BOOST_AUTO_TEST_CASE (testDayOfMonthCommodityFutureConventionToXml) | |
BOOST_AUTO_TEST_CASE (testIborConventionConstructionWithTenor) | |
BOOST_AUTO_TEST_CASE (testIborConventionConstructionWithoutTenor) | |
BOOST_AUTO_TEST_CASE (testIborConventionConstruction7D) | |
BOOST_AUTO_TEST_CASE | ( | testCrossCcyFixFloatSwapConventionConstruction | ) |
Definition at line 63 of file conventions.cpp.
BOOST_AUTO_TEST_CASE | ( | testCrossCcyFixFloatSwapConventionFromXml | ) |
Definition at line 97 of file conventions.cpp.
BOOST_AUTO_TEST_CASE | ( | testCrossCcyFixFloatSwapConventionToXml | ) |
Definition at line 142 of file conventions.cpp.
BOOST_AUTO_TEST_CASE | ( | testDayOfMonthCommodityFutureConventionConstruction | ) |
Definition at line 173 of file conventions.cpp.
BOOST_AUTO_TEST_CASE | ( | testDayOfMonthCommodityFutureConventionFromXml | ) |
Definition at line 222 of file conventions.cpp.
BOOST_AUTO_TEST_CASE | ( | testDayOfMonthCommodityFutureConventionToXml | ) |
Definition at line 283 of file conventions.cpp.
BOOST_AUTO_TEST_CASE | ( | testIborConventionConstructionWithTenor | ) |
Definition at line 337 of file conventions.cpp.
BOOST_AUTO_TEST_CASE | ( | testIborConventionConstructionWithoutTenor | ) |
Definition at line 343 of file conventions.cpp.
BOOST_AUTO_TEST_CASE | ( | testIborConventionConstruction7D | ) |
Definition at line 349 of file conventions.cpp.