Definition Type: Group
Name: LenderAndCashDetails.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Documentation:
A model that describes lender and cash flow details (relative to the lender), represented within a business event.
Collapse XSD Schema Diagram:
Drilldown into cashPayable in schema fpml-loan-5-10_xsd Drilldown into lenderPartyReference in schema fpml-loan-5-10_xsdXSD Diagram of LenderAndCashDetails.model in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="LenderAndCashDetails.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A model that describes lender and cash flow details (relative to the lender), represented within a business event.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="lenderPartyReference" type="PartyReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to the lender associated with a specific business event.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="cashPayable" type="CashPayable" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines the overall net cash payable, as well as, the breakdown of individual cashflows.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
lenderPartyReference nsA:lenderPartyReference (1) (1)
cashPayable nsA:cashPayable 0 (1)