#include "swaptionmarketdata.hpp"
#include "toplevelfixture.hpp"
#include "yieldcurvemarketdata.hpp"
#include <boost/test/unit_test.hpp>
#include <qle/termstructures/swaptionvolatilityconverter.hpp>
#include <qle/termstructures/swaptionvolcube2.hpp>
#include <ql/indexes/swap/euriborswap.hpp>
#include <ql/pricingengines/blackformula.hpp>
#include <boost/assign/list_of.hpp>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (testNormalToLognormal) | |
BOOST_AUTO_TEST_CASE (testLognormalToNormal) | |
BOOST_AUTO_TEST_CASE (testNormalToShiftedLognormal) | |
BOOST_AUTO_TEST_CASE (testShiftedLognormalToShiftedLognormal) | |
BOOST_AUTO_TEST_CASE (testShiftedLognormalToNormal) | |
BOOST_AUTO_TEST_CASE (testFailureImplyingVol) | |
BOOST_AUTO_TEST_CASE (testNormalShiftsIgnored) | |
BOOST_AUTO_TEST_CASE (testConstructionFromSwapIndex) | |
BOOST_AUTO_TEST_CASE (testConstructionFromSwapIndexNoDiscount) | |
BOOST_AUTO_TEST_CASE (testCube) | |
BOOST_AUTO_TEST_CASE | ( | testNormalToLognormal | ) |
Definition at line 90 of file swaptionvolatilityconverter.cpp.
BOOST_AUTO_TEST_CASE | ( | testLognormalToNormal | ) |
Definition at line 119 of file swaptionvolatilityconverter.cpp.
BOOST_AUTO_TEST_CASE | ( | testNormalToShiftedLognormal | ) |
Definition at line 148 of file swaptionvolatilityconverter.cpp.
BOOST_AUTO_TEST_CASE | ( | testShiftedLognormalToShiftedLognormal | ) |
Definition at line 177 of file swaptionvolatilityconverter.cpp.
BOOST_AUTO_TEST_CASE | ( | testShiftedLognormalToNormal | ) |
Definition at line 207 of file swaptionvolatilityconverter.cpp.
BOOST_AUTO_TEST_CASE | ( | testFailureImplyingVol | ) |
Definition at line 236 of file swaptionvolatilityconverter.cpp.
BOOST_AUTO_TEST_CASE | ( | testNormalShiftsIgnored | ) |
Definition at line 263 of file swaptionvolatilityconverter.cpp.
BOOST_AUTO_TEST_CASE | ( | testConstructionFromSwapIndex | ) |
Definition at line 293 of file swaptionvolatilityconverter.cpp.
BOOST_AUTO_TEST_CASE | ( | testConstructionFromSwapIndexNoDiscount | ) |
Definition at line 325 of file swaptionvolatilityconverter.cpp.
BOOST_AUTO_TEST_CASE | ( | testCube | ) |
Definition at line 342 of file swaptionvolatilityconverter.cpp.