Skip to content

Master Data

This page provides detailed information about master data-related parameter classes.

entsoe.MasterData

Master Data parameters for ENTSO-E Transparency Platform API.

__all__ module-attribute

__all__ = ['ProductionandGenerationUnits']

ProductionandGenerationUnits

ProductionandGenerationUnits(
    bidding_zone_domain: str,
    implementation_date_and_or_time: str,
    psr_type: Optional[
        Literal[
            "B01",
            "B02",
            "B03",
            "B04",
            "B05",
            "B06",
            "B07",
            "B08",
            "B09",
            "B10",
            "B11",
            "B12",
            "B13",
            "B14",
            "B15",
            "B16",
            "B17",
            "B18",
            "B19",
            "B20",
        ]
    ] = None,
)

Bases: Base

Parameters for Configuration Document (Production Unit).

This endpoint retrieves configuration information for production units.

Fixed parameters:

  • documentType: A95 (Configuration document)
  • businessType: B11 (Production unit)

Notes: - PSR Type is optional - filters by production/generation type - Available PSR Types: B01 = Biomass B02 = Fossil Brown coal/Lignite B03 = Fossil Coal-derived gas B04 = Fossil Gas B05 = Fossil Hard coal B06 = Fossil Oil B07 = Fossil Oil shale B08 = Fossil Peat B09 = Geothermal B10 = Hydro Pumped Storage B11 = Hydro Run-of-river and poundage B12 = Hydro Water Reservoir B13 = Marine B14 = Nuclear B15 = Other renewable B16 = Solar B17 = Waste B18 = Wind Offshore B19 = Wind Onshore B20 = Other - Implementation date is mandatory and should be in format yyyy-MM-dd (e.g., 2017-01-01) - This endpoint does not use period_start/period_end parameters

Initialize configuration document parameters.

Parameters:

  • bidding_zone_domain (str) –

    EIC code of a Bidding Zone or Control Area (e.g., 10YBE----------2)

  • implementation_date_and_or_time (str) –

    Implementation date in format yyyy-MM-dd (e.g., 2017-01-01)

  • psr_type (Optional[Literal['B01', 'B02', 'B03', 'B04', 'B05', 'B06', 'B07', 'B08', 'B09', 'B10', 'B11', 'B12', 'B13', 'B14', 'B15', 'B16', 'B17', 'B18', 'B19', 'B20']], default: None ) –

    Power system resource type (B01-B20, optional)