Arguments for CDS-option calculation More...
#include <qle/instruments/cdsoption.hpp>
Public Member Functions | |
arguments () | |
void | validate () const override |
Public Attributes | |
QuantLib::ext::shared_ptr< CreditDefaultSwap > | swap |
bool | knocksOut |
Real | strike |
StrikeType | strikeType |
Arguments for CDS-option calculation
Definition at line 110 of file cdsoption.hpp.
arguments | ( | ) |
Definition at line 112 of file cdsoption.hpp.
|
override |
Definition at line 143 of file cdsoption.cpp.
QuantLib::ext::shared_ptr<CreditDefaultSwap> swap |
Definition at line 114 of file cdsoption.hpp.
bool knocksOut |
Definition at line 115 of file cdsoption.hpp.
Real strike |
Definition at line 116 of file cdsoption.hpp.
StrikeType strikeType |
Definition at line 117 of file cdsoption.hpp.