#include <boost/test/unit_test.hpp>
#include <boost/test/data/test_case.hpp>
#include <ored/scripting/scriptengine.hpp>
#include <ored/scripting/models/localvol.hpp>
#include <ored/scripting/staticanalyser.hpp>
#include <ored/scripting/scriptparser.hpp>
#include <ored/scripting/astprinter.hpp>
#include <ored/scripting/models/blackscholes.hpp>
#include <ored/scripting/models/dummymodel.hpp>
#include <oret/toplevelfixture.hpp>
#include <ored/model/localvolmodelbuilder.hpp>
#include <qle/termstructures/flatcorrelation.hpp>
#include <qle/methods/multipathgeneratorbase.hpp>
#include <ql/exercise.hpp>
#include <ql/time/daycounters/actualactual.hpp>
#include <ql/quotes/simplequote.hpp>
#include <ql/instruments/vanillaoption.hpp>
#include <ql/pricingengines/vanilla/analyticeuropeanengine.hpp>
#include <ql/processes/stochasticprocessarray.hpp>
#include <ql/termstructures/yield/flatforward.hpp>
#include <ql/termstructures/volatility/equityfx/blackconstantvol.hpp>
#include <ql/time/calendars/nullcalendar.hpp>
#include <ql/pricingengines/blackformula.hpp>
#include <ql/termstructures/volatility/sabr.hpp>
#include <iomanip>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (testFlatVols) | |
BOOST_AUTO_TEST_CASE (testSabrVols) | |
BOOST_AUTO_TEST_CASE | ( | testFlatVols | ) |
Definition at line 137 of file localvol.cpp.
BOOST_AUTO_TEST_CASE | ( | testSabrVols | ) |
Definition at line 159 of file localvol.cpp.