QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
settlement information More...
#include <swaption.hpp>
Public Types | |
enum | Type { Physical , Cash } |
enum | Method { PhysicalOTC , PhysicalCleared , CollateralizedCashPrice , ParYieldCurve } |
Static Public Member Functions | |
static void | checkTypeAndMethodConsistency (Settlement::Type, Settlement::Method) |
check consistency of settlement type and method More... | |
settlement information
Definition at line 41 of file swaption.hpp.
enum Type |
Enumerator | |
---|---|
Physical | |
Cash |
Definition at line 42 of file swaption.hpp.
enum Method |
Enumerator | |
---|---|
PhysicalOTC | |
PhysicalCleared | |
CollateralizedCashPrice | |
ParYieldCurve |
Definition at line 43 of file swaption.hpp.
|
static |
check consistency of settlement type and method
Definition at line 201 of file swaption.cpp.