simpleType "PayoutEnum"
Namespace:
Defined:
globally in fpml-enum-5-8.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Deferred"
 - 
If the trigger is hit, the option payout will not be paid now but will be paid on the value date of the original option.
"Immediate"
 - 
If the trigger is hit, the option payout will be paid immediately (i.e., spot from the payout date).
MinLength:
0

All Direct / Indirect Based Elements (1):
payoutStyle
Known Usage Locations
Annotation
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.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  Token (restriction)
      PayoutEnum
Derivation:
restriction of Token
Facets:
enumeration:
"Deferred"
 - 
If the trigger is hit, the option payout will not be paid now but will be paid on the value date of the original option.
"Immediate"
 - 
If the trigger is hit, the option payout will be paid immediately (i.e., spot from the payout date).
XML Source (w/o annotations (3); see within schema source)
<xsd:simpleType name="PayoutEnum">
<xsd:restriction base="Token">
<xsd:enumeration value="Deferred"/>
<xsd:enumeration value="Immediate"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.