complexType "FxOptionPayout"
Namespace:
Content:
complex, 1 attribute, 4 elements
Defined:
globally in fpml-fx-5-8.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (4):
amount (defined in NonNegativeMoney complexType),
currency (defined in MoneyBase complexType),
All Direct / Indirect Based Elements (1):
payout
Known Usage Locations
Annotation
A type that contains full details of a predefined fixed payout which may occur (or not) in a Barrier Option or Digital Option when a trigger event occurs (or not).
Type Definition Detail
Type Derivation Tree
MoneyBase (extension)
  NonNegativeMoney (extension)
      FxOptionPayout
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="FxOptionPayout">
<xsd:complexContent>
<xsd:extension base="NonNegativeMoney">
<xsd:sequence>
<xsd:element name="payoutStyle" type="PayoutEnum"/>
<xsd:element minOccurs="0" name="settlementInformation" type="SettlementInformation"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/4)
payoutStyle
Type:
PayoutEnum, simple content
The trigger event and payout may be asynchonous. A payout may become due on the trigger event, or the payout may (by agreeement at initiation) be deferred (for example) to the maturity date.
Simple Content
enumeration of xsd:token
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
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="payoutStyle" type="PayoutEnum"/>

settlementInformation
Type:
SettlementInformation, complex content
The information required to settle a currency payment that results from a trade.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="settlementInformation" type="SettlementInformation"/>

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.