#include <boost/make_shared.hpp>
#include <boost/test/unit_test.hpp>
#include <ored/marketdata/marketimpl.hpp>
#include <ored/portfolio/bond.hpp>
#include <ored/portfolio/builders/bond.hpp>
#include <ored/portfolio/enginedata.hpp>
#include <ored/portfolio/envelope.hpp>
#include <ored/portfolio/legdata.hpp>
#include <ored/portfolio/schedule.hpp>
#include <ored/utilities/indexparser.hpp>
#include <oret/toplevelfixture.hpp>
#include <ql/termstructures/credit/flathazardrate.hpp>
#include <ql/termstructures/volatility/swaption/swaptionconstantvol.hpp>
#include <ql/termstructures/yield/flatforward.hpp>
#include <ql/time/calendars/target.hpp>
#include <ql/time/daycounters/actualactual.hpp>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (testZeroBond) | |
BOOST_AUTO_TEST_CASE (testAmortizingBond) | |
BOOST_AUTO_TEST_CASE (testAmortizingBondWithChangingAmortisation) | |
BOOST_AUTO_TEST_CASE (testMultiPhaseBond) | |
BOOST_AUTO_TEST_CASE (testBondZeroSpreadDefault) | |
BOOST_AUTO_TEST_CASE (testBondCompareDefault) | |
BOOST_AUTO_TEST_CASE | ( | testZeroBond | ) |
Definition at line 288 of file bond.cpp.
BOOST_AUTO_TEST_CASE | ( | testAmortizingBond | ) |
Definition at line 317 of file bond.cpp.
BOOST_AUTO_TEST_CASE | ( | testAmortizingBondWithChangingAmortisation | ) |
Definition at line 397 of file bond.cpp.
BOOST_AUTO_TEST_CASE | ( | testMultiPhaseBond | ) |
Definition at line 461 of file bond.cpp.
BOOST_AUTO_TEST_CASE | ( | testBondZeroSpreadDefault | ) |
Definition at line 503 of file bond.cpp.
BOOST_AUTO_TEST_CASE | ( | testBondCompareDefault | ) |
Definition at line 532 of file bond.cpp.