XML Schema Documentation

Complex Type: ExerciseProcedure

[Table of contents]

Super-types: None
Sub-types: None
Name ExerciseProcedure
Abstract no
Documentation A type describing how notice of exercise should be given. This can be either manual or automatic.
XML Instance Representation
<...>
Start Choice [1]
<manualExercise> ManualExercise </manualExercise> [1]

'Specifies that the notice of exercise must be given by the buyer to the seller or seller\'s agent.'

<automaticExercise> AutomaticExercise </automaticExercise> [1]

'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.'

End Choice
<followUpConfirmation> xsd:boolean </followUpConfirmation> [1]

'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.'

<limitedRightToConfirm> xsd:boolean </limitedRightToConfirm> [0..1]

'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.'

<splitTicket> xsd:boolean </splitTicket> [0..1]

'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.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="ExerciseProcedure">
<xsd:sequence>
<xsd:choice>
<xsd:element name="manualExercise" type=" ManualExercise "/>
<xsd:element name="automaticExercise" type=" AutomaticExercise "/>
</xsd:choice>
<xsd:element name="followUpConfirmation" type=" xsd:boolean "/>
<xsd:element name="limitedRightToConfirm" type=" xsd:boolean " minOccurs="0"/>
<xsd:element name="splitTicket" type=" xsd:boolean " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>