<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>
|