#include <qle/models/representativefxoption.hpp>
#include <oret/toplevelfixture.hpp>
#include <qle/cashflows/floatingratefxlinkednotionalcoupon.hpp>
#include <qle/indexes/fxindex.hpp>
#include <ql/cashflows/couponpricer.hpp>
#include <ql/cashflows/iborcoupon.hpp>
#include <ql/cashflows/simplecashflow.hpp>
#include <ql/currencies/america.hpp>
#include <ql/currencies/europe.hpp>
#include <ql/indexes/iborindex.hpp>
#include <ql/quotes/simplequote.hpp>
#include <ql/termstructures/yield/flatforward.hpp>
#include <ql/time/calendars/target.hpp>
#include <ql/time/calendars/unitedstates.hpp>
#include <ql/time/daycounters/actual360.hpp>
#include <ql/time/daycounters/actual365fixed.hpp>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (testSimpleCashflows) | |
BOOST_AUTO_TEST_CASE (testFxLinkedCashflow) | |
BOOST_AUTO_TEST_CASE (testFxLinkedFloatingRateCoupon) | |
BOOST_AUTO_TEST_CASE | ( | testSimpleCashflows | ) |
Definition at line 59 of file representativefxoption.cpp.
BOOST_AUTO_TEST_CASE | ( | testFxLinkedCashflow | ) |
Definition at line 120 of file representativefxoption.cpp.
BOOST_AUTO_TEST_CASE | ( | testFxLinkedFloatingRateCoupon | ) |
Definition at line 160 of file representativefxoption.cpp.