Definition Type: ComplexType
Name: FxOptionPayout
Namespace: http://www.fpml.org/FpML-5/transparency
Type: nsF:NonNegativeMoney
Containing Schema: fpml-fx-5-10.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 payoutStyle in schema fpml-fx-5-10_xsd4 Drilldown into amount in schema fpml-shared-5-10_xsd5 Drilldown into currency in schema fpml-shared-5-10_xsd5 Drilldown into id in schema fpml-shared-5-10_xsd5 Drilldown into MoneyBase in schema fpml-shared-5-10_xsd5 Drilldown into NonNegativeMoney in schema fpml-shared-5-10_xsd5XSD Diagram of FxOptionPayout in schema fpml-fx-5-10_xsd4 (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="NonNegativeMoney">
            <xsd:sequence>
                <xsd:element name="payoutStyle" type="PayoutEnum" minOccurs="0">
                    <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:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
currency nsF:currency (1) (1)
amount nsF:amount (1) (1)
payoutStyle nsF:payoutStyle 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsF:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsF:payout