Definition Type: ComplexType
Name: FxTargetRebate
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-fx-targets-5-10.xsd
Abstract
Documentation:
A rebate can be expressed as a payment amount or as amount of outstanding gain.
Collapse XSD Schema Diagram:
Drilldown into outstandingGain in schema fpml-fx-targets-5-10_xsd2 Drilldown into payment in schema fpml-fx-targets-5-10_xsd2XSD Diagram of FxTargetRebate in schema fpml-fx-targets-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxTargetRebate">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A rebate can be expressed as a payment amount or as amount of outstanding gain.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="payment" type="SimplePayment">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Rebate amount expressed as a payment between the two parties.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="outstandingGain" type="FxOutstandingGain">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Rebate expressed as amount of outstanding gain.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
payment nsE:payment (1) (1)
outstandingGain nsE:outstandingGain (1) (1)
Collapse Derivation Tree:
Collapse References:
nsE:rebate