Definition Type: ComplexType
Name: LoanContractSummary
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract
Documentation:
A short form of a loan contract.
Collapse XSD Schema Diagram:
Drilldown into amount in schema fpml-loan-5-10_xsd Drilldown into guarantorPartyReference in schema fpml-loan-5-10_xsd Drilldown into borrowerPartyReference in schema fpml-loan-5-10_xsd Drilldown into effectiveDate in schema fpml-loan-5-10_xsd Drilldown into identifier in schema fpml-loan-5-10_xsdXSD Diagram of LoanContractSummary in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="LoanContractSummary">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A short form of a loan contract.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="identifier" type="FacilityContractIdentifier" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A unique identifier for a loan contract.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="effectiveDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The effective date of the loan contract. This is the date on which the funds are passed to the borrower. It is an actual (adjusted) date.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:sequence>
            <xsd:element name="borrowerPartyReference" type="PartyReference">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A reference to the borrower against a loan contract.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="guarantorPartyReference" type="PartyReference" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Party references to any guarantors associated with the facility borrower.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
        <xsd:element name="amount" type="MoneyWithParticipantShare" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
identifier nsA:identifier (1) unbounded
effectiveDate nsA:effectiveDate (1) (1)
borrowerPartyReference nsA:borrowerPartyReference (1) (1)
guarantorPartyReference nsA:guarantorPartyReference 0 (1)
amount nsA:amount (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:contractSummarynsA:LoanContract,