#include "toplevelfixture.hpp"
#include <boost/make_shared.hpp>
#include <boost/test/unit_test.hpp>
#include <ql/cashflows/couponpricer.hpp>
#include <ql/cashflows/floatingratecoupon.hpp>
#include <ql/currencies/all.hpp>
#include <ql/indexes/ibor/gbplibor.hpp>
#include <ql/indexes/ibor/usdlibor.hpp>
#include <ql/quotes/simplequote.hpp>
#include <ql/termstructures/yield/discountcurve.hpp>
#include <ql/time/calendars/all.hpp>
#include <ql/time/daycounters/actual360.hpp>
#include <ql/types.hpp>
#include <qle/instruments/crossccybasismtmresetswap.hpp>
#include <qle/pricingengines/crossccyswapengine.hpp>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (testSwapPricing) | |
BOOST_AUTO_TEST_CASE | ( | testSwapPricing | ) |
Definition at line 321 of file crossccybasismtmresetswap.cpp.