Arguments for swaption calculation More...
#include <qle/instruments/genericswaption.hpp>
Inheritance diagram for GenericSwaption::arguments:
Collaboration diagram for GenericSwaption::arguments:Public Member Functions | |
| arguments () | |
| void | validate () const override |
Public Attributes | |
| ext::shared_ptr< QuantLib::Swap > | swap |
| QuantLib::Settlement::Type | settlementType |
| QuantLib::Settlement::Method | settlementMethod |
Arguments for swaption calculation
Definition at line 68 of file genericswaption.hpp.
| arguments | ( | ) |
Definition at line 70 of file genericswaption.hpp.
|
override |
Definition at line 62 of file genericswaption.cpp.
Here is the call graph for this function:| ext::shared_ptr<QuantLib::Swap> swap |
Definition at line 71 of file genericswaption.hpp.
| QuantLib::Settlement::Type settlementType |
Definition at line 72 of file genericswaption.hpp.
| QuantLib::Settlement::Method settlementMethod |
Definition at line 73 of file genericswaption.hpp.