Definition Type: SimpleType
Name: ResetRelativeToEnum
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-enum-4-4.xsd
Documentation:
The specification of whether resets occur relative to the first or last day of a calculation period.
Collapse XSD Schema Diagram:
XSD Diagram of ResetRelativeToEnum in schema fpml-enum-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="ResetRelativeToEnum">
    <xsd:annotation>
        <xsd:documentation source="http://www.FpML.org" xml:lang="en">The specification of whether resets occur relative to the first or last day of a calculation period.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="CalculationPeriodStartDate">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Resets will occur relative to the first day of each calculation period.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="CalculationPeriodEndDate">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Resets will occur relative to the last day of each calculation period.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration CalculationPeriodStartDate
Enumeration CalculationPeriodEndDate
Collapse Derivation Tree:
Collapse References:
fpml:resetRelativeTo, fpml:resetRelativeTo