QuantLib
A free/open-source library for quantitative finance
Reference manual - version 1.20
Public Member Functions | List of all members
MakeMCHullWhiteCapFloorEngine< RNG, S > Class Template Reference

Monte Carlo Hull-White cap-floor engine factory. More...

#include <ql/pricingengines/capfloor/mchullwhiteengine.hpp>

Public Member Functions

 MakeMCHullWhiteCapFloorEngine (const ext::shared_ptr< HullWhite > &)
 
MakeMCHullWhiteCapFloorEngine & withBrownianBridge (bool b=true)
 
MakeMCHullWhiteCapFloorEngine & withSamples (Size samples)
 
MakeMCHullWhiteCapFloorEngine & withAbsoluteTolerance (Real tolerance)
 
MakeMCHullWhiteCapFloorEngine & withMaxSamples (Size samples)
 
MakeMCHullWhiteCapFloorEngine & withSeed (BigNatural seed)
 
MakeMCHullWhiteCapFloorEngine & withAntitheticVariate (bool b=true)
 
 operator ext::shared_ptr< PricingEngine > () const
 

Detailed Description

template<class RNG = PseudoRandom, class S = Statistics>
class QuantLib::MakeMCHullWhiteCapFloorEngine< RNG, S >

Monte Carlo Hull-White cap-floor engine factory.