XML Schema Documentation

Complex Type: FacilitySummary

[Table of contents]

Super-types: IdentifiedAsset < FacilitySummary (by extension)
Sub-types: None
Name FacilitySummary
Used by (from the same schema document) Model Group FacilityNoticeDetails.model
Abstract no
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.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<instrumentId> InstrumentId </instrumentId> [1..*]

'Identification of the underlying asset, using public and/or private identifiers.'

<description> xsd:string </description> [0..1]

'Long name of the underlying asset.'

Start Choice [0..1]
<currency> Currency </currency> [1]

'Facility denomination currency.'

<originalCommitmentAmount> Money </originalCommitmentAmount> [1]

'Original global commitment amount of the facility.'

End Choice
</...>
Diagram
Schema Component Representation
<xsd:complexType name="FacilitySummary">
<xsd:complexContent>
<xsd:extension base=" IdentifiedAsset ">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="currency" type=" Currency "/>
<xsd:element name="originalCommitmentAmount" type=" Money "/>
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>