#include "toplevelfixture.hpp"
#include <boost/make_shared.hpp>
#include <boost/test/unit_test.hpp>
#include <ql/currencies/all.hpp>
#include <ql/indexes/ibor/usdlibor.hpp>
#include <ql/quotes/simplequote.hpp>
#include <ql/termstructures/yield/discountcurve.hpp>
#include <ql/termstructures/yield/flatforward.hpp>
#include <ql/termstructures/yield/piecewiseyieldcurve.hpp>
#include <ql/time/calendars/all.hpp>
#include <ql/time/daycounters/actual360.hpp>
#include <ql/types.hpp>
#include <qle/pricingengines/crossccyswapengine.hpp>
#include <qle/termstructures/crossccyfixfloatswaphelper.hpp>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (testBootstrap) | |
BOOST_AUTO_TEST_CASE (testSpotFxChange) | |
BOOST_AUTO_TEST_CASE (testSpreadChange) | |
BOOST_AUTO_TEST_CASE (testMovingEvaluationDate) | |
BOOST_AUTO_TEST_CASE | ( | testBootstrap | ) |
Definition at line 147 of file crossccyfixfloatswaphelper.cpp.
BOOST_AUTO_TEST_CASE | ( | testSpotFxChange | ) |
Definition at line 176 of file crossccyfixfloatswaphelper.cpp.
BOOST_AUTO_TEST_CASE | ( | testSpreadChange | ) |
Definition at line 220 of file crossccyfixfloatswaphelper.cpp.
BOOST_AUTO_TEST_CASE | ( | testMovingEvaluationDate | ) |
Definition at line 265 of file crossccyfixfloatswaphelper.cpp.