QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <fdmhestonop.hpp>
Public Member Functions | |
FdmHestonEquityPart (const ext::shared_ptr< FdmMesher > &mesher, ext::shared_ptr< YieldTermStructure > rTS, ext::shared_ptr< YieldTermStructure > qTS, ext::shared_ptr< FdmQuantoHelper > quantoHelper, ext::shared_ptr< LocalVolTermStructure > leverageFct=ext::shared_ptr< LocalVolTermStructure >()) | |
void | setTime (Time t1, Time t2) |
const TripleBandLinearOp & | getMap () const |
const Array & | getL () const |
Protected Member Functions | |
Array | getLeverageFctSlice (Time t1, Time t2) const |
Protected Attributes | |
Array | varianceValues_ |
Array | volatilityValues_ |
Array | L_ |
const FirstDerivativeOp | dxMap_ |
const TripleBandLinearOp | dxxMap_ |
TripleBandLinearOp | mapT_ |
const ext::shared_ptr< FdmMesher > | mesher_ |
const ext::shared_ptr< YieldTermStructure > | rTS_ |
const ext::shared_ptr< YieldTermStructure > | qTS_ |
const ext::shared_ptr< FdmQuantoHelper > | quantoHelper_ |
const ext::shared_ptr< LocalVolTermStructure > | leverageFct_ |
Definition at line 40 of file fdmhestonop.hpp.
FdmHestonEquityPart | ( | const ext::shared_ptr< FdmMesher > & | mesher, |
ext::shared_ptr< YieldTermStructure > | rTS, | ||
ext::shared_ptr< YieldTermStructure > | qTS, | ||
ext::shared_ptr< FdmQuantoHelper > | quantoHelper, | ||
ext::shared_ptr< LocalVolTermStructure > | leverageFct = ext::shared_ptr<LocalVolTermStructure>() |
||
) |
Definition at line 54 of file fdmhestonop.cpp.
const TripleBandLinearOp & getMap | ( | ) | const |
const Array & getL | ( | ) | const |
|
protected |
Definition at line 56 of file fdmhestonop.hpp.
|
protected |
Definition at line 56 of file fdmhestonop.hpp.
|
protected |
Definition at line 56 of file fdmhestonop.hpp.
|
protected |
Definition at line 57 of file fdmhestonop.hpp.
|
protected |
Definition at line 58 of file fdmhestonop.hpp.
|
protected |
Definition at line 59 of file fdmhestonop.hpp.
|
protected |
Definition at line 61 of file fdmhestonop.hpp.
|
protected |
Definition at line 62 of file fdmhestonop.hpp.
|
protected |
Definition at line 62 of file fdmhestonop.hpp.
|
protected |
Definition at line 63 of file fdmhestonop.hpp.
|
protected |
Definition at line 64 of file fdmhestonop.hpp.