QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
Settlement Struct Reference

settlement information More...

#include <ql/instruments/swaption.hpp>

+ Collaboration diagram for Settlement:

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...
 

Detailed Description

settlement information

Definition at line 40 of file swaption.hpp.

Member Enumeration Documentation

◆ Type

enum Type
Enumerator
Physical 
Cash 

Definition at line 41 of file swaption.hpp.

◆ Method

enum Method
Enumerator
PhysicalOTC 
PhysicalCleared 
CollateralizedCashPrice 
ParYieldCurve 

Definition at line 42 of file swaption.hpp.

Member Function Documentation

◆ checkTypeAndMethodConsistency()

void checkTypeAndMethodConsistency ( Settlement::Type  settlementType,
Settlement::Method  settlementMethod 
)
static

check consistency of settlement type and method

Definition at line 201 of file swaption.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: