#include "toplevelfixture.hpp"
#include <boost/test/unit_test.hpp>
#include <ql/termstructures/inflationtermstructure.hpp>
#include <qle/termstructures/inflation/piecewisezeroinflationcurve.hpp>
#include <ql/indexes/inflation/euhicp.hpp>
#include <ql/termstructures/inflation/inflationhelpers.hpp>
#include <ql/termstructures/yield/flatforward.hpp>
#include <ql/time/calendars/nullcalendar.hpp>
#include <ql/time/daycounters/actual365fixed.hpp>
#include <qle/utilities/inflation.hpp>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (testZeroInflationCurveNonInterpolatedLastMonthFixingUnknown) | |
BOOST_AUTO_TEST_CASE (testZeroInflationCurveNonInterpolatedLastMonthFixing) | |
BOOST_AUTO_TEST_CASE (testZeroInflationCurveInterpolatedLastMonthFixing) | |
BOOST_AUTO_TEST_CASE (testZeroInflationCurveNonInterpolatedLastMonthFixingUnknownWithSeasonality) | |
BOOST_AUTO_TEST_CASE (testZeroInflationCurveNonInterpolatedLastMonthFixingWithSeasonality) | |
BOOST_AUTO_TEST_CASE | ( | testZeroInflationCurveNonInterpolatedLastMonthFixingUnknown | ) |
Definition at line 107 of file inflationcurve.cpp.
BOOST_AUTO_TEST_CASE | ( | testZeroInflationCurveNonInterpolatedLastMonthFixing | ) |
Definition at line 146 of file inflationcurve.cpp.
BOOST_AUTO_TEST_CASE | ( | testZeroInflationCurveInterpolatedLastMonthFixing | ) |
Definition at line 185 of file inflationcurve.cpp.
BOOST_AUTO_TEST_CASE | ( | testZeroInflationCurveNonInterpolatedLastMonthFixingUnknownWithSeasonality | ) |
Definition at line 233 of file inflationcurve.cpp.
BOOST_AUTO_TEST_CASE | ( | testZeroInflationCurveNonInterpolatedLastMonthFixingWithSeasonality | ) |
Definition at line 274 of file inflationcurve.cpp.