QuantLib_MCHullWhiteCapFloorEngine (3) Linux Manual Page
QuantLib::MCHullWhiteCapFloorEngine – Monte Carlo Hull-White engine for cap/floors.
Synopsis
#include <ql/pricingengines/capfloor/mchullwhiteengine.hpp>Inherits QuantLib::CapFloor::engine, and McSimulation< SingleVariate, RNG, S >.
Public Types
typedef simulation::path_generator_type path_generator_typetypedef simulation::path_pricer_type path_pricer_type
typedef simulation::stats_type stats_type
Public Member Functions
MCHullWhiteCapFloorEngine (const boost::shared_ptr< HullWhite > &model, bool brownianBridge, bool antitheticVariate, Size requiredSamples, Real requiredTolerance, Size maxSamples, BigNatural seed)void calculate () const
Protected Member Functions
boost::shared_ptr< path_pricer_type > pathPricer () constTimeGrid timeGrid () const
boost::shared_ptr< path_generator_type > pathGenerator () const
