XML Schema Documentation

Complex Type: ExercisePeriod

[Table of contents]

Super-types: None
Sub-types: None
Name ExercisePeriod
Used by (from the same schema document) Model Group OptionalEarlyTermination.model
Abstract no
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).
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<earliestExerciseDateTenor> Interval </earliestExerciseDateTenor> [1]

'The time interval to the first (and possibly only) exercise date in the exercise period.'

<exerciseFrequency> Interval </exerciseFrequency> [0..1]

'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.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="ExercisePeriod">
<xsd:sequence>
<xsd:element name="earliestExerciseDateTenor" type=" Interval "/>
<xsd:element name="exerciseFrequency" type=" Interval " minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>