QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <marketmodelvolprocess.hpp>
Public Member Functions | |
MarketModelVolProcess ()=default | |
virtual | ~MarketModelVolProcess ()=default |
virtual Size | variatesPerStep ()=0 |
virtual Size | numberSteps ()=0 |
virtual void | nextPath ()=0 |
virtual Real | nextstep (const std::vector< Real > &variates)=0 |
virtual Real | stepSd () const =0 |
virtual const std::vector< Real > & | stateVariables () const =0 |
virtual Size | numberStateVariables () const =0 |
Displaced diffusion LMM with uncorrelated vol process. Called "Shifted BGM" with Heston vol by Brace in "Engineering BGM." Vol process is an external input.
Definition at line 34 of file marketmodelvolprocess.hpp.
|
default |
|
virtualdefault |
|
pure virtual |
Implemented in SquareRootAndersen.
|
pure virtual |
Implemented in SquareRootAndersen.
|
pure virtual |
Implemented in SquareRootAndersen.
Implemented in SquareRootAndersen.
|
pure virtual |
Implemented in SquareRootAndersen.
|
pure virtual |
Implemented in SquareRootAndersen.
|
pure virtual |
Implemented in SquareRootAndersen.