|
|
| NumericLgmMultiLegOptionEngine (const QuantLib::ext::shared_ptr< LinearGaussMarkovModel > &model, const Real sy, const Size ny, const Real sx, const Size nx, const Handle< YieldTermStructure > &discountCurve=Handle< YieldTermStructure >(), const Size americanExerciseTimeStepsPerYear=24) |
| |
|
| NumericLgmMultiLegOptionEngine (const QuantLib::ext::shared_ptr< LinearGaussMarkovModel > &model, const Real maxTime=50.0, const QuantLib::FdmSchemeDesc scheme=QuantLib::FdmSchemeDesc::Douglas(), const Size stateGridPoints=64, const Size timeStepsPerYear=24, const Real mesherEpsilon=1E-4, const Handle< YieldTermStructure > &discountCurve=Handle< YieldTermStructure >(), const Size americanExerciseTimeStepsPerYear=24) |
| |
|
void | calculate () const override |
| |
|
| NumericLgmMultiLegOptionEngineBase (const QuantLib::ext::shared_ptr< LgmBackwardSolver > &solver, const Handle< YieldTermStructure > &discountCurve=Handle< YieldTermStructure >(), const Size americanExerciseTimeStepsPerYear=24) |
| |
|
|
static bool | instrumentIsHandled (const MultiLegOption &m, std::vector< std::string > &messages) |
| |
|
CashflowInfo | buildCashflowInfo (const Size i, const Size j) const |
| |
|
void | calculate () const |
| |
|
static bool | instrumentIsHandled (const std::vector< Leg > &legs, const std::vector< bool > &payer, const std::vector< Currency > ¤cy, const QuantLib::ext::shared_ptr< Exercise > &exercise, const Settlement::Type &settlementType, const Settlement::Method &settlementMethod, std::vector< std::string > &messages) |
| |
|
QuantLib::ext::shared_ptr< LgmBackwardSolver > | solver_ |
| |
|
Handle< YieldTermStructure > | discountCurve_ |
| |
|
Size | americanExerciseTimeStepsPerYear_ |
| |
|
std::vector< Leg > | legs_ |
| |
|
std::vector< bool > | payer_ |
| |
|
std::vector< Currency > | currency_ |
| |
|
QuantLib::ext::shared_ptr< Exercise > | exercise_ |
| |
|
Settlement::Type | settlementType_ |
| |
|
Settlement::Method | settlementMethod_ |
| |
|
Real | npv_ |
| |
|
Real | underlyingNpv_ |
| |
|
std::map< std::string, boost::any > | additionalResults_ |
| |