![]() QuantLib 0.3.6User manualIntroduction to QuantLibQuantLib componentsReference manual |
MCBasketEngine Class Template Reference#include <ql/PricingEngines/Basket/mcbasketengine.hpp>
Inheritance diagram for MCBasketEngine: ![]() Detailed Descriptiontemplate<class RNG = PseudoRandom, class S = Statistics>
MC Pricing engine for European Baskets.
|
Public Types | |
typedef McSimulation< MultiAsset< RNG >, S >::path_generator_type | path_generator_type |
typedef McSimulation< MultiAsset< RNG >, S >::path_pricer_type | path_pricer_type |
typedef McSimulation< MultiAsset< RNG >, S >::stats_type | stats_type |
Public Member Functions | |
MCBasketEngine (Size maxTimeStepsPerYear, bool antitheticVariate=false, bool controlVariate=false, Size requiredSamples=Null< int >(), double requiredTolerance=Null< double >(), Size maxSamples=Null< int >(), bool brownianBridge=false, long seed=0) | |
void | calculate () const |
Protected Member Functions | |
Handle< path_generator_type > | pathGenerator () const |
TimeGrid | timeGrid () const |
Handle< path_pricer_type > | pathPricer () const |
Protected Attributes | |
Size | maxTimeStepsPerYear_ |
Size | requiredSamples_ |
Size | maxSamples_ |
double | requiredTolerance_ |
bool | brownianBridge_ |
long | seed_ |
QuantLib.org![]() |
Hosted by![]() |
Documentation generated by![]() |