#include "toplevelfixture.hpp"
#include <boost/assign/list_of.hpp>
#include <boost/make_shared.hpp>
#include <boost/test/unit_test.hpp>
#include <ql/currencies/america.hpp>
#include <ql/math/interpolations/all.hpp>
#include <ql/quotes/simplequote.hpp>
#include <ql/termstructures/yield/flatforward.hpp>
#include <ql/termstructures/yield/zerocurve.hpp>
#include <ql/time/daycounters/actual365fixed.hpp>
#include <qle/termstructures/pricecurve.hpp>
#include <qle/termstructures/pricetermstructureadapter.hpp>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (testImpliedZeroRates) | |
BOOST_AUTO_TEST_CASE (testFloatingDiscountFixedPrice) | |
BOOST_AUTO_TEST_CASE (testFixedDiscountFloatingPrice) | |
BOOST_AUTO_TEST_CASE (testExtrapolation) | |
BOOST_AUTO_TEST_CASE | ( | testImpliedZeroRates | ) |
Definition at line 77 of file pricetermstructureadapter.cpp.
BOOST_AUTO_TEST_CASE | ( | testFloatingDiscountFixedPrice | ) |
Definition at line 134 of file pricetermstructureadapter.cpp.
BOOST_AUTO_TEST_CASE | ( | testFixedDiscountFloatingPrice | ) |
Definition at line 171 of file pricetermstructureadapter.cpp.
BOOST_AUTO_TEST_CASE | ( | testExtrapolation | ) |
Definition at line 206 of file pricetermstructureadapter.cpp.