fpml:expirationDates
The Expiration Date(s) of an American-style option.
Element information
Namespace: http://www.fpml.org/FpML-5/confirmation
Schema document: fpml-com-5-5.xsd
Other elements with the same name: fpml:expirationDates
Type: fpml:AdjustableOrRelativeDates
Properties: Local, Qualified
Content
- Choice [1..1]
- fpml:adjustableDates A series of dates that shall be subject to adjustment if they would otherwise fall on a day that is not a business day in the specified business centers, together with the convention for adjusting the date.
- fpml:relativeDates A series of dates specified as some offset to another series of dates (the anchor dates).
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID |
Used in
- Type fpml:CommodityPhysicalAmericanExercise (Element fpml:americanExercise)
Sample instance
<expirationDates> <periodicDates> <calculationStartDate> <relativeDate> <periodMultiplier>-5</periodMultiplier> <period>D</period> <dayType>CurrencyBusiness</dayType> <businessDayConvention>NONE</businessDayConvention> <dateRelativeTo href="physicalEffectiveDate"/> </relativeDate> </calculationStartDate> <calculationEndDate> <relativeDate> <periodMultiplier>-5</periodMultiplier> <period>D</period> <dayType>CurrencyBusiness</dayType> <businessDayConvention>NONE</businessDayConvention> <dateRelativeTo href="physicalTerminationDate"/> </relativeDate> </calculationEndDate> <calculationPeriodFrequency> <periodMultiplier>1</periodMultiplier> <period>M</period> <rollConvention>NONE</rollConvention> </calculationPeriodFrequency> <calculationPeriodDatesAdjustments> <businessDayConvention>MODFOLLOWING</businessDayConvention> </calculationPeriodDatesAdjustments> </periodicDates> </expirationDates>