Definition Type: SimpleType
Name: DiscountingTypeEnum
Containing Schema: fpml-enum-4-0.xsd
Documentation:
The method of calculating discounted payment amounts
Collapse XSD Schema Diagram:
XSD Diagram of DiscountingTypeEnum in schema fpml-enum-4-0_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="DiscountingTypeEnum">
    <xsd:annotation>
        <xsd:documentation source="http://www.FpML.org" xml:lang="en">The method of calculating discounted payment amounts</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="Standard">
            <xsd:annotation>
                <xsd:documentation xml:lang="en" source="http://www.FpML.org">Per ISDA 2000 Definitions, Section 8.4. Discounting, paragraph (a)</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="FRA">
            <xsd:annotation>
                <xsd:documentation xml:lang="en" source="http://www.FpML.org">Per ISDA 2000 Definitions, Section 8.4. Discounting, paragraph (b)</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Standard
Enumeration FRA