Definition Type: ComplexType
Name: AutomaticExercise
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into thresholdRate in schema fpml-shared-4-4_xsdXSD Diagram of AutomaticExercise in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
thresholdRate fpml:thresholdRate (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:automaticExercise