XML Schema Documentation

Simple Type: DrawdownEventTypeEnum

[Table of contents]

Super-types: xsd:token < DrawdownEventTypeEnum (by restriction)
Sub-types: None
Name DrawdownEventTypeEnum
Content
  • Base XSD Type: token
  • value comes from list: {'NewDrawdownEvent'|'RateSetEvent'|'FxRateSetEvent'}
Documentation When breakage cost is applicable, defines who is calculating it.
Diagram
Schema Component Representation
<xsd:simpleType name="DrawdownEventTypeEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="NewDrawdownEvent"/>
<xsd:enumeration value="RateSetEvent"/>
<xsd:enumeration value="FxRateSetEvent"/>
</xsd:restriction>
</xsd:simpleType>