<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:sequence>
<xsd:group ref="MandatoryEarlyTermination.model" />
<xsd:group ref="OptionalEarlyTermination.model" minOccurs="0" />
</xsd:sequence>
<xsd:group ref="OptionalEarlyTermination.model" />
</xsd:choice>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|