complexType "CreditChangeEventBase"
Namespace:
Content:
complex, 9 elements
Defined:
Includes:
definitions of 8 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (9):
eventIdentifier (defined in AbstractEvent complexType),
Known Direct Subtypes (1):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A structure indicating that a trade has changed due to a credit event and containing only components shared by single name, index and basket.
Type Definition Detail
Type Derivation Tree
AbstractEvent (extension)
  ChangeEvent (extension)
      CreditChangeEventBase
XML Source (w/o annotations (9); see within schema source)
<xsd:complexType name="CreditChangeEventBase">
<xsd:complexContent>
<xsd:extension base="ChangeEvent">
<xsd:sequence>
<xsd:element name="creditEventType" type="CreditEventType"/>
<xsd:element name="eventDeterminationDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="auctionDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="settlementMethod" type="CashOrPhysicalSettlementEnum"/>
<xsd:element minOccurs="0" name="settlementDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="finalPrice" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="recoveryPercent" type="xsd:decimal"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="publiclyAvailableInformation" type="Resource"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 8/9)
auctionDate
Type:
xsd:date, predefined, simple content
The date on which the auction is scheduled to occur.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="auctionDate" type="xsd:date"/>

creditEventType
Type:
CreditEventType, simple content
Specifies the type of credit event taking place.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="creditEventType" type="CreditEventType"/>

eventDeterminationDate
Type:
xsd:date, predefined, simple content
The date at which a Credit Event Resolution Request Date (CERD) or Notice Delivery Date occurs.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="eventDeterminationDate" type="xsd:date"/>

finalPrice
Type:
xsd:decimal, predefined, simple content
The final price resulting from the auction.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="finalPrice" type="xsd:decimal"/>

publiclyAvailableInformation
Type:
Resource, complex content
A public information source, e.g. a particular newspaper or electronic news service, that may publish relevant information used in the determination of whether or not a credit event has occurred.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="publiclyAvailableInformation" type="Resource"/>

recoveryPercent
Type:
xsd:decimal, predefined, simple content
The percentage of the original value of the asset affected by the credit event that can be recovered.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="recoveryPercent" type="xsd:decimal"/>

settlementDate
Type:
xsd:date, predefined, simple content
The date on which settlement is scheduled to occur.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="settlementDate" type="xsd:date"/>

settlementMethod
Type:
Specifies whether the process is to be physically settled or cash settled.
Simple Content
enumeration of xsd:token
Enumeration:
"Cash", "Physical"
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="settlementMethod" type="CashOrPhysicalSettlementEnum"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.