XML Schema Documentation

Complex Type: FxOptionPayout

[Table of contents]

Super-types: Money < FxOptionPayout (by extension)
Sub-types: None
Name FxOptionPayout
Used by (from the same schema document) Complex Type FxBarrierOption , Complex Type FxDigitalOption
Abstract no
Documentation 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).
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<currency> Currency </currency> [1]

'The currency in which an amount is denominated.'

<amount> xsd:decimal </amount> [1]

'The monetary quantity in currency units.'

<payoutStyle> PayoutEnum </payoutStyle> [1]

'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.'

<settlementInformation> SettlementInformation </settlementInformation> [0..1]

'The information required to settle a currency payment that results from a trade.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="FxOptionPayout">
<xsd:complexContent>
<xsd:extension base=" Money ">
<xsd:sequence>
<xsd:element name="payoutStyle" type=" PayoutEnum "/>
<xsd:element name="settlementInformation" type=" SettlementInformation " minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>