Definition Type: ComplexType
Name: FXOptionPayout
Namespace: http://www.fpml.org/2003/FpML-4-0
Type: nsA:Money
Containing Schema: fpml-fx-4-0.xsd
Abstract
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).
Collapse XSD Schema Diagram:
Drilldown into settlementInformation in schema fpml-fx-4-0_xsd Drilldown into payoutStyle in schema fpml-fx-4-0_xsd Drilldown into amount in schema fpml-shared-4-0_xsd Drilldown into currency in schema fpml-shared-4-0_xsd Drilldown into Money in schema fpml-shared-4-0_xsdXSD Diagram of FXOptionPayout in schema fpml-fx-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FXOptionPayout">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">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).</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Money">
            <xsd:sequence>
                <xsd:element name="payoutStyle" type="PayoutEnum">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">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.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="settlementInformation" type="SettlementInformation" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The information required to settle a currency payment that results from a trade.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
currency nsA:currency (1) (1)
amount nsA:amount (1) (1)
payoutStyle nsA:payoutStyle (1) (1)
settlementInformation nsA:settlementInformation 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:triggerPayout, nsA:triggerPayout