Definition Type: ComplexType
Name: DrawdownPayment
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-loan-4-5.xsd
Abstract
Documentation:
A structure used to describe the payment to be processed as part of the drawdown notice.
Collapse XSD Schema Diagram:
Drilldown into shareLoanContractAmount in schema fpml-loan-4-5_xsd Drilldown into paymentDate in schema fpml-loan-4-5_xsdXSD Diagram of DrawdownPayment in schema fpml-loan-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="DrawdownPayment">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure used to describe the payment to be processed as part of the drawdown notice.</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 lender to the agent bank. This is an actual (adjusted) date. Usually defaults to the effective date of the loan contract.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="shareLoanContractAmount" type="Money">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The amount of principal allocated to the lender for the given drawdown request. This is the same as the payment that must be made by the lender to satisfy the drawdown request.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </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, fpml:drawdownPayment