Price Node Schema

NameData TypeDescription
capacity_zone_idInteger
show_on_mapBooleanBoolean for whether or not to show this node on the map (used by our UI)
operator_idIntegerInternal id for the operator that the price node belongs to
latitudeFloatLatitude of the price node
capacityString
zone_idIntegerInternal id of the zone
price_node_type_idIntegerInternal id for the type of price node
load_nameString
utility_nameStringName of the utility that the price node belongs to
idIntegerInternal id of the price node
fuel_typeString
cg_codeStringInternal code of the price node
longitudeFloatLongitude of the price node
ownerString
asz_idInteger
addressStringAddress of the price node
original_codenameString
is_location_validInteger
zipcodeStringZip code of the price node
utility_eia_idInteger
hub_idInteger
is_location_approvedInteger
cg_idIntegerInternal id of the price node
original_nameString
is_approvedInteger
has_pricesBooleanBoolean for whether or not the price node has prices
[
  {
    "capacity_zone_id": 32,                 ...
    "show_on_map": true,                    Boolean for whether or not to show this node on the map (used by our UI)
    "operator_id": 7,                       Internal id for the operator that the price node belongs to
    "latitude": 29.424638,                  Latitude of the price node
    "capacity": "",                         ...
    "zone_id": 0,                           Internal id of the zone
    "price_node_type_id": 4,                Internal id for the type of price node
    "load_name": "",                        ...
    "utility_name": "",                     Name of the utility that the price node belongs to
    "id": 111536,                           Internal id of the price node
    "fuel_type": "NA",                      ...
    "cg_code": "CG_020076_Z_ER",            Internal code of the price node
    "longitude": -98.49413,                 Longitude of the price node
    "owner": "",                            ...
    "asz_id": 0,                            ...
    "address": "",                          Address of the price node
    "original_codename": "LZ_CPS",          ...
    "is_location_valid": 0,                 ...
    "zipcode": "78105",                     Zip code of the price node
    "utility_eia_id": 0,                    ...
    "hub_id": 0,                            ...
    "is_location_approved": 1,              ...
    "cg_id": 20076,                         Internal id of the price node
    "original_name": "CPS",                 ...
    "is_approved": 1,                       ...
    "has_prices": true                      Boolean for whether or not the price node has prices
  },
  ...
]

rev 1.0 2023-02-13