Topics in this issue include:
Effective this Sunday, December 12 (trade date Monday, December 13), to support the new CME Group Volatility Index (CVOL) Indicators published on Benchmark Administration Premium MDP, CME Reference Data API will include two new href links at the product level providing the relationship between the index products and related futures products.
Products without any CVOL relationships will not include the new hrefs.
Futures products with a related CVOL Index will reflect a new "relatedIndexes" href. This link will return all CVOL Indicators related to the futures product. For example:
CVOL products will reflect a new "relatedFutures" href. This like will return all FX futures products related to the CVOL product. For example:
relatedIndexes structure:
links": { "self": { "href": …/products/[guid] }, "relatedIndexes": { "href": …/products/[guid]/relatedindexes } }
relatedFutures structure:
links": { "self": { "href": …/products/[guid] }, "relatedFuturesProducts": { "href": …/products/[guid]/relatedfutures
These changes are currently available for customer testing in New Release.
Effective Sunday, January 9, 2022 (trade date Monday, January 10), CME Reference Data API will be enriched with additional referential data for Electricity products. These attributes will only be available for the outright futures at the instrument level.
Customers will now have access to the following:
| Attribute Name | Description | Type | Example |
|---|---|---|---|
clrSymbol |
The product code used in CME Clearing for post-trade processing and back-office functions |
String |
“L1” |
trdgUnitPeriodMult |
Transaction Size
|
Number |
22 392 |
transformationDate |
Date of Transformation |
Date |
“2021-06-01” |
| peakType | Peak Type | String | Peak, Off-Peak, Null |
| transformedInstruments | Repeating Group listing the instruments trades are transformed into, using the Clearing product code | String | "JD 20210601”, “JD 20210602”... “JD 20210630" |
| legID | Leg ID represents day of month | String | 1 - 31 |
| daysHours | 1 Day or 1 - 24 Hours | String | “1”, “8” |
Example: Peak Type Repeating Group
Example of peakType=Peak Repeating Group using the PJM Western Hub Peak Calendar-Month Real-Time LMP Futures.
"clrSymbol": "L1"
"peakType" : "Peak",
" TrdgUnitPeriodMult " : "21",
"transformationDate" :"2022-01-03"
“transformedInstruments”:
"_embedded": {
"transformedInstruments": [
{
"legs": [
{
"legNumber": 1
"daysHours": 11,
"transformedInstrument": "JD 20220103"
},
{
"legNumber": 2
"daysHours": 11,
"transformedInstrument": "JD 20220104"
},
{
"legNumber": 3
"daysHours": 11,
"transformedInstrument": "JD 20220105"
},
{
"legNumber": 5
"daysHours": 11,
"transformedInstrument": "JD 20220106"
.....
}
These changes are currently available for customer testing in New Release.
Effective Sunday, January 9, 2022 (trade date Monday, January 10), to support the launch of the Three-Month SOFR futures vs Eurodollar outright futures, the new outright future tradable product (CME Globex product code SED) will be reflected in CME Reference Data API as an outright future. The underlying products links will provide the cleared legs as described below.
Underlying links for SED Three-Month SOFR futures vs Eurodollar outright futures:
This change will be available for customer testing on Monday, December 20.