Definition Type: Element
Name: additionalPaymentAmount
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-eqs-4-0.xsd
MinOccurs (1)
MaxOccurs (1)
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-eqs-4-0_xsd Drilldown into paymentAmount in schema fpml-eqs-4-0_xsdXSD Diagram of additionalPaymentAmount in schema fpml-eqs-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element 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:complexType>
        <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>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
paymentAmount nsA:paymentAmount 0 (1)
formula nsA:formula 0 (1)