Definition Type: ComplexType
Name: QuotablePayment
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-msg-4-0.xsd
Abstract
Documentation:
A type for defining payments
Collapse XSD Schema Diagram:
Drilldown into paymentDate in schema fpml-msg-4-0_xsd Drilldown into paymentAmount in schema fpml-msg-4-0_xsd Drilldown into receiverPartyReference in schema fpml-msg-4-0_xsd Drilldown into payerPartyReference in schema fpml-msg-4-0_xsdXSD Diagram of QuotablePayment in schema fpml-msg-4-0_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:element name="payerPartyReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A pointer style reference to a party identifier
defined elsewhere in the document.
          
					
					
					
					
					</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
                <xsd:attribute name="href" type="xsd:IDREF" use="required" />
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="receiverPartyReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A pointer style reference to a party identifier
defined elsewhere in the document.
          
					
					
					
					
					</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
                <xsd:attribute name="href" type="xsd:IDREF" use="required" />
            </xsd:complexType>
        </xsd:element>
        <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 nsA:payerPartyReference 0 (1)
receiverPartyReference nsA:receiverPartyReference 0 (1)
paymentAmount nsA:paymentAmount 0 (1)
paymentDate nsA:paymentDate 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:exchangedCurrency