Definition Type: ComplexType
Name: ExerciseProcedure
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Abstract
Documentation:
A type describing how notice of exercise should be given. This can be either manual or automatic.
Collapse XSD Schema Diagram:
Drilldown into splitTicket in schema fpml-shared-4-4_xsd Drilldown into limitedRightToConfirm in schema fpml-shared-4-4_xsd Drilldown into followUpConfirmation in schema fpml-shared-4-4_xsd Drilldown into automaticExercise in schema fpml-shared-4-4_xsd Drilldown into manualExercise in schema fpml-shared-4-4_xsdXSD Diagram of ExerciseProcedure in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ExerciseProcedure">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type describing how notice of exercise should be given. This can be either manual or automatic.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice>
            <xsd:element name="manualExercise" type="ManualExercise">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Specifies that the notice of exercise must be given by the buyer to the seller or seller's agent.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="automaticExercise" type="AutomaticExercise">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">If automatic is specified then the notional amount of the underlying swap, not previously exercised under the swaption will be automatically exercised at the expriration 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 the specified threshold rate. The term in-the-money is assumed to have the meaning defining in the 2000 ISDA Definitions, Section 17.4 In-the-money.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:element name="followUpConfirmation" type="xsd:boolean">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A flag to indicate whether follow-up confirmation of exercise (written or electronic) is required following telephonic notice by the buyer to the seller or seller's agent.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="limitedRightToConfirm" type="xsd:boolean" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Has the meaning defined as part of the 1997 ISDA Government Bond Option Definitions, section 4.5 Limited Right to Confirm Exercise. If present, (i) the Seller may request the Buyer to confirm its intent if not done on or before the expiration time on the Expiration date (ii) specific rules will apply in relation to the settlement mode.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="splitTicket" type="xsd:boolean" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Typically applicable to the physical settlement of bond and convertible bond options. If present, means that the Party required to deliver the bonds will divide those to be delivered as notifying party desires to facilitate delivery obligations.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
manualExercise fpml:manualExercise (1) (1)
automaticExercise fpml:automaticExercise (1) (1)
followUpConfirmation fpml:followUpConfirmation (1) (1)
limitedRightToConfirm fpml:limitedRightToConfirm 0 (1)
splitTicket fpml:splitTicket 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:exerciseProcedure, fpml:exerciseProcedure