Definition Type: ComplexType
Name: FacilitySummary
Namespace: http://www.fpml.org/2008/FpML-4-5
Type: fpml:IdentifiedAsset
Containing Schema: fpml-loan-4-5.xsd
Abstract
Documentation:
A reference to a single credit limit within a deal (also referred to in the secondary markets as a 'tranche'). The list of ids should include the value of the id and a system reference to denote which internal/external source created the id.
Collapse XSD Schema Diagram:
Drilldown into originalCommitmentAmount in schema fpml-loan-4-5_xsd Drilldown into currency in schema fpml-loan-4-5_xsd Drilldown into description in schema fpml-asset-4-5_xsd Drilldown into instrumentId in schema fpml-asset-4-5_xsd Drilldown into id in schema fpml-asset-4-5_xsd Drilldown into Asset in schema fpml-asset-4-5_xsd Drilldown into IdentifiedAsset in schema fpml-asset-4-5_xsdXSD Diagram of FacilitySummary in schema fpml-loan-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FacilitySummary">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A reference to a single credit limit within a deal (also referred to in the secondary markets as a 'tranche'). The list of ids should include the value of the id and a system reference to denote which internal/external source created the id.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="IdentifiedAsset">
            <xsd:sequence>
                <xsd:choice minOccurs="0">
                    <xsd:element name="currency" type="Currency">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">Facility denomination currency.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="originalCommitmentAmount" type="Money">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">Original global commitment amount of the facility.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:choice>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
instrumentId fpml:instrumentId (1) unbounded
description fpml:description 0 (1)
currency fpml:currency (1) (1)
originalCommitmentAmount fpml:originalCommitmentAmount (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:facilitySummary