Definition Type: ComplexType
Name: ManualExercise
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Abstract
Documentation:
A type defining manual exercise, i.e. that the option buyer counterparty must give notice to the option seller of exercise.
Collapse XSD Schema Diagram:
Drilldown into fallbackExercise in schema fpml-shared-4-4_xsd Drilldown into exerciseNotice in schema fpml-shared-4-4_xsdXSD Diagram of ManualExercise in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ManualExercise">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining manual exercise, i.e. that the option buyer counterparty must give notice to the option seller of exercise.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="exerciseNotice" type="ExerciseNotice" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Definition of the party to whom notice of exercise should be given.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="fallbackExercise" type="xsd:boolean" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">If fallback exercise is specified then the notional amount of the underlying swap, not previously exercised under the swaption, will be automatically exercised at the expiration time on the expiration date if at such time the buyer is in-the-money, provided that the difference between the settlement rate and the fixed rate under the relevant underlying swap is not less than one tenth of a percentage point (0.10% or 0.001). The term in-the-money is assumed to have the meaning defined in the 2000 ISDA Definitions, Section 17.4. In-the-money.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
exerciseNotice fpml:exerciseNotice 0 (1)
fallbackExercise fpml:fallbackExercise 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:manualExercise