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

#include <ql/methods/finitedifferences/operators/fdmcirop.hpp>

+ Collaboration diagram for FdmCIREquityPart:

Public Member Functions

 FdmCIREquityPart (const ext::shared_ptr< FdmMesher > &mesher, const ext::shared_ptr< GeneralizedBlackScholesProcess > &bsProcess, Real strike)
 
void setTime (Time t1, Time t2)
 
const TripleBandLinearOpgetMap () const
 

Protected Attributes

const FirstDerivativeOp dxMap_
 
const TripleBandLinearOp dxxMap_
 
TripleBandLinearOp mapT_
 
const ext::shared_ptr< FdmMeshermesher_
 
const ext::shared_ptr< YieldTermStructureqTS_
 
const Real strike_
 
const ext::shared_ptr< BlackVolTermStructuresigma1_
 

Detailed Description

Definition at line 40 of file fdmcirop.hpp.

Constructor & Destructor Documentation

◆ FdmCIREquityPart()

FdmCIREquityPart ( const ext::shared_ptr< FdmMesher > &  mesher,
const ext::shared_ptr< GeneralizedBlackScholesProcess > &  bsProcess,
Real  strike 
)

Definition at line 29 of file fdmcirop.cpp.

Member Function Documentation

◆ setTime()

void setTime ( Time  t1,
Time  t2 
)

Definition at line 42 of file fdmcirop.cpp.

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

◆ getMap()

const TripleBandLinearOp & getMap ( ) const

Definition at line 51 of file fdmcirop.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ dxMap_

const FirstDerivativeOp dxMap_
protected

Definition at line 51 of file fdmcirop.hpp.

◆ dxxMap_

const TripleBandLinearOp dxxMap_
protected

Definition at line 52 of file fdmcirop.hpp.

◆ mapT_

TripleBandLinearOp mapT_
protected

Definition at line 53 of file fdmcirop.hpp.

◆ mesher_

const ext::shared_ptr<FdmMesher> mesher_
protected

Definition at line 55 of file fdmcirop.hpp.

◆ qTS_

const ext::shared_ptr<YieldTermStructure> qTS_
protected

Definition at line 56 of file fdmcirop.hpp.

◆ strike_

const Real strike_
protected

Definition at line 57 of file fdmcirop.hpp.

◆ sigma1_

const ext::shared_ptr<BlackVolTermStructure> sigma1_
protected

Definition at line 58 of file fdmcirop.hpp.