fpml:periods
The Delivery Periods for this leg of the swap. This type is only intended to be used if the Delivery Periods differ from the Calculation Periods on the fixed or floating leg. If DeliveryPeriods mirror another leg, then the calculationPeriodsReference element should be used to point to the Calculation Periods on that leg - or the calculationPeriodsScheduleReference can be used to point to the Calculation Periods Schedule for that leg.
Element information
Namespace: http://www.fpml.org/FpML-5/confirmation
Schema document: fpml-com-5-5.xsd
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
- Type fpml:ElectricityDeliveryPeriods via extension of fpml:CommodityDeliveryPeriods
- Type fpml:GasDeliveryPeriods via extension of fpml:CommodityDeliveryPeriods (Element fpml:deliveryPeriods)
- Type fpml:CommodityDeliveryPeriods (Elements fpml:deliveryPeriods, fpml:deliveryPeriods, fpml:deliveryPeriods)
Sample instance
<periods> <unadjustedDate>2013-05-01</unadjustedDate> <unadjustedDate>2013-06-01</unadjustedDate> <unadjustedDate>2013-07-01</unadjustedDate> <unadjustedDate>2013-08-01</unadjustedDate> <dateAdjustments> <businessDayConvention>NotApplicable</businessDayConvention> <businessCenters> <businessCenter>CHZU</businessCenter> </businessCenters> </dateAdjustments> </periods>