Definition Type: ComplexType
Name: LoanContractSummary
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-loan-4-5.xsd
Abstract
Documentation:
A basic set of fields used to uniquely identify the loan contract.
Collapse XSD Schema Diagram:
Drilldown into maturityDate in schema fpml-loan-4-5_xsd Drilldown into participationAmount in schema fpml-loan-4-5_xsd Drilldown into originalAmount in schema fpml-loan-4-5_xsd Drilldown into identifier in schema fpml-loan-4-5_xsdXSD Diagram of LoanContractSummary in schema fpml-loan-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="LoanContractSummary">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A basic set of fields used to uniquely identify the loan contract.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="identifier" type="ContractIdentifier" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A structure that can me used to store multiple identifiers for the loan contract. Each identifier has associated with it a scheme definition to tell the recepient the 'type' of the id.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:choice minOccurs="0">
            <xsd:element name="originalAmount" type="Money">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The original amount associated with the loan contract in loan contract currency.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="participationAmount" type="ParticipationAmount">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Loan contract amount, global and lender share in loan currency.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:element name="maturityDate" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The maturity date of the loan contract. In the case of a PRIME-based loan, this field should be set to the maturity date of the facility.&gt;</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
identifier fpml:identifier (1) unbounded
originalAmount fpml:originalAmount (1) (1)
participationAmount fpml:participationAmount (1) (1)
maturityDate fpml:maturityDate 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:loanContractSummary, fpml:loanContractSummary, fpml:loanContractSummary, fpml:loanContractSummary, fpml:loanContractSummary, fpml:loanContractSummary, fpml:loanContractSummary, fpml:loanContractSummary