QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
Loading...
Searching...
No Matches
Public Types | List of all members
Pillar Struct Reference

#include <bootstraphelper.hpp>

+ Collaboration diagram for Pillar:

Public Types

enum  Choice { MaturityDate , LastRelevantDate , CustomDate }
 Alternatives ways of determining the pillar date. More...
 

Detailed Description

Definition at line 40 of file bootstraphelper.hpp.

Member Enumeration Documentation

◆ Choice

enum Choice

Alternatives ways of determining the pillar date.

Enumerator
MaturityDate 
LastRelevantDate 

instruments maturity date

CustomDate 

last date relevant for instrument pricing

custom choice

Definition at line 42 of file bootstraphelper.hpp.