Skip to content

Commit eadd4c5

Browse files
jpvelezcursoragent
andcommitted
Add NY/RI default residential rate wiki pages and NY comparison
- Add utility overview and default rate field guides for: PSEG-LI (194), RG&E (1-RSS), NYSEG (SC1), National Grid NY (SC1), O&R (1), Central Hudson (1), Rhode Island Energy (A-16). Each rate page includes disclaimer, metadata, overview, Quick Reference table, charge breakdown, example bill, full tariff JSON, Understanding the JSON, and summary. - Add NY default rate comparison page: cross-utility charge table and qualitative discussion (rate-case revenue vs adjustments vs policy charges). - Update wiki index and utilities index with new utilities and ny-comparison link. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent d8d5a94 commit eadd4c5

17 files changed

Lines changed: 11443 additions & 14 deletions

File tree

docs/wiki/index.md

Lines changed: 50 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,62 @@ This wiki explains what all of that means so you can actually use the data.
2525

2626
## Utilities Covered
2727

28-
| Utility | Region | Guides Available |
29-
| ------------------------------------------------------- | -------- | ---------------- |
30-
| [Consolidated Edison (ConEd)](utilities/coned/index.md) | New York | EL1 Residential |
28+
| Utility | Region | Guides Available |
29+
| ------------------------------------------------------------- | ------------ | ----------------------------- |
30+
| [Consolidated Edison (ConEd)](utilities/coned/index.md) | New York | EL1 Residential |
31+
| [PSEG Long Island](utilities/psegli/index.md) | New York | Rate 194 (default) |
32+
| [RG&E](utilities/rge/index.md) | New York | 1-RSS (default) |
33+
| [NYSEG](utilities/nyseg/index.md) | New York | SC1 (default) |
34+
| [National Grid – NY](utilities/nimo/index.md) | New York | SC1 (default) |
35+
| [Orange & Rockland](utilities/or/index.md) | New York | Rate 1 (default) |
36+
| [Central Hudson](utilities/cenhud/index.md) | New York | Rate 1 (default) |
37+
| [Rhode Island Energy](utilities/rie/index.md) | Rhode Island | A-16 (default) |
38+
39+
See also [NY default rate comparison](utilities/ny-comparison/index.md) for a cross-utility charge comparison.
3140

3241
## Structure
3342

3443
```
3544
wiki/
3645
├── utilities/
37-
│ └── coned/ # Consolidated Edison
38-
│ ├── index.md # ConEd overview
39-
│ └── residential-el1/ # EL1 Residential tariff
40-
│ ├── index.md # Tariff field guide
41-
│ ├── supply-charges.md # How supply charges work
42-
│ ├── delivery-adjustments.md
43-
│ ├── riders.md
44-
│ └── variable-rates-api.md
46+
│ ├── coned/ # Consolidated Edison
47+
│ │ ├── index.md
48+
│ │ ├── residential-el1/
49+
│ │ │ └── index.md
50+
│ │ ├── delivery-adjustments.md
51+
│ │ ├── riders.md
52+
│ │ ├── supply-charges.md
53+
│ │ └── variable-rates-api.md
54+
│ ├── ny-comparison/ # NY default rate comparison
55+
│ │ └── index.md
56+
│ ├── psegli/ # PSEG Long Island
57+
│ │ ├── index.md
58+
│ │ └── residential-194/
59+
│ │ └── index.md
60+
│ ├── rge/ # RG&E
61+
│ │ ├── index.md
62+
│ │ └── residential-1-rss/
63+
│ │ └── index.md
64+
│ ├── nyseg/ # NYSEG
65+
│ │ ├── index.md
66+
│ │ └── residential-sc1/
67+
│ │ └── index.md
68+
│ ├── nimo/ # National Grid NY
69+
│ │ ├── index.md
70+
│ │ └── residential-sc1/
71+
│ │ └── index.md
72+
│ ├── or/ # Orange & Rockland
73+
│ │ ├── index.md
74+
│ │ └── residential-1/
75+
│ │ └── index.md
76+
│ ├── cenhud/ # Central Hudson
77+
│ │ ├── index.md
78+
│ │ └── residential-1/
79+
│ │ └── index.md
80+
│ └── rie/ # Rhode Island Energy
81+
│ ├── index.md
82+
│ └── residential-a16/
83+
│ └── index.md
4584
```
4685

4786
## Contributing
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Central Hudson Gas & Electric (Central Hudson)
2+
3+
**LSE ID**: 2033
4+
**Region**: Mid-Hudson Valley, NY (Ulster, Dutchess, and surrounding counties)
5+
**Service Types**: Electricity, Gas
6+
7+
## Overview
8+
9+
Central Hudson Gas & Electric Corporation serves the Mid-Hudson Valley, including Ulster, Dutchess, and surrounding counties. The default residential electric rate is Rate 1: flat, non-TOU, with customer charge, energy (delivery), MFC components (lost revenue, base supply, administration), market price and purchased power adjustments, and standard NY policy riders.
10+
11+
## Service Territory
12+
13+
Single primary territory (territoryId 2285) for default residential.
14+
15+
## Residential Tariffs
16+
17+
| Tariff | Name | Type | Key Feature | Guide |
18+
| ------ | ---------- | ------- | ------------------ | ---------------------------------- |
19+
| 1 | Residential | Default | Flat; MFC split into 3 components | [View Guide](residential-1/index.md) |
20+
21+
## Key Characteristics
22+
23+
- **Flat rate**: No TOU; single energy charge for delivery.
24+
- **MFC**: Allocated into lost revenue, base supply, and administration charges.
25+
- **Supply**: Market Price Charge, Market Price Adjustment, Purchased Power Adjustment, Electric Bill Credit (lookups or variable).
26+
- **NY riders**: RDM, Transition, SBC, EAM, RAM, CBC (solar), low-income discount (tiered).
27+
28+
## Regulatory Context
29+
30+
- NY PSC. Revenue decoupling, Clean Energy Standard, system benefits, and low-income programs apply.
31+
32+
## Data Sources
33+
34+
- [Central Hudson Rates](https://www.cenhud.com/)
35+
- [NY PSC](https://www.dps.ny.gov/)
36+
- Arcadia Signal API (LSE ID: 2033)

0 commit comments

Comments
 (0)