Definition Type: ComplexType
Name: ExtensionEvent
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-ird-4-4.xsd
Abstract
Documentation:
A type to define the adjusted dates associated with an individual extension event.
Collapse XSD Schema Diagram:
Drilldown into adjustedExtendedTerminationDate in schema fpml-ird-4-4_xsd Drilldown into adjustedExerciseDate in schema fpml-ird-4-4_xsd Drilldown into id in schema fpml-ird-4-4_xsdXSD Diagram of ExtensionEvent in schema fpml-ird-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
adjustedExerciseDate fpml:adjustedExerciseDate (1) (1)
adjustedExtendedTerminationDate fpml:adjustedExtendedTerminationDate (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:extensionEvent