complexType "DealSummary"
Namespace:
Content:
complex, 1 attribute, 11 elements
Defined:
globally in fpml-loan-5-8.xsd; see XML source
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (11):
description (defined in IdentifiedAsset complexType),
instrumentId (defined in IdentifiedAsset complexType),
Known Direct Subtypes (1):
Deal
All Direct / Indirect Based Elements (1):
deal
Known Usage Locations
Annotation
A short form of a deal.
Type Definition Detail
Type Derivation Tree
Asset (extension)
  IdentifiedAsset (extension)
      DealIdentifier (extension)
          DealSummary
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="DealSummary">
<xsd:complexContent>
<xsd:extension base="DealIdentifier">
<xsd:sequence>
<xsd:group ref="DealRoles.model"/>
<xsd:element name="creditAgreementDate" type="xsd:date"/>
<xsd:choice minOccurs="0">
<xsd:element name="currency" type="Currency"/>
<xsd:sequence>
<xsd:element name="issuedAmount" type="NonNegativeMoney"/>
<xsd:element minOccurs="0" name="currentDealAmount" type="MoneyWithParticipantShare"/>
</xsd:sequence>
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/11)
creditAgreementDate
Type:
xsd:date, predefined, simple content
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.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="creditAgreementDate" type="xsd:date"/>

currency
Type:
Currency, simple content
Deal denomination currency.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="currency" type="Currency"/>

currentDealAmount
Type:
MoneyWithParticipantShare, complex content
Current deal amount.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="currentDealAmount" type="MoneyWithParticipantShare"/>

issuedAmount
Type:
NonNegativeMoney, complex content
Original deal amount.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="issuedAmount" type="NonNegativeMoney"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.