Skip to content

STPASA_INTERCONNECTORSOLN

STPASA_INTERCONNECTORSOLN shows the results of the capacity evaluation for Interconnectors, including the calculated limits for the interval.

Package

STPASA_SOLUTION

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
RUN_DATETIME datetime(3) 🔑 datetime2(0) 🔑 Unique Timestamp Identifier for this study
INTERVAL_DATETIME datetime(3) 🔑 datetime2(0) 🔑 The unique identifier for the interval within this study
INTERCONNECTORID varchar(10) 🔑 varchar(10) 🔑 Interconnector Identifier
RUNTYPE varchar(20) 🔑 varchar(20) 🔑 Type of run. Values are RELIABILITY_LRC, OUTAGE_LRC and LOR. Note that the STPASA RELIABILITY_LRC and OUTAGE_LRC Run Types are discontinued from 31 July 2025, with only the LOR Run Type reported.
CAPACITYMWFLOW numeric(12, 2) numeric(12, 2) Interconnector loading level (MW) that can be reached in case of capacity scarcity in neighbouring regions subject to network and energy constraints
CAPACITYMARGINALVALUE numeric(12, 2) numeric(12, 2) Capacity adequacy assessment marginal value, 0 if not binding
CAPACITYVIOLATIONDEGREE numeric(12, 2) numeric(12, 2) Capacity adequacy assessment violation degree for interconnector capacity; 0 if not violating
CALCULATEDEXPORTLIMIT numeric(12, 2) numeric(12, 2) Calculated Interconnector limit of exporting energy on the basis of invoked constraints and static interconnector export limit
CALCULATEDIMPORTLIMIT numeric(12, 2) numeric(12, 2) Calculated Interconnector limit of importing energy on the basis of invoked constraints and static interconnector import limit. Note unlike the input interconnector import limit this is a directional quantity and should be defined with respect to the interconnector flow.
LASTCHANGED datetime(3) datetime2(0) Last changed date of this record
EXPORTLIMITCONSTRAINTID varchar(20) varchar(20) ID of the constraint that sets the Interconnector Export Limit
IMPORTLIMITCONSTRAINTID varchar(20) varchar(20) ID of the constraint that sets the Interconnector Import Limit
STUDYREGIONID varchar(20) 🔑 varchar(20) 🔑 Primary Region for LP Solve (or MARKET if none).

Official MMS data model indexes

Index name Index type Index columns (in order)
INTERCONNECTORSOLUTION_PK clustered, unique, primary key RUN_DATETIME, RUNTYPE, INTERVAL_DATETIME, INTERCONNECTORID, STUDYREGIONID
STPASA_INTERCONNECTORSOLN_LCX nonclustered LASTCHANGED

GR-MMS data model indexes

Index name Index type Index columns (in order)
PK_STPASA_INTERCONNECTORSOLN clustered, unique, primary key RUN_DATETIME, RUNTYPE, INTERVAL_DATETIME, INTERCONNECTORID, STUDYREGIONID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
PK_STPASA_INTERCONNECTORSOLN nonclustered, unique, primary key RUNTYPE, STUDYREGIONID, INTERCONNECTORID, RUN_DATETIME, INTERVAL_DATETIME
STPASA_INTERCONNECTORSOLN_CCI clustered, columnstore n/a