<xsd:complexType name="EquitySwapEarlyTerminationType">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type describing the date from which each of the party may be allowed to terminate the trade.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="partyReference" type="PartyReference" />
<xsd:element name="startingDate">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the date from which the early termination clause can be exercised.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:element name="dateRelativeTo" type="DateRelativeTo" />
<xsd:element name="adjustableDate" type="AdjustableDate" />
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|