QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Arguments for swap calculation More...
#include <cpiswap.hpp>
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.
Definition at line 170 of file cpiswap.hpp.
Real nominal |
Definition at line 171 of file cpiswap.hpp.