XML Schema Documentation

Complex Type: ReferencePair

[Table of contents]

Super-types: None
Sub-types: None
Name ReferencePair
Used by (from the same schema document) Complex Type ReferencePoolItem
Abstract no
XML Instance Representation
<...>
<referenceEntity> LegalEntity </referenceEntity> [1]

'The corporate or sovereign entity on which you are buying or selling protection and any successor that assumes all or substantially all of its contractual and other obligations. It is vital to use the correct legal name of the entity and to be careful not to choose a subsidiary if you really want to trade protection on a parent company. Please note, Reference Entities cannot be senior or subordinated. It is the obligations of the Reference Entities that can be senior or subordinated. ISDA 2003 Term: Reference Entity'

Start Choice [1]
<referenceObligation> ReferenceObligation </referenceObligation> [1]

'The Reference Obligation is a financial instrument that is either issued or guaranteed by the reference entity. It serves to clarify the precise reference entity protection is being offered upon, and its legal position with regard to other related firms (parents/subsidiaries). Furthermore the Reference Obligation is ALWAYS deliverable and establishes the Pari Passu ranking (as the deliverable bonds must rank equal to the reference obligation). ISDA 2003 Term: Reference Obligation'

<noReferenceObligation> Empty </noReferenceObligation> [1]

'Used to indicate that there is no Reference Obligation associated with this Credit Default Swap and that there will never be one.'

End Choice
<entityType> EntityType </entityType> [1]

'Defines the reference entity types corresponding to a list of types in the ISDA First to Default documentation.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="ReferencePair">
<xsd:sequence>
<xsd:element name="referenceEntity" type=" LegalEntity "/>
<xsd:choice>
<xsd:element name="referenceObligation" type=" ReferenceObligation "/>
<xsd:element name="noReferenceObligation" type=" Empty "/>
</xsd:choice>
<xsd:element name="entityType" type=" EntityType "/>
</xsd:sequence>
</xsd:complexType>