<xsd:complexType name="EarlyTerminationProvision">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining an early termination provision for a swap. This early termination is at fair value, i.e. on termination the fair value of the product must be settled between the parties.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="mandatoryEarlyTermination" type="MandatoryEarlyTermination">
<xsd:annotation>
<xsd:documentation xml:lang="en">A mandatory early termination provision to terminate the swap at fair value.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="optionalEarlyTermination" type="OptionalEarlyTermination">
<xsd:annotation>
<xsd:documentation xml:lang="en">An option for either or both parties to terminate the swap at fair value.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|