Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

The latest dispatch price (ActRRP) is also included in the definition of PT for the first three dispatch intervals. Hence the following definition applies:

iff for dispatch interval at time t where

t <= current_datetime + m 15 (minutes) then

if min(ActRRP, FRRPt) > max(TPmax , SRMC+) then PTt = 10

if min(ActRRP, FRRPt) > min(TPmax , SRMC+) and min(ActRRP, FRRPt) <= max(TPmax , SRMC+) then PTt= 1

if min(ActRRP, FRRPt) > min(TPmin , SRMC+) and min(ActRRP, FRRPt) <= min(TPmax , SRMC+) then PTt = -1

if min(ActRRP, FRRPt) <= min(TPmin , SRMC+) then PTt = -10

The reason to include ActRRP for the first three dispatch intervals is that we have found earnings outcomes can be consistently improved when the dispatch price is below SRMC but the forecastRRP is greater than TPmax. Effectively the price forecast is not reflecting actual price outcomes and hence without considering dispatch price the bid allocation can maintain volume allocation to priceband 1 which ensures a positive target even though prices are below SRMC.

...