Rates Response


{
  "Rates": [
    {
      "Id": "NCPE2G",
      "Description": "General Service",
      "Name": "Schedule 24",
      "Sector": "Commercial",
      "Metering": "OptionalNetMetering",
      "IsDefault": true,
      "IsTimeOfUse": false,
      "UtilityId": "26HM5E",
      "UtilityDescription": "Puget Sound Energy"
    },
    {
      "Id": "8UG8SV",
      "Description": "Small Demand General Service",
      "Name": "Schedule 25",
      "Sector": "Commercial",
      "Metering": "OptionalNetMetering",
      "IsDefault": false,
      "IsTimeOfUse": false,
      "UtilityId": "26HM5E",
      "UtilityDescription": "Puget Sound Energy"
    },
    {
      "Id": "1U0KD9",
      "Description": "Large Demand General Service",
      "Name": "Schedule 26",
      "Sector": "Commercial",
      "Metering": "OptionalNetMetering",
      "IsDefault": false,
      "IsTimeOfUse": false,
      "UtilityId": "26HM5E",
      "UtilityDescription": "Puget Sound Energy"
    },
    {
      "Id": "GKTY00",
      "Description": "Residential Service",
      "Name": "Schedule 7",
      "Sector": "Residential",
      "Metering": "OptionalNetMetering",
      "IsDefault": true,
      "IsTimeOfUse": false,
      "UtilityId": "26HM5E",
      "UtilityDescription": "Puget Sound Energy"
    },
    {
      "Id": "A31UX4",
      "Description": "Residential Service: City",
      "Name": "Schedule RSC",
      "Sector": "Residential",
      "Metering": "OptionalNetMetering",
      "IsDefault": true,
      "IsTimeOfUse": false,
      "UtilityId": "TCGET2",
      "UtilityDescription": "Seattle City Light",
      "TerritoryDescription": "CITY"
    },
    {
      "Id": "J7NVMT",
      "Description": "Small General Service: City",
      "Name": "Schedule SMC",
      "Sector": "Commercial",
      "Metering": "OptionalNetMetering",
      "IsDefault": true,
      "IsTimeOfUse": false,
      "UtilityId": "TCGET2",
      "UtilityDescription": "Seattle City Light",
      "TerritoryDescription": "CITY"
    },
    {
      "Id": "TKY1XJ",
      "Description": "Medium General Service: City ",
      "Name": "Schedule MDC",
      "Sector": "Commercial",
      "Metering": "OptionalNetMetering",
      "IsDefault": false,
      "IsTimeOfUse": false,
      "UtilityId": "TCGET2",
      "UtilityDescription": "Seattle City Light",
      "TerritoryDescription": "CITY"
    },
    {
      "Id": "64NU0V",
      "Description": "Residential Service: Burien",
      "Name": "Schedule RSB",
      "Sector": "Residential",
      "Metering": "OptionalNetMetering",
      "IsDefault": true,
      "IsTimeOfUse": false,
      "UtilityId": "TCGET2",
      "UtilityDescription": "Seattle City Light",
      "TerritoryDescription": "BURIEN"
    },
    {
      "Id": "MC5YZN",
      "Description": "Small General Service: Burien",
      "Name": "Schedule SMB",
      "Sector": "Commercial",
      "Metering": "OptionalNetMetering",
      "IsDefault": true,
      "IsTimeOfUse": false,
      "UtilityId": "TCGET2",
      "UtilityDescription": "Seattle City Light",
      "TerritoryDescription": "BURIEN"
    },
    {
      "Id": "EG9EPT",
      "Description": "Residential Service: Shoreline",
      "Name": "Schedule RSH",
      "Sector": "Residential",
      "Metering": "OptionalNetMetering",
      "IsDefault": true,
      "IsTimeOfUse": false,
      "UtilityId": "TCGET2",
      "UtilityDescription": "Seattle City Light",
      "TerritoryDescription": "SHORELINE"
    },
    {
      "Id": "300A67",
      "Description": "Small General Service: Shoreline",
      "Name": "Schedule SMH",
      "Sector": "Commercial",
      "Metering": "OptionalNetMetering",
      "IsDefault": true,
      "IsTimeOfUse": false,
      "UtilityId": "TCGET2",
      "UtilityDescription": "Seattle City Light",
      "TerritoryDescription": "SHORELINE"
    },
    {
      "Id": "XK32E6",
      "Description": "Residential Service: Suburban",
      "Name": "Schedule RSS",
      "Sector": "Residential",
      "Metering": "OptionalNetMetering",
      "IsDefault": true,
      "IsTimeOfUse": false,
      "UtilityId": "TCGET2",
      "UtilityDescription": "Seattle City Light",
      "TerritoryDescription": "SUBURBAN"
    },
    {
      "Id": "D6YJDA",
      "Description": "Small General Service: Suburban",
      "Name": "Schedule SMS",
      "Sector": "Commercial",
      "Metering": "OptionalNetMetering",
      "IsDefault": true,
      "IsTimeOfUse": false,
      "UtilityId": "TCGET2",
      "UtilityDescription": "Seattle City Light",
      "TerritoryDescription": "SUBURBAN"
    },
    {
      "Id": "N84Z80",
      "Description": "Residential Service: Tukwila",
      "Name": "Schedule RST",
      "Sector": "Residential",
      "Metering": "OptionalNetMetering",
      "IsDefault": true,
      "IsTimeOfUse": false,
      "UtilityId": "TCGET2",
      "UtilityDescription": "Seattle City Light",
      "TerritoryDescription": "TUKWILA"
    },
    {
      "Id": "ZJ4B0R",
      "Description": "Small General Service: Tukwila",
      "Name": "Schedule SMT",
      "Sector": "Commercial",
      "Metering": "OptionalNetMetering",
      "IsDefault": true,
      "IsTimeOfUse": false,
      "UtilityId": "TCGET2",
      "UtilityDescription": "Seattle City Light",
      "TerritoryDescription": "TUKWILA"
    }
  ]
}

Id

A static, unique ID for the rate. 

Possible Values: A string such as “ABC123”.

Description

A detailed description of the rate. 

Possible Values: A string such as “Standard Residential Service” or “Residential Time-of-Use Service”.

Name

The name of the rate as referred to by the utility.

Possible Values: A string such as “SC-1” or “Schedule RS”.

Sector

The service type for the rate.

Possible Values: A string equal to “Residential” or “Commercial”.

Metering

The metering type for the rate.

Possible Values: A string equal to “Standard”, “OptionalNetMetering”, or “NetMetered”.

IsDefault

Identifies the most common rate for the sector. One default rate is returned for each Sector in each unique utility and each unique territory.

Possible Values: A Boolean.

IsTimeOfUse

Identifies if the rate is a time-of-use rate.

Possible Values: A Boolean.

UtilityId

A static, unique ID for the utility offering the rate.

Possible Values: A string UID such as “ABC123”.

UtilityDescription

A description of the utility offering the rate.

Possible Values: A string such as “Seattle City Light”.

TerritoryDescription

A description of the territory within the total utility service area for which this rate is available. If absent, the rate is available for the entire utility service area.

Possible Values: A string such as “Area X” or “Zone 1”.