Release notes
New version of UMM - extensions to API
Nord Pool will release an update of the REMIT UMM UI: 3.2.0 that includes extensions to the API and UI. The new version will be available for testing at https://umm.test.nordpoolgroup.com/. Testing the changes in the API and UI will not require the user to be signed in.
API message contract extension
For market participants listed in UMMs, we will add ACER code, EIC code, and LEI code when available.
"marketParticipants": [
{
"name": "Elering",
"code": "
A0002679T.EE",
"acerCode": "
A0002679T.EE",
"eicCode": "10X1001A1001A39W"
},
{
"name": "WSW mobil GmbH",
"code": "529900ZX9UGFHC6D0I33",
"acerCode": "
A00029631.DE",
"leiCode": "529900ZX9UGFHC6D0I33"
},
{
"name": "2B ENERGIA S.P.A.",
"code": "
A00033765.IT",
"acerCode": "
A00033765.IT",
"eicCode": "25X-2BENERGIASPU",
"leiCode": "815600DC24689745CC38"
}
]
We will also add a list of ACER message IDs to the root of the message, that are used by ACER to look up messages reported to their platform.
"acerRssMessageIds": [
"EUIMSG-2ZPYME1FGKWWL3J8RU_001",
"EUIMSG-6D4OIHL41MMLS1JH6A_001",
"EUIMSG-RMTEBKXNXEUTL48COH_001"
]
The extensions to the message contract will affect the following API endpoints:
https://ummapi.nordpoolgroup.com/messages
https://ummapi.nordpoolgroup.com/messages/:messageId
https://ummapi.nordpoolgroup.com/messages/:messageId/:messageVersion
UI improvements
The user interface now allows the user to search for messages directly based on UMM, ACER, or NUCS ID. The search box is located on the left sidebar below the filters.