Definition Type: ComplexType
Name: QuotablePayment
Namespace: http://www.fpml.org/2009/FpML-4-6
Type: fpml:PaymentBase
Containing Schema: fpml-pretrade-4-6.xsd
Abstract
Documentation:
A type for defining payments.
Collapse XSD Schema Diagram:
Drilldown into paymentDate in schema fpml-pretrade-4-6_xsd Drilldown into paymentAmount in schema fpml-pretrade-4-6_xsd Drilldown into receiverPartyReference in schema fpml-shared-4-6_xsd Drilldown into payerPartyReference in schema fpml-shared-4-6_xsd Drilldown into PayerReceiver.model in schema fpml-shared-4-6_xsd Drilldown into id in schema fpml-shared-4-6_xsd Drilldown into PaymentBase in schema fpml-shared-4-6_xsdXSD Diagram of QuotablePayment in schema fpml-pretrade-4-6_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:complexContent>
        <xsd:extension base="PaymentBase">
            <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:extension>
    </xsd:complexContent>
</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 Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:exchangedCurrency