Definition Type: SimpleType
Name: DiscountingTypeEnum
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-enum-4-4.xsd
Documentation:
The method of calculating discounted payment amounts
Collapse XSD Schema Diagram:
XSD Diagram of DiscountingTypeEnum in schema fpml-enum-4-4_xsd (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 source="http://www.FpML.org" xml:lang="en">Per ISDA 2000 Definitions, Section 8.4. Discounting, paragraph (a)</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="FRA">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">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
Collapse Derivation Tree:
Collapse References:
fpml:discountingType