<xsd:complexType name="Loan">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type describing a loan underlying asset.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="UnderlyingAsset">
<xsd:sequence>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the borrower. There can be more than one borrower. It is meant to be used in the event that there is no Bloomberg Id or the Secured List isn't applicable.</xsd:documentation>
</xsd:annotation>
<xsd:element name="borrower" type="LegalEntity" />
<xsd:element name="borrowerReference" type="LegalEntityReference" />
</xsd:choice>
<xsd:element name="lien" type="Lien" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the seniority level of the lien.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="facilityType" type="FacilityType" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type of loan facility (letter of credit, revolving, ...).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="maturity" type="xsd:date" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date when the principal amount of the loan becomes due and payable.</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. This underlyer attribute is used to help identify which of the company's outstanding loans are being referenced by knowing to which credit agreement it belongs. ISDA Standards Terms Supplement term: Date of Original Credit Agreement.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tranche" type="UnderlyingAssetTranche" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The loan tranche that is subject to the derivative transaction. It will typically be referenced as the Bloomberg tranche number. ISDA Standards Terms Supplement term: Bloomberg Tranche Number.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|