QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
SpreadBlackScholesVanillaEngine Class Referenceabstract

#include <spreadblackscholesvanillaengine.hpp>

+ Inheritance diagram for SpreadBlackScholesVanillaEngine:
+ Collaboration diagram for SpreadBlackScholesVanillaEngine:

Public Member Functions

 SpreadBlackScholesVanillaEngine (ext::shared_ptr< GeneralizedBlackScholesProcess > process1, ext::shared_ptr< GeneralizedBlackScholesProcess > process2, Real correlation)
 
void calculate () const override
 
- Public Member Functions inherited from GenericEngine< BasketOption::arguments, BasketOption::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 ()=default
 
 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 ()
 

Protected Member Functions

virtual Real calculate (Real f1, Real f2, Real strike, Option::Type optionType, Real variance1, Real variance2, DiscountFactor df) const =0
 

Protected Attributes

const ext::shared_ptr< GeneralizedBlackScholesProcessprocess1_
 
const ext::shared_ptr< GeneralizedBlackScholesProcessprocess2_
 
const Real rho_
 
- Protected Attributes inherited from GenericEngine< BasketOption::arguments, BasketOption::results >
BasketOption::arguments arguments_
 
BasketOption::results results_
 

Additional Inherited Members

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

Detailed Description

Definition at line 32 of file spreadblackscholesvanillaengine.hpp.

Constructor & Destructor Documentation

◆ SpreadBlackScholesVanillaEngine()

SpreadBlackScholesVanillaEngine ( ext::shared_ptr< GeneralizedBlackScholesProcess process1,
ext::shared_ptr< GeneralizedBlackScholesProcess process2,
Real  correlation 
)

Definition at line 25 of file spreadblackscholesvanillaengine.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ calculate() [1/2]

void calculate ( ) const
overridevirtual

Implements PricingEngine.

Definition at line 36 of file spreadblackscholesvanillaengine.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ calculate() [2/2]

virtual Real calculate ( Real  f1,
Real  f2,
Real  strike,
Option::Type  optionType,
Real  variance1,
Real  variance2,
DiscountFactor  df 
) const
protectedpure virtual

Member Data Documentation

◆ process1_

const ext::shared_ptr<GeneralizedBlackScholesProcess> process1_
protected

Definition at line 46 of file spreadblackscholesvanillaengine.hpp.

◆ process2_

const ext::shared_ptr<GeneralizedBlackScholesProcess> process2_
protected

Definition at line 47 of file spreadblackscholesvanillaengine.hpp.

◆ rho_

const Real rho_
protected

Definition at line 48 of file spreadblackscholesvanillaengine.hpp.