#include "toplevelfixture.hpp"#include <boost/test/unit_test.hpp>#include <ql/indexes/inflation/aucpi.hpp>#include <ql/indexes/inflation/euhicp.hpp>#include <ql/math/interpolations/bilinearinterpolation.hpp>#include <ql/math/matrix.hpp>#include <ql/pricingengines/blackcalculator.hpp>#include <ql/termstructures/inflation/inflationhelpers.hpp>#include <ql/termstructures/inflationtermstructure.hpp>#include <ql/termstructures/volatility/inflation/cpivolatilitystructure.hpp>#include <ql/termstructures/yield/flatforward.hpp>#include <ql/time/calendars/nullcalendar.hpp>#include <ql/time/daycounters/actual365fixed.hpp>#include <qle/pricingengines/cpiblackcapfloorengine.hpp>#include <qle/termstructures/inflation/cpipricevolatilitysurface.hpp>#include <qle/termstructures/inflation/piecewisezeroinflationcurve.hpp>#include <qle/termstructures/interpolatedcpivolatilitysurface.hpp>#include <qle/utilities/inflation.hpp>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (testCPIVolatilitySurface) | |
| BOOST_AUTO_TEST_CASE (testCPIBlackCapFloorEngine) | |
| BOOST_AUTO_TEST_CASE (testCPIBlackCapFloorEngineSeasonedCapFloors) | |
| BOOST_AUTO_TEST_CASE (testCPIPriceVolSurface) | |
| BOOST_AUTO_TEST_CASE (testCPIPriceVolSurfaceMissingQuoteInterpolation) | |
| BOOST_AUTO_TEST_CASE (testCPIPriceVolSurfaceMissingQuoteExtrapolation) | |
| BOOST_AUTO_TEST_CASE (testCPIPriceVolSurfaceAllButOneQuoteMissing) | |
| BOOST_AUTO_TEST_CASE (testVolatiltiySurfaceWithStartDate) | |
| BOOST_AUTO_TEST_CASE | ( | testCPIVolatilitySurface | ) |
Definition at line 232 of file inflationvol.cpp.
| BOOST_AUTO_TEST_CASE | ( | testCPIBlackCapFloorEngine | ) |
Definition at line 266 of file inflationvol.cpp.
| BOOST_AUTO_TEST_CASE | ( | testCPIBlackCapFloorEngineSeasonedCapFloors | ) |
Definition at line 303 of file inflationvol.cpp.
| BOOST_AUTO_TEST_CASE | ( | testCPIPriceVolSurface | ) |
Definition at line 347 of file inflationvol.cpp.
| BOOST_AUTO_TEST_CASE | ( | testCPIPriceVolSurfaceMissingQuoteInterpolation | ) |
Definition at line 368 of file inflationvol.cpp.
| BOOST_AUTO_TEST_CASE | ( | testCPIPriceVolSurfaceMissingQuoteExtrapolation | ) |
Definition at line 396 of file inflationvol.cpp.
| BOOST_AUTO_TEST_CASE | ( | testCPIPriceVolSurfaceAllButOneQuoteMissing | ) |
Definition at line 457 of file inflationvol.cpp.
| BOOST_AUTO_TEST_CASE | ( | testVolatiltiySurfaceWithStartDate | ) |
Definition at line 496 of file inflationvol.cpp.