XML Schema Documentation

Complex Type: EarlyTerminationEvent

[Table of contents]

Super-types: None
Sub-types: None
Name EarlyTerminationEvent
Used by (from the same schema document) Complex Type OptionalEarlyTerminationAdjustedDates
Abstract no
Documentation A type to define the adjusted dates associated with an early termination provision.
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.'

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

'The date by which the cash settlement amount must be agreed. This date should already be adjusted for any applicable business day convention.'

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

'The date on which the cash settlement amount is paid. This date should already be adjusted for any applicable business dat convention.'

<adjustedExerciseFeePaymentDate> xsd:date </adjustedExerciseFeePaymentDate> [0..1]

'The date on which the exercise fee amount is paid. This date should already be adjusted for any applicable business day convention.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="EarlyTerminationEvent">
<xsd:sequence>
<xsd:element name="adjustedExerciseDate" type=" xsd:date "/>
<xsd:element name="adjustedEarlyTerminationDate" type=" xsd:date "/>
<xsd:element name="adjustedCashSettlementValuationDate" type=" xsd:date "/>
<xsd:element name="adjustedCashSettlementPaymentDate" type=" xsd:date "/>
<xsd:element name="adjustedExerciseFeePaymentDate" type=" xsd:date " minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>