elexon-data / insights-issues

This repository serves as a centralised location for tracking and managing issues reported on the Insights Solution.
MIT License
4 stars 0 forks source link

Missing BOALF data #20

Open trader-short opened 1 year ago

trader-short commented 1 year ago

Describe the issue

When we query for BOALF data for a specific settlement period, in certain scenarios, the data returned by Insights API is incomplete. As in the example mentioned, BOALF was instructed for T_LBAR-1 on 04.10.2023 from 04:29 AM GMT till 5:00 AM GMT. But this data was missing in the results fetched for SP12, while complete data can be found on the BMRS website. Either by using settlementPeriodFrom & settlementPeriodTo (both equal to 12) or using start time 4:30 and end time 5:00 in the from & to parameters, we still don't get the required data. It seems whenever the BOALF instruction starts at SP-1 and ends at SP+1, and if we try to fetch the data specific to that SP, it isn't included in the results. (Have attached the screenshots)

Steps to Reproduce

Steps to reproduce the behavior:

  1. Go to https://bmrs.elexon.co.uk/api-documentation/endpoint/datasets/BOALF/stream
  2. Select parameters to query data for 2023-10-04 SP12 for T_LBAR-1
  3. settlementPeriodFrom & settlementPeriodTo = 12 or use
  4. from = 2023-10-04T04:30:00Z & to = 2023-10-04T05:00:00Z

Expected behaviour

BOALF instruction from 4:29 to 5:00 should be included in the results

Observed behaviour

No BOALF data related to the above instruction.

Screenshots

T_LBAR_bmreports T_LBAR_insights

Checks

Please answer the following questions for yourself before submitting an issue.