Definition Type: ComplexType
Name: DrawdownPayment
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-loan-4-4.xsd
Abstract
Documentation:
Lender portion of the drawdown payment
Collapse XSD Schema Diagram:
Drilldown into shareLoanContractAmount in schema fpml-loan-4-4_xsd Drilldown into paymentDate in schema fpml-loan-4-4_xsdXSD Diagram of DrawdownPayment in schema fpml-loan-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="DrawdownPayment">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Lender portion of the drawdown payment</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="paymentDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date on which the principal payment is made by the leder to the agent bank. Usually defaults to the effective date of the loan contract.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="shareLoanContractAmount" type="Money" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
paymentDate fpml:paymentDate (1) (1)
shareLoanContractAmount fpml:shareLoanContractAmount (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:drawdownPayment