#include <boost/make_shared.hpp>
#include <boost/test/unit_test.hpp>
#include <ored/marketdata/marketimpl.hpp>
#include <ored/portfolio/builders/swap.hpp>
#include <ored/portfolio/enginedata.hpp>
#include <ored/portfolio/portfolio.hpp>
#include <ored/portfolio/swap.hpp>
#include <ored/utilities/indexparser.hpp>
#include <oret/toplevelfixture.hpp>
#include <ql/cashflows/iborcoupon.hpp>
#include <ql/termstructures/yield/discountcurve.hpp>
#include <ql/termstructures/yield/flatforward.hpp>
#include <ql/time/calendars/unitedstates.hpp>
#include <ql/time/daycounters/actual365fixed.hpp>
#include <ql/time/daycounters/actualactual.hpp>
#include <qle/cashflows/equitycoupon.hpp>
#include <qle/indexes/equityindex.hpp>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (testEquitySwapPriceReturn) | |
BOOST_AUTO_TEST_CASE (testEquitySwapTotalReturn) | |
BOOST_AUTO_TEST_CASE (testEquitySwapNotionalReset) | |
BOOST_AUTO_TEST_CASE | ( | testEquitySwapPriceReturn | ) |
Definition at line 185 of file equityswap.cpp.
BOOST_AUTO_TEST_CASE | ( | testEquitySwapTotalReturn | ) |
Definition at line 223 of file equityswap.cpp.
BOOST_AUTO_TEST_CASE | ( | testEquitySwapNotionalReset | ) |
Definition at line 261 of file equityswap.cpp.