Definition Type: ComplexType
Name: AdditionalPaymentAmount
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-eq-shared-4-4.xsd
Abstract
Documentation:
Specifies the amount of the fee along with, when applicable, the formula that supports its determination.
Collapse XSD Schema Diagram:
Drilldown into formula in schema fpml-eq-shared-4-4_xsd Drilldown into paymentAmount in schema fpml-eq-shared-4-4_xsdXSD Diagram of AdditionalPaymentAmount in schema fpml-eq-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="AdditionalPaymentAmount">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Specifies the amount of the fee along with, when applicable, the formula that supports its determination.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="paymentAmount" type="Money" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The currency amount of the payment.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="formula" type="Formula" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies a formula, with its description and components.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
paymentAmount fpml:paymentAmount 0 (1)
formula fpml:formula 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:additionalPaymentAmount