Definition Type: ComplexType
Name: FacilityIdentifier
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:Product
Containing Schema: fpml-loan-4-4.xsd
Abstract
Documentation:
The reference to a single credit limit within a loan deal. Also known as tranche. 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 originalCommitmentAmount in schema fpml-loan-4-4_xsd Drilldown into currency in schema fpml-loan-4-4_xsd Drilldown into facilityName in schema fpml-loan-4-4_xsd Drilldown into productId in schema fpml-shared-4-4_xsd Drilldown into productType in schema fpml-shared-4-4_xsd Drilldown into Product.model in schema fpml-shared-4-4_xsd Drilldown into id in schema fpml-shared-4-4_xsd Drilldown into Product in schema fpml-shared-4-4_xsdXSD Diagram of FacilityIdentifier in schema fpml-loan-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FacilityIdentifier">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The reference to a single credit limit within a loan deal. Also known as tranche. 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="facilityName" 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="currency" type="Currency" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Facility denomination currency.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="originalCommitmentAmount" type="xsd:decimal" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Original global commitment amount of the facility.</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
facilityName fpml:facilityName 0 (1)
currency fpml:currency 0 (1)
originalCommitmentAmount fpml:originalCommitmentAmount 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:facilityIdentifier, fpml:facilityIdentifier