Nomination value added to dispatch API & webhook events
11 days ago by Shaun Tamblin
A new field, nomination_kw
has been added to both the Dispatch API and webhook event timeslots
array. If desired, this field can be used in dispatch processing logic to compare the dispatch event awarded value (energy_kw
) to the nomination value (nomination_kw
). For clarity, the descriptions of each of these fields are provided below:
energy_kw
- The awarded kW for the dispatch. This represents the expected power in kW to be curtailed/exported for the duration of the event. If the value is 'null' partners should dispatch the maximum they can manage.nomination_kw
- The nomination in kW. It represents the commitment amount made to the market for this asset.
Field additions like this are considered non-breaking changes for existing integrations.