fpml:relativeDateSequence
A series of dates specified as some offset to other dates (the anchor dates) which can
Element information
Namespace: http://www.fpml.org/FpML-5/confirmation
Schema document: fpml-shared-5-5.xsd
Other elements with the same name: fpml:relativeDateSequence
Type: fpml:RelativeDateSequence
Properties: Local, Qualified
Content
- Sequence [1..1]
- fpml:dateRelativeTo [1..1] Specifies the anchor as an href attribute. The href attribute value is a pointer style reference to the element or component elsewhere in the document where the anchor date is defined.
- fpml:dateOffset [1..*]
- Choice [0..1]
- fpml:businessCentersReference A pointer style reference to a set of financial business centers defined elsewhere in the document. This set of business centers is used to determine whether a particular day is a business day or not.
- fpml:businessCenters
from group fpml:BusinessCentersOrReference.model
Attributes
None
Used in
- Type fpml:AdjustableRelativeOrPeriodicDates (Elements fpml:calculationDates, fpml:valuationDates, fpml:dividendValuationDates, fpml:calculationDates)
Sample instance
<relativeDateSequence> <dateRelativeTo href="interestLegPaymentDates"/> <dateOffset> <periodMultiplier>-2</periodMultiplier> <period>D</period> <businessDayConvention>PRECEDING</businessDayConvention> </dateOffset> </relativeDateSequence>