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

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

+ Inheritance diagram for FdExtOUJumpVanillaEngine:
+ Collaboration diagram for FdExtOUJumpVanillaEngine:

Public Types

typedef FdmExtOUJumpModelInnerValue::Shape Shape
 
- Public Types inherited from Observer
typedef set_type::iterator iterator
 

Public Member Functions

 FdExtOUJumpVanillaEngine (ext::shared_ptr< ExtOUWithJumpsProcess > p, ext::shared_ptr< YieldTermStructure > rTS, Size tGrid=50, Size xGrid=200, Size yGrid=50, ext::shared_ptr< Shape > shape=ext::shared_ptr< Shape >(), const FdmSchemeDesc &schemeDesc=FdmSchemeDesc::Hundsdorfer())
 
void calculate () const override
 
- Public Member Functions inherited from GenericEngine< VanillaOption::arguments, VanillaOption::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< ExtOUWithJumpsProcessprocess_
 
const ext::shared_ptr< YieldTermStructurerTS_
 
const ext::shared_ptr< Shapeshape_
 
const Size tGrid_
 
const Size xGrid_
 
const Size yGrid_
 
const FdmSchemeDesc schemeDesc_
 

Additional Inherited Members

- Protected Attributes inherited from GenericEngine< VanillaOption::arguments, VanillaOption::results >
VanillaOption::arguments arguments_
 
VanillaOption::results results_
 

Detailed Description

Definition at line 38 of file fdextoujumpvanillaengine.hpp.

Member Typedef Documentation

◆ Shape

Definition at line 42 of file fdextoujumpvanillaengine.hpp.

Constructor & Destructor Documentation

◆ FdExtOUJumpVanillaEngine()

FdExtOUJumpVanillaEngine ( ext::shared_ptr< ExtOUWithJumpsProcess p,
ext::shared_ptr< YieldTermStructure rTS,
Size  tGrid = 50,
Size  xGrid = 200,
Size  yGrid = 50,
ext::shared_ptr< Shape shape = ext::shared_ptr<Shape>(),
const FdmSchemeDesc schemeDesc = FdmSchemeDesc::Hundsdorfer() 
)

Definition at line 43 of file fdextoujumpvanillaengine.cpp.

Member Function Documentation

◆ calculate()

void calculate ( ) const
overridevirtual

Implements PricingEngine.

Definition at line 54 of file fdextoujumpvanillaengine.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ process_

const ext::shared_ptr<ExtOUWithJumpsProcess> process_
private

Definition at line 54 of file fdextoujumpvanillaengine.hpp.

◆ rTS_

const ext::shared_ptr<YieldTermStructure> rTS_
private

Definition at line 55 of file fdextoujumpvanillaengine.hpp.

◆ shape_

const ext::shared_ptr<Shape> shape_
private

Definition at line 56 of file fdextoujumpvanillaengine.hpp.

◆ tGrid_

const Size tGrid_
private

Definition at line 57 of file fdextoujumpvanillaengine.hpp.

◆ xGrid_

const Size xGrid_
private

Definition at line 57 of file fdextoujumpvanillaengine.hpp.

◆ yGrid_

const Size yGrid_
private

Definition at line 57 of file fdextoujumpvanillaengine.hpp.

◆ schemeDesc_

const FdmSchemeDesc schemeDesc_
private

Definition at line 58 of file fdextoujumpvanillaengine.hpp.