QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Monte Carlo Everest-option engine factory. More...
#include <mceverestengine.hpp>
Public Member Functions | |
MakeMCEverestEngine (ext::shared_ptr< StochasticProcessArray >) | |
MakeMCEverestEngine & | withSteps (Size steps) |
MakeMCEverestEngine & | withStepsPerYear (Size steps) |
MakeMCEverestEngine & | withBrownianBridge (bool b=true) |
MakeMCEverestEngine & | withAntitheticVariate (bool b=true) |
MakeMCEverestEngine & | withSamples (Size samples) |
MakeMCEverestEngine & | withAbsoluteTolerance (Real tolerance) |
MakeMCEverestEngine & | withMaxSamples (Size samples) |
MakeMCEverestEngine & | withSeed (BigNatural seed) |
operator ext::shared_ptr< PricingEngine > () const | |
Private Attributes | |
ext::shared_ptr< StochasticProcessArray > | process_ |
bool | brownianBridge_ = false |
bool | antithetic_ = false |
Size | steps_ |
Size | stepsPerYear_ |
Size | samples_ |
Size | maxSamples_ |
Real | tolerance_ |
BigNatural | seed_ = 0 |
Monte Carlo Everest-option engine factory.
Definition at line 103 of file mceverestengine.hpp.
|
explicit |
Definition at line 210 of file mceverestengine.hpp.
MakeMCEverestEngine< RNG, S > & withSteps | ( | Size | steps | ) |
Definition at line 217 of file mceverestengine.hpp.
MakeMCEverestEngine< RNG, S > & withStepsPerYear | ( | Size | steps | ) |
Definition at line 224 of file mceverestengine.hpp.
MakeMCEverestEngine< RNG, S > & withBrownianBridge | ( | bool | b = true | ) |
Definition at line 231 of file mceverestengine.hpp.
MakeMCEverestEngine< RNG, S > & withAntitheticVariate | ( | bool | b = true | ) |
Definition at line 238 of file mceverestengine.hpp.
MakeMCEverestEngine< RNG, S > & withSamples | ( | Size | samples | ) |
Definition at line 245 of file mceverestengine.hpp.
MakeMCEverestEngine< RNG, S > & withAbsoluteTolerance | ( | Real | tolerance | ) |
Definition at line 254 of file mceverestengine.hpp.
MakeMCEverestEngine< RNG, S > & withMaxSamples | ( | Size | samples | ) |
Definition at line 266 of file mceverestengine.hpp.
MakeMCEverestEngine< RNG, S > & withSeed | ( | BigNatural | seed | ) |
Definition at line 273 of file mceverestengine.hpp.
operator ext::shared_ptr< PricingEngine > |
Definition at line 280 of file mceverestengine.hpp.
|
private |
Definition at line 118 of file mceverestengine.hpp.
|
private |
Definition at line 119 of file mceverestengine.hpp.
|
private |
Definition at line 119 of file mceverestengine.hpp.
|
private |
Definition at line 120 of file mceverestengine.hpp.
|
private |
Definition at line 120 of file mceverestengine.hpp.
|
private |
Definition at line 120 of file mceverestengine.hpp.
|
private |
Definition at line 120 of file mceverestengine.hpp.
|
private |
Definition at line 121 of file mceverestengine.hpp.
|
private |
Definition at line 122 of file mceverestengine.hpp.