Definition Type: ComplexType
Name: DealIdentifier
Namespace: http://www.fpml.org/FpML-5-0/reporting
Type: fpml:Product
Containing Schema: fpml-loan-5-0.xsd
Abstract False
Documentation:
The reference to an agreement entered into between the borrower, the lenders, the agent, and other financial parties that describes the terms and conditions of the loan being made to the borrower and the obligations and requirements for the borrower, its related entities (if any), and the lenders. List of Ids should include at least CUSIP (if exists) and system Id of the system that generates the notice.
Collapse XSD Schema Diagram:
Drilldown into creditAgreementDate Drilldown into dealName Drilldown into id Drilldown into productId Drilldown into productType Drilldown into ProductXSD Diagram of DealIdentifier
Collapse XSD Schema Code:
<xsd:complexType name="DealIdentifier">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The reference to an agreement entered into between the borrower, the lenders, the agent, and other financial parties that describes the terms and conditions of the loan being made to the borrower and the obligations and requirements for the borrower, its related entities (if any), and the lenders. List of Ids should include at least CUSIP (if exists) and system Id of the system that generates the notice.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Product">
            <xsd:sequence>
                <xsd:element name="dealName" type="xsd:string" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Usually defined as Legal Borrower Name + Credit Agreement Date (mm/yyyy)</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="creditAgreementDate" type="xsd:date" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The credit agreement date is the closing date (the date where the agreement has been signed) for the loans in the credit agreement. Funding of the facilities occurs on (or sometimes a little after) the Credit Agreement date.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
productType fpml:productType 0 unbounded
productId fpml:productId 0 unbounded
dealName fpml:dealName 0 (1)
creditAgreementDate fpml:creditAgreementDate 0 (1)
<xs:group> fpml:Product.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:dealIdentifier, fpml:dealIdentifier
Collapse Comments:
blog comments powered by Disqus