|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
Arguments for swap calculation More...
#include <cpiswap.hpp>
Inheritance diagram for CPISwap::arguments:
Collaboration diagram for CPISwap::arguments:Public Member Functions | |
| arguments () | |
| void | validate () const override |
Public Member Functions inherited from Swap::arguments | |
| void | validate () const override |
Public Member Functions inherited from PricingEngine::arguments | |
| virtual | ~arguments ()=default |
| virtual void | validate () const =0 |
Public Attributes | |
| Type | type = Receiver |
| Real | nominal |
Public Attributes inherited from Swap::arguments | |
| std::vector< Leg > | legs |
| std::vector< Real > | payer |
Arguments for swap calculation
Definition at line 167 of file cpiswap.hpp.
| arguments | ( | ) |
Definition at line 169 of file cpiswap.hpp.
|
overridevirtual |
Implements PricingEngine::arguments.
Definition at line 208 of file cpiswap.cpp.
Here is the call graph for this function:Definition at line 170 of file cpiswap.hpp.
| Real nominal |
Definition at line 171 of file cpiswap.hpp.