Definition Type: ComplexType
Name: ExercisePeriod
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-ird-4-4.xsd
Abstract
Documentation:
This defines the time interval to the start of the exercise period, i.e. the earliest exercise date, and the frequency of subsequent exercise dates (if any).
Collapse XSD Schema Diagram:
Drilldown into exerciseFrequency in schema fpml-ird-4-4_xsd Drilldown into earliestExerciseDateTenor in schema fpml-ird-4-4_xsd Drilldown into id in schema fpml-ird-4-4_xsdXSD Diagram of ExercisePeriod in schema fpml-ird-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ExercisePeriod">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">This defines the time interval to the start of the exercise period, i.e. the earliest exercise date, and the frequency of subsequent exercise dates (if any).</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="earliestExerciseDateTenor" type="Interval">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The time interval to the first (and possibly only) exercise date in the exercise period.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="exerciseFrequency" type="Interval" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The frequency of subsequent exercise dates in the exercise period following the earliest exercise date. An interval of 1 day should be used to indicate an American style exercise period.</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
earliestExerciseDateTenor fpml:earliestExerciseDateTenor (1) (1)
exerciseFrequency fpml:exerciseFrequency 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:optionalEarlyTerminationParameters