congestion_income_FI_SE3 {finnishgrid}R Documentation

Congestion income between FI-SE3

Description

Congestion income between Finland (FI) and Central Sweden (SE3). __Congestion income is published on ENTSO-E's Transparency Platform, which can be founded here: https://transparency.entsoe.eu/transmission/r2/dailyImplicitAllocationsCongestionIncome/show .There are historical values to be found from Open Data until the beginning of February 2017. After February 2017 updated data as well as historical data can be founded from ENTSO-E's Transparency Platform.__Congestion income = commercial flow between FI and SE3 on the day ahead market (MWh/h) * absolute value of price difference between FI and SE3 (/MWh).Congestion originates in the situation where transmission capacity between bidding zones is not sufficient to fulfill the market demand and the congestion splits the bidding zones into separate price areas. Congestion income arises from the different prices that the sellers receive and the buyers pay when electricity flows from the higher price area to the lower price area. The seller acting in a lower price area receives lower price for electricity compared to the price the other party pays for electricity in the higher price area, and the power exchange receives surplus income, which it then pays to the Transmission System Operators (TSOs). The TSOs spend the received congestion income on increasing the transmission capacity on its cross-border interconnectors according to the EU regulation.

Usage

congestion_income_FI_SE3(start_time_utc = NA, end_time_utc = NA, user_key = NA)

Arguments

start_time_utc

Start time in UTC. Character array YYYY-MM-ddTHH:mm:ss.sssZ

end_time_utc

End time in UTC. Character array YYYY-MM-ddTHH:mm:ss.sssZ

user_key

Character array holding API-key. Free from https://data.fingrid.fi/en/instructions

Value

A data frame object with time series data having period 1 h and unit type EUR.

See Also

https://data.fingrid.fi/en/datasets/71

Examples

## Not run: 
library(finnishgrid)
start = "2024-06-01T00:00:00.000Z"  # UTC
end = "2024-06-03T00:00:00.000Z"    # UTC
key = "MY_SUPER_SECRET"
df <- congestion_income_FI_SE3(start_time_utc = start,
         end_time_utc = end,
         user_key = key)
summary(df)

## End(Not run)

[Package finnishgrid version 0.2.0 Index]