Definition Type: ComplexType
Name: PaymentDetails
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
Details on the referenced payment. e.g. Its cashflow components, settlement details.
Collapse XSD Schema Diagram:
Drilldown into settlementInformation in schema fpml-shared-5-10_xsd Drilldown into grossCashflow in schema fpml-shared-5-10_xsd Drilldown into paymentReference in schema fpml-shared-5-10_xsdXSD Diagram of PaymentDetails in schema fpml-shared-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PaymentDetails">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Details on the referenced payment. e.g. Its cashflow components, settlement details.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="paymentReference" type="PaymentReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The reference to the identified payment strucutre.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="grossCashflow" type="GrossCashflow" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Payment details of this cash flow component, including currency, amount and payer/payee.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="settlementInformation" type="SettlementInformation" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The information required to settle a currency payment.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
paymentReference nsA:paymentReference (1) (1)
grossCashflow nsA:grossCashflow (1) unbounded
settlementInformation nsA:settlementInformation 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:paymentDetails, nsA:paymentDetails, nsA:paymentDetails, nsA:paymentDetails