XML Schema Documentation

Complex Type: ContractualTermsSupplement

[Table of contents]

Super-types: None
Sub-types: None
Name ContractualTermsSupplement
Used by (from the same schema document) Complex Type Documentation
Abstract no
Documentation A contractual supplement (such as those published by ISDA) and its publication date that will apply to the trade.
XML Instance Representation
<...>
<type> ContractualSupplement </type> [1]

'Identifies the form of applicable contractual supplement.'

<publicationDate> xsd:date </publicationDate> [0..1]

'Specifies the publication date of the applicable version of the contractual supplement.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="ContractualTermsSupplement">
<xsd:sequence>
<xsd:element name="type" type=" ContractualSupplement "/>
<xsd:element name="publicationDate" type=" xsd:date " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>