XML Schema Documentation

Complex Type: ReturnSwapEarlyTermination

[Table of contents]

Super-types: None
Sub-types: None
Name ReturnSwapEarlyTermination
Used by (from the same schema document) Complex Type ReturnSwap
Abstract no
Documentation A type describing the date from which each of the party may be allowed to terminate the trade.
XML Instance Representation
<...>
<partyReference> PartyReference </partyReference> [1]

'Reference to a party defined elsewhere in this document which may be allowed to terminate the trade.'

<startingDate> StartingDate </startingDate> [1]

'Specifies the date from which the early termination clause can be exercised.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="ReturnSwapEarlyTermination">
<xsd:sequence>
<xsd:element name="partyReference" type=" PartyReference "/>
<xsd:element name="startingDate" type=" StartingDate "/>
</xsd:sequence>
</xsd:complexType>