Skip to main content

A Metering Grid Area (MGA) is a core domain concept in the European energy market.

The ENTSO-e Harmonized Electricity Market Role Model defines an MGA as:

A physical area containing Metering Points and where all input to and withdrawal from the area can be measured.

In other words, an MGA is a collection of Metering Points operated by some System Operator, usually a DSO.

extra_ids
ExtraIdentifier · object[]
required

Extra Identifiers for this MGA

id
string<uuid>
required

Unique identifier for the MGA

name
string
required

Name of the metering grid area

scheduling_area_eic
string
required

EIC code for the Scheduling Area this Metering Grid Area belongs to

system_operator
Identifier · object
required

The Party that operates this MGA

Example:
{
  "extra_ids": [
    {
      "kind": "eic",
      "value": "46X000000000245K"
    }
  ],
  "id": "0199c317-25ec-7cf7-94cc-32a39f068433"
}