<xsd:complexType name="CancelableProvision">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the right of a party to cancel a swap transaction on the specified exercise dates. The provision is for 'walkaway' cancellation (i.e. the fair value of the swap is not paid). A fee payable on exercise can be specified.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="exercise" minOccurs="0" />
<xsd:element name="initialFee" type="SimplePayment" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">An initial fee for the cancelable option.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|