<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>
|