#include <ored/marketdata/marketimpl.hpp>
#include <ored/utilities/indexparser.hpp>
#include <ored/utilities/parsers.hpp>
#include <ql/quotes/simplequote.hpp>
#include <ql/termstructures/credit/flathazardrate.hpp>
#include <ql/termstructures/credit/piecewisedefaultcurve.hpp>
#include <ql/termstructures/voltermstructure.hpp>
#include <ql/termstructures/yield/flatforward.hpp>
#include <ql/termstructures/yield/piecewiseyieldcurve.hpp>
#include <ql/termstructures/yield/ratehelpers.hpp>
#include <ql/time/calendars/nullcalendar.hpp>
#include <ql/time/calendars/target.hpp>
#include <ql/time/daycounters/actual360.hpp>
#include <ql/time/daycounters/actualactual.hpp>
#include <qle/termstructures/crossccybasisswaphelper.hpp>
#include <ql/termstructures/credit/defaultprobabilityhelpers.hpp>
#include <qle/termstructures/oisratehelper.hpp>
Go to the source code of this file.
Classes | |
class | OredTestMarket |
Simple flat market setup to be used in the test suite, plain copy from OREAP test suite. More... | |