<xsd:complexType name="AutomaticExercise">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type to define automatic exercise of a swaption. With automatic exercise the option is deemed to have exercised if it is in the money by more than the threshold amount on the exercise date.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="thresholdRate" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">A threshold rate. The threshold of 0.10% would be represented as 0.001</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|