Definition Type: SimpleType
Name: InterpolationPeriodEnum
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-enum-5-10.xsd
Documentation:
Defines applicable periods for interpolation.
Collapse XSD Schema Diagram:
XSD Diagram of InterpolationPeriodEnum in schema fpml-enum-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="InterpolationPeriodEnum">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Defines applicable periods for interpolation.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="Initial">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Interpolation is applicable to the initial period only.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="InitialAndFinal">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Interpolation is applicable to the initial and final periods only.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Final">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Interpolation is applicable to the final period only.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="AnyPeriod">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Interpolation is applicable to any non-standard period.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Initial
Enumeration InitialAndFinal
Enumeration Final
Enumeration AnyPeriod
Collapse Derivation Tree:
Collapse References:
nsA:interpolationPeriod