|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <syntheticcdo.hpp>
Inheritance diagram for SyntheticCDO::arguments:
Collaboration diagram for SyntheticCDO::arguments:Public Member Functions | |
| arguments () | |
| void | validate () const override |
Public Member Functions inherited from PricingEngine::arguments | |
| virtual | ~arguments ()=default |
| virtual void | validate () const =0 |
Public Attributes | |
| ext::shared_ptr< Basket > | basket |
| Protection::Side | side |
| Leg | normalizedLeg |
| Rate | upfrontRate |
| Rate | runningRate |
| Real | leverageFactor |
| DayCounter | dayCounter |
| BusinessDayConvention | paymentConvention |
Definition at line 190 of file syntheticcdo.hpp.
| arguments | ( | ) |
Definition at line 192 of file syntheticcdo.hpp.
|
overridevirtual |
Implements PricingEngine::arguments.
Definition at line 180 of file syntheticcdo.cpp.
Here is the call graph for this function:| ext::shared_ptr<Basket> basket |
Definition at line 197 of file syntheticcdo.hpp.
| Protection::Side side |
Definition at line 198 of file syntheticcdo.hpp.
| Leg normalizedLeg |
Definition at line 199 of file syntheticcdo.hpp.
| Rate upfrontRate |
Definition at line 201 of file syntheticcdo.hpp.
| Rate runningRate |
Definition at line 202 of file syntheticcdo.hpp.
| Real leverageFactor |
Definition at line 203 of file syntheticcdo.hpp.
| DayCounter dayCounter |
Definition at line 204 of file syntheticcdo.hpp.
| BusinessDayConvention paymentConvention |
Definition at line 205 of file syntheticcdo.hpp.