Black volatility surface based on bf/rr quotes. More...
#include <ql/experimental/fx/deltavolquote.hpp>
#include <ql/math/interpolation.hpp>
#include <ql/option.hpp>
#include <ql/termstructures/volatility/equityfx/blackvoltermstructure.hpp>
#include <ql/termstructures/yieldtermstructure.hpp>
#include <ql/time/calendar.hpp>
#include <ql/time/daycounter.hpp>
Go to the source code of this file.
Classes | |
class | BlackVolatilitySurfaceBFRR |
class | SimpleDeltaInterpolatedSmile |
Namespaces | |
namespace | QuantExt |
namespace | QuantExt::detail |
Functions | |
QuantLib::ext::shared_ptr< SimpleDeltaInterpolatedSmile > | createSmile (const Real spot, const Real domDisc, const Real forDisc, const Real expiryTime, const std::vector< Real > &deltas, const std::vector< Real > &bfQuotes, const std::vector< Real > &rrQuotes, const Real atmVol, const DeltaVolQuote::DeltaType dt, const DeltaVolQuote::AtmType at, const Option::Type riskReversalInFavorOf, const bool butterflyIsBrokerStyle, const BlackVolatilitySurfaceBFRR::SmileInterpolation smileInterpolation) |
Black volatility surface based on bf/rr quotes.
Definition in file blackvolsurfacebfrr.hpp.