Definition Type: ComplexType
Name: QuotablePayment
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-pretrade-4-4.xsd
Abstract
Documentation:
A type for defining payments
Collapse XSD Schema Diagram:
Drilldown into paymentDate in schema fpml-pretrade-4-4_xsd Drilldown into paymentAmount in schema fpml-pretrade-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 QuotablePayment in schema fpml-pretrade-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="QuotablePayment">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type for defining payments</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="PayerReceiver.model" minOccurs="0" />
        <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="paymentDate" type="AdjustableDate" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The payment date. This date is subject to adjustment in accordance with any applicable business day convention.</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)
paymentAmount fpml:paymentAmount 0 (1)
paymentDate fpml:paymentDate 0 (1)
<xs:group> fpml:PayerReceiver.model 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:exchangedCurrency