XML Schema Documentation

Complex Type: PubliclyAvailableInformation

[Table of contents]

Super-types: None
Sub-types: None
Name PubliclyAvailableInformation
Used by (from the same schema document) Complex Type CreditEventNotice
Abstract no
XML Instance Representation
<...>
<standardPublicSources> Empty </standardPublicSources> [0..1]

'If this element is specified, indicates that ISDA defined Standard Public Sources are applicable.'

<publicSource> xsd:string </publicSource> [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. ISDA 2003 Term: Public Source'

<specifiedNumber> xsd:positiveInteger </specifiedNumber> [0..1]

'The minimum number of the specified public information sources that must publish information that reasonably confirms that a credit event has occurred. The market convention is two. ISDA 2003 Term: Specified Number'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="PubliclyAvailableInformation">
<xsd:sequence>
<xsd:element name="standardPublicSources" type=" Empty " minOccurs="0"/>
<xsd:element name="publicSource" type=" xsd:string " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="specifiedNumber" type=" xsd:positiveInteger " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>