Skip to content

Commit dc2aeed

Browse files
pcaspersjenkins
authored andcommitted
QPR-12159 add mixed interpolation labels to schema
1 parent 531e119 commit dc2aeed

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

xsd/ore_types.xsd

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@
470470
<xs:simpleType name="interpolationMethodType">
471471
<xs:restriction base="xs:string">
472472
<xs:enumeration value="Linear"/>
473-
<xs:enumeration value="Flat"/>
473+
<xs:enumeration value="Flat"/>
474474
<xs:enumeration value="LogLinear"/>
475475
<xs:enumeration value="NaturalCubic"/>
476476
<xs:enumeration value="FinancialCubic"/>
@@ -484,11 +484,14 @@
484484
<xs:enumeration value="CubicFlat"/>
485485
<xs:enumeration value="HermiteFlat"/>
486486
<xs:enumeration value="ConvexMonotone"/>
487+
<xs:enumeration value="DefaultLogMixedLinearCubic"/>
488+
<xs:enumeration value="MonotonicLogMixedLinearCubic"/>
489+
<xs:enumeration value="KrugerLogMixedLinearCubic"/>
490+
<xs:enumeration value="LogMixedLinearCubicNaturalSpline"/>
487491
<xs:enumeration value="ExponentialSplines"/>
488492
<xs:enumeration value="NelsonSiegel"/>
489493
<xs:enumeration value="Svensson"/>
490494
<xs:enumeration value="BackwardFlat"/>
491-
<xs:enumeration value="CubicSpline"/>
492495
</xs:restriction>
493496
</xs:simpleType>
494497

0 commit comments

Comments
 (0)