#include "toplevelfixture.hpp"
#include <boost/make_shared.hpp>
#include <boost/test/unit_test.hpp>
#include <ql/quotes/simplequote.hpp>
#include <ql/time/calendars/weekendsonly.hpp>
#include <ql/time/daycounters/actual365fixed.hpp>
#include <qle/math/flatextrapolation2d.hpp>
#include <qle/termstructures/credit/basecorrelationstructure.hpp>
#include <qle/termstructures/credit/spreadedbasecorrelationcurve.hpp>
Go to the source code of this file.
Functions | |
void | initializeSettings (CommonData &cd) |
Handle< QuantExt::BaseCorrelationTermStructure > | buildBilinearFlatBaseCorrelationCurve (CommonData &cd) |
BOOST_AUTO_TEST_CASE (testBaseCorrelationCurve) | |
BOOST_AUTO_TEST_CASE (testSpreadedCorrelationCurve) | |
BOOST_AUTO_TEST_CASE (testParallelShift) | |
void initializeSettings | ( | CommonData & | cd | ) |
Definition at line 48 of file basecorrelationcurve.cpp.
Handle< QuantExt::BaseCorrelationTermStructure > buildBilinearFlatBaseCorrelationCurve | ( | CommonData & | cd | ) |
Definition at line 52 of file basecorrelationcurve.cpp.
BOOST_AUTO_TEST_CASE | ( | testBaseCorrelationCurve | ) |
Definition at line 70 of file basecorrelationcurve.cpp.
BOOST_AUTO_TEST_CASE | ( | testSpreadedCorrelationCurve | ) |
Definition at line 100 of file basecorrelationcurve.cpp.
BOOST_AUTO_TEST_CASE | ( | testParallelShift | ) |
Definition at line 129 of file basecorrelationcurve.cpp.