XML Schema Documentation

Simple Type: PayoutEnum

[Table of contents]

Super-types: xsd:token < PayoutEnum (by restriction)
Sub-types: None
Name PayoutEnum
Content
  • Base XSD Type: token
  • value comes from list: {'Deferred'|'Immediate'}
Documentation The specification of how an FX OTC option with a trigger payout will be paid if the trigger condition is met. The contract will specify whether the payout will occur immediately or on the original value date of the option.
Diagram
Schema Component Representation
<xsd:simpleType name="PayoutEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="Deferred"/>
<xsd:enumeration value="Immediate"/>
</xsd:restriction>
</xsd:simpleType>