Definition Type: SimpleType
Name: FraDiscountingEnum
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-enum-4-4.xsd
Documentation:
The method of FRA discounting, if any, that will apply.
Collapse XSD Schema Diagram:
XSD Diagram of FraDiscountingEnum in schema fpml-enum-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="FraDiscountingEnum">
    <xsd:annotation>
        <xsd:documentation source="http://www.FpML.org" xml:lang="en">The method of FRA discounting, if any, that will apply.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="ISDA">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">"FRA Discounting" per the ISDA Definitions will apply.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="AFMA">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">FRA discounting per the Australian Financial Markets Association (AFMA) OTC Financial Product Conventions will apply.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="NONE">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">No discounting will apply.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration ISDA
Enumeration AFMA
Enumeration NONE
Collapse Derivation Tree:
Collapse References:
fpml:fraDiscounting