XML Schema Documentation

Complex Type: ExtendibleProvision

[Table of contents]

Super-types: None
Sub-types: None
Name ExtendibleProvision
Used by (from the same schema document) Complex Type Swap
Abstract no
Documentation A type defining an option to extend an existing swap transaction on the specified exercise dates for a term ending on the specified new termination date.
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.'

<extendibleProvisionAdjustedDates> ExtendibleProvisionAdjustedDates </extendibleProvisionAdjustedDates> [0..1]

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

</...>
Diagram
group_BuyerSeller.model element_exercise
Schema Component Representation
<xsd:complexType name="ExtendibleProvision">
<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="extendibleProvisionAdjustedDates" type=" ExtendibleProvisionAdjustedDates " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>