The EvntGrp is a repeating subcomponent of the Instrument component used to specify straightforward events associated with the instrument. Examples include put and call dates for bonds and options; first exercise date for options; inventory and delivery dates for commodities; start, end and roll dates for swaps. Use ComplexEvents for more advanced dates such as option, futures, commodities and equity swap observation and pricing events.
The EvntGrp contains three different methods to express a time
associated with the event using the EventDate(866) and EventTime(1145) pair of fields or the EventTimeUnit(1827) and EventTimePeriod(1826) pair of fields or EventMonthYear(2340).
The EventDate(866), and optional EventTime(1145), may be used to specify an exact date and optional time for the event. The EventTimeUnit(1827) and EventTimePeriod(1826) may be used to express a time period associated with the event, e.g. 3-month, 4-years, 2-weeks. The EventMonthYear(2340), and optional EventTime(1145), may be used to express the event as a month of year, with optional day of month or week of month.
Either EventDate(866) or EventMonthYear(2340), and the optional EventTime(1145), must be specified or EventTimeUnit(1827) and EventTimePeriod(1826) must be specified.
The EventMonthYear(2340) may be used instead of EventDate(866) when month-year, with optional day of month or week of month, is required instead of a date.
| 865 | EventType | EventTyp | | Required if NoEvents(864) > 0. | Added FIX.4.4
Updated EP161
|
| 866 | EventDate | Dt | | Conditionally required when EventTime(1145) is specified. | Added FIX.4.4
Updated EP161
|
| 1145 | EventTime | Tm | | | Added EP-1
Updated EP132
|
| 1827 | EventTimeUnit | TmUnit | | Conditionally required when EventTimePeriod(1826) is specified. | Added EP132
Updated EP161
|
| 1826 | EventTimePeriod | TmPeriod | | Conditionally required when EventTimeUnit(1827) is specified. | Added EP132
Updated EP161
|
| 2340 | EventMonthYear | MoYr | | | Added EP161
|
| 867 | EventPx | Px | | | Added FIX.4.4
|
| 868 | EventText | Txt | | | Added FIX.4.4
Updated EP161
|
| 1578 | EncodedEventTextLen | EncTxtLen | | Must be set if EncodedEventText(1579) field is specified and must immediately precede it. | Added EP161
|
| 1579 | EncodedEventText | EncTxt | | Encoded (non-ASCII characters) representation of the EventText(868) field in the encoded format specified via the MessageEncoding(347) field. | Added EP161
|