QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
FdOrnsteinUhlenbeckVanillaEngine Class Reference

#include <ql/experimental/finitedifferences/fdornsteinuhlenbeckvanillaengine.hpp>

+ Inheritance diagram for FdOrnsteinUhlenbeckVanillaEngine:
+ Collaboration diagram for FdOrnsteinUhlenbeckVanillaEngine:

Public Member Functions

 FdOrnsteinUhlenbeckVanillaEngine (ext::shared_ptr< OrnsteinUhlenbeckProcess >, const ext::shared_ptr< YieldTermStructure > &rTS, Size tGrid=100, Size xGrid=100, Size dampingSteps=0, Real epsilon=0.0001, const FdmSchemeDesc &schemeDesc=FdmSchemeDesc::Douglas())
 
 FdOrnsteinUhlenbeckVanillaEngine (ext::shared_ptr< OrnsteinUhlenbeckProcess >, const ext::shared_ptr< YieldTermStructure > &rTS, DividendSchedule dividends, Size tGrid=100, Size xGrid=100, Size dampingSteps=0, Real epsilon=0.0001, const FdmSchemeDesc &schemeDesc=FdmSchemeDesc::Douglas())
 
void calculate () const override
 
- Public Member Functions inherited from GenericEngine< DividendVanillaOption::arguments, DividendVanillaOption::results >
PricingEngine::argumentsgetArguments () const override
 
const PricingEngine::resultsgetResults () const override
 
void reset () override
 
void update () override
 
- Public Member Functions inherited from PricingEngine
 ~PricingEngine () override=default
 
virtual argumentsgetArguments () const =0
 
virtual const resultsgetResults () const =0
 
virtual void reset ()=0
 
virtual void calculate () const =0
 
- Public Member Functions inherited from Observable
 Observable ()
 
 Observable (const Observable &)
 
Observableoperator= (const Observable &)
 
 Observable (Observable &&)=delete
 
Observableoperator= (Observable &&)=delete
 
virtual ~Observable ()=default
 
void notifyObservers ()
 
- Public Member Functions inherited from Observer
 Observer ()=default
 
 Observer (const Observer &)
 
Observeroperator= (const Observer &)
 
virtual ~Observer ()
 
std::pair< iterator, boolregisterWith (const ext::shared_ptr< Observable > &)
 
void registerWithObservables (const ext::shared_ptr< Observer > &)
 
Size unregisterWith (const ext::shared_ptr< Observable > &)
 
void unregisterWithAll ()
 
virtual void update ()=0
 
virtual void deepUpdate ()
 

Private Attributes

const ext::shared_ptr< OrnsteinUhlenbeckProcessprocess_
 
const ext::shared_ptr< YieldTermStructurerTS_
 
DividendSchedule dividends_
 
bool explicitDividends_
 
const Size tGrid_
 
const Size xGrid_
 
const Size dampingSteps_
 
const Real epsilon_
 
const FdmSchemeDesc schemeDesc_
 

Additional Inherited Members

- Public Types inherited from Observer
typedef set_type::iterator iterator
 
- Protected Attributes inherited from GenericEngine< DividendVanillaOption::arguments, DividendVanillaOption::results >
DividendVanillaOption::arguments arguments_
 
DividendVanillaOption::results results_
 

Detailed Description

Definition at line 38 of file fdornsteinuhlenbeckvanillaengine.hpp.

Constructor & Destructor Documentation

◆ FdOrnsteinUhlenbeckVanillaEngine() [1/2]

FdOrnsteinUhlenbeckVanillaEngine ( ext::shared_ptr< OrnsteinUhlenbeckProcess process,
const ext::shared_ptr< YieldTermStructure > &  rTS,
Size  tGrid = 100,
Size  xGrid = 100,
Size  dampingSteps = 0,
Real  epsilon = 0.0001,
const FdmSchemeDesc schemeDesc = FdmSchemeDesc::Douglas() 
)

Definition at line 60 of file fdornsteinuhlenbeckvanillaengine.cpp.

+ Here is the call graph for this function:

◆ FdOrnsteinUhlenbeckVanillaEngine() [2/2]

FdOrnsteinUhlenbeckVanillaEngine ( ext::shared_ptr< OrnsteinUhlenbeckProcess process,
const ext::shared_ptr< YieldTermStructure > &  rTS,
DividendSchedule  dividends,
Size  tGrid = 100,
Size  xGrid = 100,
Size  dampingSteps = 0,
Real  epsilon = 0.0001,
const FdmSchemeDesc schemeDesc = FdmSchemeDesc::Douglas() 
)

Definition at line 75 of file fdornsteinuhlenbeckvanillaengine.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ calculate()

void calculate ( ) const
overridevirtual

Implements PricingEngine.

Definition at line 92 of file fdornsteinuhlenbeckvanillaengine.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ process_

const ext::shared_ptr<OrnsteinUhlenbeckProcess> process_
private

Definition at line 63 of file fdornsteinuhlenbeckvanillaengine.hpp.

◆ rTS_

const ext::shared_ptr<YieldTermStructure> rTS_
private

Definition at line 64 of file fdornsteinuhlenbeckvanillaengine.hpp.

◆ dividends_

DividendSchedule dividends_
private

Definition at line 65 of file fdornsteinuhlenbeckvanillaengine.hpp.

◆ explicitDividends_

bool explicitDividends_
private

Definition at line 66 of file fdornsteinuhlenbeckvanillaengine.hpp.

◆ tGrid_

const Size tGrid_
private

Definition at line 67 of file fdornsteinuhlenbeckvanillaengine.hpp.

◆ xGrid_

const Size xGrid_
private

Definition at line 67 of file fdornsteinuhlenbeckvanillaengine.hpp.

◆ dampingSteps_

const Size dampingSteps_
private

Definition at line 67 of file fdornsteinuhlenbeckvanillaengine.hpp.

◆ epsilon_

const Real epsilon_
private

Definition at line 68 of file fdornsteinuhlenbeckvanillaengine.hpp.

◆ schemeDesc_

const FdmSchemeDesc schemeDesc_
private

Definition at line 69 of file fdornsteinuhlenbeckvanillaengine.hpp.