Corporate actions (e.g. stock splits) can change the previous day’s settlement price. We (the exchange) must communicate the restated price to:
- Satisfy a regulatory requirement; and
- Allow client systems to ingest the new price (e.g. for margin requirements)
We have two ideas, but we welcome other ideas.
Option 1: As a Settlement Price with 286=4
Communicate the new price over MD Snapshot and MD Incremental messages just like our “regular” settlement prices, but set tag 286 (OpenCloseSettlFlag) to ‘4’ (Entry from previous business day) to indicate it’s a restated price.
MDEntryDate would be set to the previous trading day.
Option 2: As a new Reference Price
Set tag 1150 (TradingReferencePrice) in the PriceLimits group (on MD Snapshot, MD Incremental, and SecurityList messages) to the new price.
The challenge with this is that we already use the PriceLimits group to communicate an instrument’s “relative price limits” (i.e. orders must be entered at a price within a configurable % above and below the settlement price).
Furthermore, not every instrument has relative price limits. However, we could do the following:
When an instrument has relative price limits
Set the PriceLimits group normally. That is:
1306 (PriceLimitType) = 2 (Percentage)
1148 (LowLimitPrice) and 1149 (HighLimitPrice) = [the configurable % bands]
1150 (TradingReferencePrice) = [the restated settlement price]
We would modify our system to ensure the price limits are based off the restated price, so setting 1150 to the new price is accurate.
When an instrument does not have relative price limits
1306 = 2 (or should we omit 1306 entirely?)
1148 and 1149 are omitted entirely
1150 = [the restated settlement price]
Possibly: 5796 (TradingReferenceDate) = [the previous trading day]
Discussion
-
The problem with Option 1 is that, although I’ve been using the language “restated settlement price” in this post for simplicity, it may be wrong to frame things as such. It may be more accurate to frame things as “restated reference price”. After all, the settlement price on the day before the stock split was 100% correct, and arguably still is correct even after the split. So while Option 1 may be technically feasible, it may simply be wrong in a business sense to say that the settlement price “changed”.
-
The problem with Option 2 is that we may be misusing the PriceLimits group. In the case where the instrument has no price limits, will it be confusing for clients to see a PriceLimits group with tag 1148 and 1149 omitted?