<xsd:complexType name="DealSummary">
<xsd:annotation>
<xsd:documentation xml:lang="en">A short form of a deal.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="DealIdentifier">
<xsd:sequence>
<xsd:group ref="DealRoles.model">
<xsd:annotation>
<xsd:documentation xml:lang="en" />
</xsd:annotation>
</xsd:group>
<xsd:element name="creditAgreementDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The credit agreement date is also known as the 'closing date' (the date on which the agreement was signed). Funding of the facilities occurs either on or after (in the case of a Delayed Draw) the Credit Agreement date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice minOccurs="0">
<xsd:element name="currency" type="Currency">
<xsd:annotation>
<xsd:documentation xml:lang="en">Deal denomination currency.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:element name="issuedAmount" type="NonNegativeMoney">
<xsd:annotation>
<xsd:documentation xml:lang="en">Original deal amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="currentDealAmount" type="MoneyWithParticipantShare" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Current deal amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|