Definition Type: ComplexType
Name: FeaturePayment
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-option-shared-4-4.xsd
Abstract
Documentation:
Payment made following trigger occurence.
Collapse XSD Schema Diagram:
Drilldown into featurePaymentDate in schema fpml-option-shared-4-4_xsd Drilldown into currency in schema fpml-option-shared-4-4_xsd Drilldown into time in schema fpml-option-shared-4-4_xsd Drilldown into amount in schema fpml-option-shared-4-4_xsd Drilldown into levelPercentage in schema fpml-option-shared-4-4_xsd Drilldown into receiverPartyReference in schema fpml-shared-4-4_xsd Drilldown into payerPartyReference in schema fpml-shared-4-4_xsd Drilldown into PayerReceiver.model in schema fpml-shared-4-4_xsdXSD Diagram of FeaturePayment in schema fpml-option-shared-4-4_xsd (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:sequence>
        <xsd:group ref="PayerReceiver.model" />
        <xsd:choice>
            <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:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
payerPartyReference fpml:payerPartyReference (1) (1)
receiverPartyReference fpml:receiverPartyReference (1) (1)
levelPercentage fpml:levelPercentage (1) (1)
amount fpml:amount (1) (1)
time fpml:time 0 (1)
currency fpml:currency 0 (1)
featurePaymentDate fpml:featurePaymentDate 0 (1)
<xs:group> fpml:PayerReceiver.model (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:featurePayment