<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>
<!-- Needed in pre-trade for CLC
<!-\-IY: ETTF pretrade IRS and CDS-\->
<view:skip view="pretrade" rationale="Unsupported"/>
-->
</xsd:annotation>
<xsd:choice>
<xsd:sequence>
<xsd:group ref="MandatoryEarlyTermination.model" />
<xsd:group ref="OptionalEarlyTermination.model" minOccurs="0" />
</xsd:sequence>
<!--View Generation: SKIPPED - Technical-->
</xsd:choice>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|