XML Schema Documentation

Complex Type: Amendment

[Table of contents]

Super-types: Event < Amendment (by extension)
Sub-types: None
Name Amendment
Abstract no
Documentation An event type that defines the content of an Amendment transaction.
XML Instance Representation
<...>
<eventId> EventId </eventId> [0..*]

''

<trade> Trade </trade> [1]
<amendmentTradeDate> xsd:date </amendmentTradeDate> [1]

'The date on which the the parties enter into the Amendment transaction'

<amendmentEffectiveDate> xsd:date </amendmentEffectiveDate> [1]

'The date on which the Amendment becomes effective'

<payment> Payment </payment> [0..1]

'A payment for the right to amend the trade.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="Amendment">
<xsd:complexContent>
<xsd:extension base=" Event ">
<xsd:sequence>
<xsd:element name="trade" type=" Trade "/>
<xsd:group ref=" AmendmentDetails.model "/>
<xsd:element name="payment" type=" Payment " minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>