<xsd:group name="OptionalEarlyTermination.model">
<xsd:choice>
<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:sequence>
<xsd:element name="optionalEarlyTerminationParameters" type="ExercisePeriod">
<xsd:annotation>
<xsd:documentation xml:lang="en">Definition of the first early termination date and the frequency of the termination dates subsequent to that. American exercise is defined by having a frequency of one day.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="optionalEarlyTermination" type="OptionalEarlyTermination" minOccurs="0">
<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:sequence>
</xsd:choice>
</xsd:group>
|