QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <bootstraphelper.hpp>
Public Types | |
enum | Choice { MaturityDate , LastRelevantDate , CustomDate } |
Alternatives ways of determining the pillar date. More... | |
Definition at line 40 of file bootstraphelper.hpp.
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.