XML Schema Documentation

Complex Type: ExtensionEvent

[Table of contents]

Super-types: None
Sub-types: None
Name ExtensionEvent
Used by (from the same schema document) Complex Type ExtendibleProvisionAdjustedDates
Abstract no
Documentation A type to define the adjusted dates associated with an individual extension event.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<adjustedExerciseDate> xsd:date </adjustedExerciseDate> [1]

'The date on which option exercise takes place. This date should already be adjusted for any applicable business day convention.'

<adjustedExtendedTerminationDate> xsd:date </adjustedExtendedTerminationDate> [1]

'The termination date if an extendible provision is exercised. This date should already be adjusted for any applicable business day convention.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="ExtensionEvent">
<xsd:sequence>
<xsd:element name="adjustedExerciseDate" type=" xsd:date "/>
<xsd:element name="adjustedExtendedTerminationDate" type=" xsd:date "/>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>