#include <boost/make_shared.hpp>
#include <boost/test/unit_test.hpp>
#include <ored/configuration/conventions.hpp>
#include <ored/configuration/curveconfigurations.hpp>
#include <ored/marketdata/csvloader.hpp>
#include <ored/marketdata/todaysmarket.hpp>
#include <ored/marketdata/todaysmarketparameters.hpp>
#include <ored/portfolio/enginefactory.hpp>
#include <ored/portfolio/portfolio.hpp>
#include <ored/portfolio/trade.hpp>
#include <oret/datapaths.hpp>
#include <oret/toplevelfixture.hpp>
#include <ql/cashflows/cashflows.hpp>
#include <ql/cashflows/couponpricer.hpp>
#include <ql/instruments/capfloor.hpp>
#include <ql/pricingengines/capfloor/blackcapfloorengine.hpp>
#include <ql/termstructures/volatility/optionlet/constantoptionletvol.hpp>
#include <ql/time/calendar.hpp>
#include <ql/time/daycounter.hpp>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (testSingleCurrencyYieldCurveBootstrap) | |
BOOST_AUTO_TEST_CASE (testCrossCurrencyYieldCurveBootstrap) | |
BOOST_AUTO_TEST_CASE (testCapFloorStrip) | |
BOOST_AUTO_TEST_CASE | ( | testSingleCurrencyYieldCurveBootstrap | ) |
Definition at line 52 of file mxnircurves.cpp.
BOOST_AUTO_TEST_CASE | ( | testCrossCurrencyYieldCurveBootstrap | ) |
Definition at line 87 of file mxnircurves.cpp.
BOOST_AUTO_TEST_CASE | ( | testCapFloorStrip | ) |
Definition at line 123 of file mxnircurves.cpp.