fpml:calculationPeriods
An absolute representation of the Calculation Period start dates of the Commodity Option Transaction.
Element information
Namespace: http://www.fpml.org/FpML-5/confirmation
Schema document: fpml-com-5-5.xsd
Other elements with the same name: fpml:calculationPeriods
Type: fpml:AdjustableDates
Properties: Local, Qualified
Content
- Sequence [1..1]
- fpml:unadjustedDate [1..*] A date subject to adjustment.
- fpml:dateAdjustments [1..1] The business day convention and financial business centers used for adjusting the date if it would otherwise fall on a day that is not a business dat in the specified business centers.
- fpml:adjustedDate [0..*] The date once the adjustment has been performed. (Note that this date may change if the business center holidays change).
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID |
Used in
- Group fpml:CommodityAsian.model
- Group fpml:CommodityFinancialOption.model via reference to fpml:CommodityAsian.model
- Group fpml:CommodityOptionFeatures.model via reference to fpml:CommodityAsian.model
- Type fpml:CommodityOption via reference to fpml:CommodityFinancialOption.model (Element fpml:commodityOption)
Sample instance
<fpml:calculationPeriods> <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:calculationPeriods>