XML Schema Documentation

Complex Type: CancelableProvision

[Table of contents]

Super-types: None
Sub-types: None
Name CancelableProvision
Used by (from the same schema document) Complex Type Swap
Abstract no
Documentation A type defining the right of a party to cancel a swap transaction on the specified exercise dates. The provision is for 'walkaway' cancellation (i.e. the fair value of the swap is not paid). A fee payable on exercise can be specified.
XML Instance Representation
<...>
<buyerPartyReference> PartyOrTradeSideReference </buyerPartyReference> [1]

'A reference to the party that buys this instrument, ie. pays for this instrument and receives the rights defined by it. See 2000 ISDA definitions Article 11.1 (b). In the case of FRAs this the fixed rate payer.'

<sellerPartyReference> PartyOrTradeSideReference </sellerPartyReference> [1]

'A reference to the party that sells (\"writes\") this instrument, i.e. that grants the rights defined by this instrument and in return receives a payment for it. See 2000 ISDA definitions Article 11.1 (a). In the case of FRAs this is the floating rate payer.'

<exercise> ... </exercise> [1]
<exerciseNotice> ExerciseNotice </exerciseNotice> [0..1]

'Definition of the party to whom notice of exercise should be given.'

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

<cancelableProvisionAdjustedDates> CancelableProvisionAdjustedDates </cancelableProvisionAdjustedDates> [0..1]

'The adjusted dates associated with a cancelable provision. These dates have been adjusted for any applicable business day convention.'

<finalCalculationPeriodDateAdjustment> FinalCalculationPeriodDateAdjustment </finalCalculationPeriodDateAdjustment> [0..*]

'Business date convention adjustment to final payment period per leg (swapStream) upon exercise event. The adjustments can be made in-line with leg level BDC\'s or they can be specified seperately.'

<initialFee> SimplePayment </initialFee> [0..1]

'An initial fee for the cancelable option.'

</...>
Diagram
group_BuyerSeller.model element_exercise
Schema Component Representation
<xsd:complexType name="CancelableProvision">
<xsd:sequence>
<xsd:group ref=" BuyerSeller.model "/>
<xsd:element ref=" exercise "/>
<xsd:element name="exerciseNotice" type=" ExerciseNotice " minOccurs="0"/>
<xsd:element name="followUpConfirmation" type=" xsd:boolean "/>
<xsd:element name="cancelableProvisionAdjustedDates" type=" CancelableProvisionAdjustedDates " minOccurs="0"/>
<xsd:element name="finalCalculationPeriodDateAdjustment" type=" FinalCalculationPeriodDateAdjustment " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="initialFee" type=" SimplePayment " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>