XML Schema Documentation

Complex Type: CreditEventNoticeDocument

[Table of contents]

Super-types: Event < CreditEventNoticeDocument (by extension)
Sub-types: None
Name CreditEventNoticeDocument
Used by (from the same schema document) Complex Type CreditEventNotification , Element creditEventNotice
Abstract no
Documentation An event type that records the occurrence of a credit event notice.
XML Instance Representation
<...>
<eventId> EventId </eventId> [0..*]

''

<affectedTransactions> AffectedTransactions </affectedTransactions> [0..1]

'Trades affected by this event.'

<referenceEntity> LegalEntity </referenceEntity> [1]
<creditEvent> ... </creditEvent> [1]
<publiclyAvailableInformation> Resource </publiclyAvailableInformation> [0..*]

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

<notifyingPartyReference> PartyReference </notifyingPartyReference> [1]
<notifiedPartyReference> PartyReference </notifiedPartyReference> [1]
<creditEventNoticeDate> xsd:date </creditEventNoticeDate> [1]
<creditEventDate> xsd:date </creditEventDate> [1]
</...>
Diagram
Schema Component Representation
<xsd:complexType name="CreditEventNoticeDocument">
<xsd:complexContent>
<xsd:extension base=" Event ">
<xsd:sequence>
<xsd:element name="affectedTransactions" type=" AffectedTransactions " minOccurs="0"/>
<xsd:element name="referenceEntity" type=" LegalEntity "/>
<xsd:element ref=" creditEvent "/>
<xsd:element name="publiclyAvailableInformation" type=" Resource " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="notifyingPartyReference" type=" PartyReference "/>
<xsd:element name="notifiedPartyReference" type=" PartyReference "/>
<xsd:element name="creditEventNoticeDate" type=" xsd:date "/>
<xsd:element name="creditEventDate" type=" xsd:date "/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>