XML Schema Documentation

Simple Type: FraDiscountingEnum

[Table of contents]

Super-types: xsd:token < FraDiscountingEnum (by restriction)
Sub-types: None
Name FraDiscountingEnum
Content
  • Base XSD Type: token
  • value comes from list: {'ISDA'|'AFMA'|'NONE'}
Documentation The method of FRA discounting, if any, that will apply.
Diagram
Schema Component Representation
<xsd:simpleType name="FraDiscountingEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="ISDA"/>
<xsd:enumeration value="AFMA"/>
<xsd:enumeration value="NONE"/>
</xsd:restriction>
</xsd:simpleType>