OffsetPrevailingTime
Allows the specification of a time that may be on a day prior or subsequent to the
day in question. This type is intended for use with a day of the week (i.e. where
no actual date is specified) as part of, for example, a period that runs from 23:00-07:00
on a series of days and where holidays on the actual days would affect the entire
time period.
Field | Type | Description | Print form title | FFSM title | Properties | Conditions |
time | PrevailingTime | | Time. | | 0-1,
mre | |
offset | Offset | | Date offset. | | 0-1 | |
OffsetPrevailingTimetime(PrevailingTime)hourMinuteTime(HourMinuteTime) | A time specified in hh:mm:ss format where the second component must be '00', e.g.
11am would be represented as 11:00:00.
|
| [0-2][0-9]:[0-5][0-9]:00; |
|
location(TimezoneLocation) | The geographic location to which the hourMinuteTime applies. The time takes into account
any current day light saving changes or other adjustments i.e. it is the prevaling
time at the location.
|
|
offset(Offset)periodMultiplier(integer) | A time period multiplier, e.g. 1, 2 or 3 etc. A negative value can be used when specifying
an offset relative to another date, e.g. -2 days.
|
|
period(PeriodEnum) | A time period, e.g. a day, week, month or year of the stream. If the periodMultiplier
value is 0 (zero) then period must contain the value D (day).
|
| D;W;M;Y; |
|
dayType(DayTypeEnum) | In the case of an offset specified as a number of days, this element defines whether
consideration is given as to whether a day is a good business day or not. If a day
type of business days is specified then non-business days are ignored when calculating
the offset. The financial business centers to use for determination of business days
are implied by the context in which this element is used. This element must only be
included when the offset is specified as a number of days. If the offset is zero days
then the dayType element should not be included.
|
| Business;Calendar;CommodityBusiness;CurrencyBusiness;ExchangeBusiness;ScheduledTradingDay; |
|