Price Node Congestion Schema

NameData TypeDescription
idIntegerInterna id for the price node
typeString
original_nameString
original_codenameString
node_typeStringType of node
latitudeFloatLatitude of node
longitudeFloatLongitude of node
addressStringAddress of node
zipcodeStringZip code of node
operator_idIntegerInternal iso id
price_node_type_idIntegerInternal price node type id
zone_idIntegerInternal zone id
priceFloat
congestion_priceFloat
congestion_dateString
price_datetimeString
zone_price_datetimeString
nextday_average_dayahead_price_datetimeString
zone_priceFloat
cg_codeStringInternal Clarity Grid code for the node
zone_cg_codeStringInternal Clarity Grid code for the zone
zone_original_nameString
zone_original_codenameString
prevyear_average_dayahead_priceFloat
zone_prevyear_average_dayahead_priceFloat
nextday_average_dayahead_priceFloat
zone_nextday_average_dayahead_priceFloat
ownerString
capacityStringCapacity of the node
fuel_typeStringFuel type of the node (Gen only)
load_nameString
utility_nameStringName of the utility that the node belongs to
utility_eia_idInteger
hub_node_idInteger
hub_original_nameString
hub_cg_codeStringInternal Clarity Grid code for the hub
asz_idIntegerInternal ancillary service ID
asz_original_nameString
asz_cg_codeStringInternal Clarity Grid code for the ancillary service
[
  {
    "id": 17538,                                          Internal id for the price node
    "type": "PriceNode",                                  ...
    "original_name": "New Caney",                         ...
    "original_codename": "L EES NCY T1",                  ...
    "node_type": "Load Point",                            Type of node
    "latitude": 30.13493,                                 Latitude of node
    "longitude": -95.2196,                                Longitude of node
    "address": "",                                        Address of node
    "zipcode": "77357",                                   Zip code of node
    "operator_id": 4,                                     Internal iso id
    "price_node_type_id": 1,                              Internal price node type id
    "zone_id": 111681,                                    Internal zone id
    "price": 0.0543,                                      ...
    "congestion_price": 0,                                ...
    "congestion_date": "",                                ...
    "price_datetime": "",                                 ...
    "zone_price_datetime": "",                            ...
    "nextday_average_dayahead_price_datetime": "",        ...
    "zone_price": 0.0301,                                 ...
    "cg_code": "CG_165763_L_MI",                          Internal Clarity Grid code for the node
    "zone_cg_code": "CG_853966_Z_MI",                     Internal Clarity Grid code for the zone
    "zone_original_name": "",                             ...
    "zone_original_codename": "EES.BRAZLD",               ...
    "prevyear_average_dayahead_price": 0.0335,            ...
    "zone_prevyear_average_dayahead_price": 0,            ...
    "nextday_average_dayahead_price": 0.039,              ...
    "zone_nextday_average_dayahead_price": 0,             ...
    "owner": "null",                                      ...
    "capacity": "138.00/13.80 kv",                        Capacity of the node
    "fuel_type": "NA",                                    Fuel type of the node (Gen only)
    "load_name": "Dist",                                  ...
    "utility_name": "Entergy Texas Inc.",                 Name of the utility that the node belongs to
    "utility_eia_id": 55937,                              ...
    "hub_node_id": 111544,                                ...
    "hub_original_name": "Louisiana Hub",                 ...
    "hub_cg_code": "CG_812631_H_MI",                      Internal Clarity Grid code for the hub
    "asz_id": 218168,                                     Internal ancillary service ID
    "asz_original_name": "Ancillary Zone 1",              ...
    "asz_cg_code": "CG_081648_A_MI"                       Internal Clarity Grid code for the ancillary service
  },
  ...
]

rev 1.0 2023-02-13