We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f2b41 commit 3639224Copy full SHA for 3639224
1 file changed
OREData/ored/configuration/yieldcurveconfig.hpp
@@ -63,7 +63,7 @@ class YieldCurveSegment : public XMLSerializable {
63
NoPillar,
64
MaturityDate, // maps to QuantLib::Pillar::Maturity
65
LastRelevantDate, // maps to QuantLib::Pillar::LastRelevantDate
66
- StartDate,
+ StartDate, // maps to QuantLib::Pillar::StartDate
67
StartDateAndMaturityDate,
68
StartDateAndLastRelevantDate
69
};
0 commit comments