Arguments for index CDS option calculation More...
#include <qle/instruments/indexcdsoption.hpp>
Public Member Functions | |
arguments () | |
void | validate () const override |
Public Attributes | |
QuantLib::ext::shared_ptr< IndexCreditDefaultSwap > | swap |
QuantLib::Real | strike |
CdsOption::StrikeType | strikeType |
Settlement::Type | settlementType |
QuantLib::Real | tradeDateNtl |
QuantLib::Real | realisedFep |
QuantLib::Period | indexTerm |
Public Attributes inherited from IndexCreditDefaultSwap::arguments | |
std::vector< Real > | underlyingNotionals |
Arguments for index CDS option calculation
Definition at line 92 of file indexcdsoption.hpp.
arguments | ( | ) |
Definition at line 94 of file indexcdsoption.hpp.
|
override |
Definition at line 135 of file indexcdsoption.cpp.
QuantLib::ext::shared_ptr<IndexCreditDefaultSwap> swap |
Definition at line 98 of file indexcdsoption.hpp.
QuantLib::Real strike |
Definition at line 99 of file indexcdsoption.hpp.
CdsOption::StrikeType strikeType |
Definition at line 100 of file indexcdsoption.hpp.
Settlement::Type settlementType |
Definition at line 101 of file indexcdsoption.hpp.
QuantLib::Real tradeDateNtl |
Definition at line 102 of file indexcdsoption.hpp.
QuantLib::Real realisedFep |
Definition at line 103 of file indexcdsoption.hpp.
QuantLib::Period indexTerm |
Definition at line 104 of file indexcdsoption.hpp.