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
IntegralHestonVarianceOptionEngine Class Reference

integral Heston-model variance-option engine More...

#include <ql/experimental/varianceoption/integralhestonvarianceoptionengine.hpp>

+ Inheritance diagram for IntegralHestonVarianceOptionEngine:
+ Collaboration diagram for IntegralHestonVarianceOptionEngine:

Public Member Functions

 IntegralHestonVarianceOptionEngine (ext::shared_ptr< HestonProcess >)
 
void calculate () const override
 
- Public Member Functions inherited from GenericEngine< VarianceOption::arguments, VarianceOption::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

ext::shared_ptr< HestonProcessprocess_
 

Additional Inherited Members

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

Detailed Description

integral Heston-model variance-option engine

This engine implements the approach described in http://www.econ.univpm.it/recchioni/finance/w4/.

Definition at line 38 of file integralhestonvarianceoptionengine.hpp.

Constructor & Destructor Documentation

◆ IntegralHestonVarianceOptionEngine()

IntegralHestonVarianceOptionEngine ( ext::shared_ptr< HestonProcess process)
explicit

Definition at line 360 of file integralhestonvarianceoptionengine.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ calculate()

void calculate ( ) const
overridevirtual

Implements PricingEngine.

Definition at line 366 of file integralhestonvarianceoptionengine.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ process_

ext::shared_ptr<HestonProcess> process_
private

Definition at line 44 of file integralhestonvarianceoptionengine.hpp.