Flexibility Dispatch

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Dispatch ID
Use this field to find the matching dispatch on the Piclo platform if you need more information. 

No description available for this field.

Name (identifier)
id
Type
text
Sample
                       
Dispatch Capacity (MW)
The total power requested based on the dispatch instruction. 

No description available for this field.

Name (identifier)
capacity
Type
decimal
Sample
                       
Dispatch Volume (MWh)
               

No description available for this field.

Name (identifier)
mwh
Type
decimal
Sample
                       
Start Time
Start date of a service period for delivery of flexibility services. 

No description available for this field.

Name (identifier)
start
Type
datetime
Sample
                       
End Time
End date of a service period for delivery of flexibility services. 

No description available for this field.

Name (identifier)
end
Type
datetime
Sample
                       
Duration
               

No description available for this field.

Name (identifier)
hours
Type
decimal
Sample
                       
Flex Provider ID
Piclo generated ID to represent Flexibility Service Provider. 

No description available for this field.

Name (identifier)
flex_provider_id
Type
text
Sample
                       
Dispatch Direction
The direction the requirement is needed from the Asset's point of view.
For active competitons:
'deficit' = 'Generation turn up/Consumption turn down'
'excess' = 'Generation turn down/Consumption turn up'.
For reactive competitions:
'import' = 'Leading'
'export' = 'Lagging'

No description available for this field.

Name (identifier)
need_direction
Type
text
Sample
                       
Obligation ID
Use this field to link with other data points in Piclo. 

No description available for this field.

Name (identifier)
obligation_id
Type
text
Sample
                       
Power Type
The type of power service for the competition. 

No description available for this field.

Name (identifier)
power_type
Type
text
Sample
                       
Dispatch Status
Shows that the dispatch event is planned and scheduled for execution at a future date/time.

No description available for this field.

Name (identifier)
status
Type
text
Sample
                       
service_window_id
               

No description available for this field.

Name (identifier)
service_window_id
Type
text
Sample
                       
Filter Start
               

No description available for this field.

Name (identifier)
filtrt_start
Type
date
Sample
                       
Competition Open Date Copy
               

No description available for this field.

Name (identifier)
competition_start_copy
Type
date
Sample
                       
competition_start_filter
               

No description available for this field.

Name (identifier)
competition_start_filter
Type
date
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"flex_dispatch",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/flex_dispatch"
      }
    ]
    ,
  • "definitions":
    {
    • "flex_dispatch":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/flex_dispatch_records"
            }
          }
        }
      }
      ,
    • "flex_dispatch_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "id":
              {
              • "type":"string",
              • "title":"Dispatch ID",
              • "description":"Use this field to find the matching dispatch on the Piclo platform if you need more information. "
              }
              ,
            • "capacity":
              {
              • "type":"number",
              • "title":"Dispatch Capacity (MW)",
              • "description":"The total power requested based on the dispatch instruction. "
              }
              ,
            • "mwh":
              {
              • "type":"number",
              • "title":"Dispatch Volume (MWh)",
              • "description":""
              }
              ,
            • "start":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"Start Time",
              • "description":"Start date of a service period for delivery of flexibility services. "
              }
              ,
            • "end":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"End Time",
              • "description":"End date of a service period for delivery of flexibility services. "
              }
              ,
            • "hours":
              {
              • "type":"number",
              • "title":"Duration",
              • "description":""
              }
              ,
            • "flex_provider_id":
              {
              • "type":"string",
              • "title":"Flex Provider ID",
              • "description":"Piclo generated ID to represent Flexibility Service Provider. "
              }
              ,
            • "need_direction":
              {
              • "type":"string",
              • "title":"Dispatch Direction",
              • "description":"The direction the requirement is needed from the Asset's point of view. For active competitons: 'deficit' = 'Generation turn up/Consumption turn down' 'excess' = 'Generation turn down/Consumption turn up'. For reactive competitions: 'import' = 'Leading' 'export' = 'Lagging'"
              }
              ,
            • "obligation_id":
              {
              • "type":"string",
              • "title":"Obligation ID",
              • "description":"Use this field to link with other data points in Piclo. "
              }
              ,
            • "power_type":
              {
              • "type":"string",
              • "title":"Power Type",
              • "description":"The type of power service for the competition. "
              }
              ,
            • "status":
              {
              • "type":"string",
              • "title":"Dispatch Status",
              • "description":"Shows that the dispatch event is planned and scheduled for execution at a future date/time."
              }
              ,
            • "service_window_id":
              {
              • "type":"string",
              • "title":"service_window_id",
              • "description":""
              }
              ,
            • "filtrt_start":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Filter Start",
              • "description":""
              }
              ,
            • "competition_start_copy":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Competition Open Date Copy",
              • "description":""
              }
              ,
            • "competition_start_filter":
              {
              • "type":"string",
              • "format":"date",
              • "title":"competition_start_filter",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets