<xsd:complexType name="ExtensionEvent">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type to define the adjusted dates associated with an individual extension event.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="adjustedExerciseDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date on which option exercise takes place. This date should already be adjusted for any applicable business day convention.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="adjustedExtendedTerminationDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The termination date if an extendible provision is exercised. This date should already be adjusted for any applicable business day convention.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|