Definition Type: ComplexType
Name: FeaturePayment
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Type: nsD:PaymentBase
Containing Schema: fpml-option-shared-5-10.xsd
Abstract
Documentation:
Payment made following trigger occurence.
Collapse XSD Schema Diagram:
Drilldown into featurePaymentDate in schema fpml-option-shared-5-10_xsd2 Drilldown into currency in schema fpml-option-shared-5-10_xsd2 Drilldown into time in schema fpml-option-shared-5-10_xsd2 Drilldown into amount in schema fpml-option-shared-5-10_xsd2 Drilldown into levelPercentage in schema fpml-option-shared-5-10_xsd2 Drilldown into receiverAccountReference in schema fpml-shared-5-10_xsd3 Drilldown into receiverPartyReference in schema fpml-shared-5-10_xsd3 Drilldown into Receiver.model in schema fpml-shared-5-10_xsd3 Drilldown into payerAccountReference in schema fpml-shared-5-10_xsd3 Drilldown into payerPartyReference in schema fpml-shared-5-10_xsd3 Drilldown into Payer.model in schema fpml-shared-5-10_xsd3 Drilldown into PayerReceiver.model in schema fpml-shared-5-10_xsd3 Drilldown into id in schema fpml-shared-5-10_xsd3 Drilldown into PaymentBase in schema fpml-shared-5-10_xsd3XSD Diagram of FeaturePayment in schema fpml-option-shared-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FeaturePayment">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Payment made following trigger occurence.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="PaymentBase">
            <xsd:sequence>
                <xsd:group ref="PayerReceiver.model" />
                <xsd:choice minOccurs="0">
                    <xsd:element name="levelPercentage" type="xsd:decimal">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">The trigger level percentage.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="amount" type="NonNegativeDecimal">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">The monetary quantity in currency units.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:choice>
                <xsd:element name="time" type="TimeTypeEnum" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The feature payment time.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="currency" type="Currency" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The currency in which an amount is denominated.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="featurePaymentDate" type="AdjustableOrRelativeDate" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The feature payment date.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
payerPartyReference nsD:payerPartyReference (1) (1)
payerAccountReference nsD:payerAccountReference 0 (1)
receiverPartyReference nsD:receiverPartyReference 0 (1)
receiverAccountReference nsD:receiverAccountReference 0 (1)
levelPercentage nsD:levelPercentage (1) (1)
amount nsD:amount (1) (1)
time nsD:time 0 (1)
currency nsD:currency 0 (1)
featurePaymentDate nsD:featurePaymentDate 0 (1)
<xs:group> nsD:PayerReceiver.model (1) (1)
<xs:group> nsD:Payer.model (1) (1)
<xs:group> nsD:Receiver.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsD:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsD:featurePayment