fpml:commencementDates
The first day(s) of the exercise period(s) for an American-style option.
Element information
Namespace: http://www.fpml.org/FpML-5/confirmation
Schema document: fpml-com-5-5.xsd
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
<fpml:commencementDates> <fpml:adjustableDates> <fpml:unadjustedDate>2000-01-01</fpml:unadjustedDate> <fpml:dateAdjustments> <fpml:businessDayConvention>FOLLOWING</fpml:businessDayConvention> <fpml:businessCentersReference href="IDREF"/> </fpml:dateAdjustments> <fpml:adjustedDate>2000-01-01</fpml:adjustedDate> </fpml:adjustableDates> </fpml:commencementDates>