#include <qle/instruments/indexcdsoption.hpp>
#include <qle/pricingengines/blackindexcdsoptionengine.hpp>
#include <ql/exercise.hpp>
#include <ql/instruments/payoffs.hpp>
#include <ql/math/distributions/normaldistribution.hpp>
#include <ql/math/solvers1d/brent.hpp>
#include <ql/quotes/simplequote.hpp>
#include <ql/termstructures/volatility/equityfx/blackconstantvol.hpp>
#include <ql/termstructures/yieldtermstructure.hpp>
#include <boost/make_shared.hpp>
Go to the source code of this file.
◆ engine_
QuantLib::ext::shared_ptr<PricingEngine> engine_ |
|
private |
◆ targetValue_
◆ vol_
QuantLib::ext::shared_ptr<SimpleQuote> vol_ |
|
private |
◆ results_
const Instrument::results* results_ |
|
private |