XML Schema Documentation

Complex Type: CancellationEvent

[Table of contents]

Super-types: None
Sub-types: None
Name CancellationEvent
Used by (from the same schema document) Complex Type CancelableProvisionAdjustedDates
Abstract no
Documentation The adjusted dates for a specific cancellation date, including the adjusted exercise date and adjusted termination date.
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.'

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

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

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