XML Schema Documentation

Complex Type: Representations

[Table of contents]

Super-types: None
Sub-types: None
Name Representations
Used by (from the same schema document) Complex Type ExtraordinaryEvents
Abstract no
Documentation A type for defining ISDA 2002 Equity Derivative Representations.
XML Instance Representation
<...>
<nonReliance> xsd:boolean </nonReliance> [1]

'If true, then non reliance is applicable.'

<agreementsRegardingHedging> xsd:boolean </agreementsRegardingHedging> [1]

'If true, then agreements regarding hedging are applicable.'

<indexDisclaimer> xsd:boolean </indexDisclaimer> [0..1]

'If present and true, then index disclaimer is applicable'

<additionalAcknowledgements> xsd:boolean </additionalAcknowledgements> [1]

'If true, then additional acknowledgements are applicable.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="Representations">
<xsd:sequence>
<xsd:element name="nonReliance" type=" xsd:boolean "/>
<xsd:element name="agreementsRegardingHedging" type=" xsd:boolean "/>
<xsd:element name="indexDisclaimer" type=" xsd:boolean " minOccurs="0"/>
<xsd:element name="additionalAcknowledgements" type=" xsd:boolean "/>
</xsd:sequence>
</xsd:complexType>