QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <bootstraphelper.hpp>
Public Types | |
enum | Choice { MaturityDate , LastRelevantDate , CustomDate } |
Enumeration for pillar determination alternatives. More... | |
Definition at line 40 of file bootstraphelper.hpp.
enum Choice |
Enumeration for pillar determination alternatives.
These alternatives specify the determination of the pillar date.
Enumerator | |
---|---|
MaturityDate | |
LastRelevantDate | instruments maturity date |
CustomDate | last date relevant for instrument pricing custom choice |
Definition at line 43 of file bootstraphelper.hpp.