Skip to content

Commit 3acf4b5

Browse files
committed
update style
1 parent f6e141b commit 3acf4b5

File tree

15 files changed

+119
-130
lines changed

15 files changed

+119
-130
lines changed

docs/providers/arcadia/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Arcadia's Signal Tariffs API (formerly Genability) provides comprehensive US uti
1616
The Signal API uses a custom JSON objects to represent tariffs, with a complex hierarchical structure.
1717

1818
- **[Short guide to the Tariff JSON](tariff-json-structure.md)**
19-
- [Official API docs on Tariff JSON](https://docs.arcadia.com/v2022-12-21-Signal/reference/tariff)
19+
- [Official API docs on Tariff JSON](https://docs.arcadia.com/v2022-12-21-Signal/reference/tariff)
2020

2121
## Key Endpoints
2222

@@ -32,4 +32,3 @@ The Signal API uses a custom JSON objects to represent tariffs, with a complex h
3232
## Pricing
3333

3434
Arcadia charges based on API usage. See their [pricing page](https://www.arcadia.com/signal) for current rates.
35-

docs/providers/arcadia/tariff-json-structure.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,3 @@ For bill calculations, use rates with `riderTariffId` — they have all the char
201201
- [Lookups API](https://docs.arcadia.com/v2022-12-21-Signal/reference/lookups) — Retrieving variable rate values
202202
- [Calculate API](https://docs.arcadia.com/v2022-12-21-Signal/reference/calculate) — Running bill calculations
203203
- [Tariff History API](https://docs.arcadia.com/v2022-12-21-Signal/reference/tariff-history) — Historical tariff versions
204-

docs/providers/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@
2121
- Historical tariff versions
2222

2323
**Rate Acuity** provides both electricity and gas tariffs through their web portal. It is also paid Useful when you need gas rates or prefer a different data source for validation.
24-

docs/providers/nrel/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ The Utility Rate Database (URDB) is a free, open dataset of US utility rates mai
1515

1616
URDB outputs data in the an open data standard called URDB JSON. Many NREL tools already accept this standard.
1717

18-
- **[Short guide to URDB JSON](urdb-json-structure.md)**
19-
- [Official API docs on URDB JSON](https://openei.org/services/doc/rest/util_rates/?version=7)
18+
- **[Short guide to URDB JSON](urdb-json-structure.md)**
19+
- [Official API docs on URDB JSON](https://openei.org/services/doc/rest/util_rates/?version=7)
2020

2121
## Key Endpoints
2222

@@ -40,4 +40,3 @@ URDB outputs data in the an open data standard called URDB JSON. Many NREL tools
4040
| Coverage | OK, community-maintained | Comprehensive, professionally maintained |
4141
| Update frequency | Annual | Regular updates |
4242
| Variable rates | Not supported | Lookups API |
43-

docs/providers/nrel/urdb-json-structure.md

Lines changed: 43 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ The simplest possible rate—just a monthly customer charge with no usage-based
9090
"utility": "Simple Electric Co",
9191
"name": "Basic Service",
9292
"sector": "Residential",
93-
93+
9494
"fixedchargefirstmeter": 15.00,
9595
"fixedchargeunits": "$/month",
96-
96+
9797
"mincharge": 15.00,
9898
"minchargeunits": "$/month"
9999
}
@@ -120,9 +120,9 @@ The `mincharge` field sets a floor on the total bill. If energy + demand charges
120120

121121
## Energy Charges
122122

123-
Energy charges are based on how many kilowatt-hours (kWh) you consume.
123+
Energy charges are based on how many kilowatt-hours (kWh) you consume.
124124

125-
> **Note:** "Energy charge" here means "volumetric charge"—it can represent **supply charges** (generation/procurement), **delivery charges** (transmission/distribution), or both bundled together. URDB doesn't distinguish between them; they're all in `energyratestructure`.
125+
> **Note:** "Energy charge" here means "volumetric charge"—it can represent **supply charges** (generation/procurement), **delivery charges** (transmission/distribution), or both bundled together. URDB doesn't distinguish between them; they're all in `energyratestructure`.
126126
127127
Energy charges can be flat, tiered, seasonal, time-of-use, or any combination.
128128

@@ -140,10 +140,10 @@ A **flat rate** is the simplest electricity pricing: every kWh costs the same am
140140
"utility": "Simple Electric Co",
141141
"name": "Residential Flat",
142142
"sector": "Residential",
143-
143+
144144
"fixedchargefirstmeter": 12.00,
145145
"fixedchargeunits": "$/month",
146-
146+
147147
"energyratestructure": [
148148
[
149149
{
@@ -152,7 +152,7 @@ A **flat rate** is the simplest electricity pricing: every kWh costs the same am
152152
}
153153
]
154154
],
155-
155+
156156
"energyweekdayschedule": [
157157
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
158158
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
@@ -167,7 +167,7 @@ A **flat rate** is the simplest electricity pricing: every kWh costs the same am
167167
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
168168
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
169169
],
170-
170+
171171
"energyweekendschedule": [
172172
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
173173
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
@@ -219,7 +219,7 @@ A **tiered rate** charges different prices based on how much you use. Tiers can
219219
This example shows an inclining tiered rate:
220220

221221
- First 500 kWh: $0.08/kWh
222-
- Next 500 kWh (501-1000): $0.12/kWh
222+
- Next 500 kWh (501-1000): $0.12/kWh
223223
- Over 1000 kWh: $0.15/kWh
224224

225225
#### URDB JSON
@@ -230,10 +230,10 @@ This example shows an inclining tiered rate:
230230
"utility": "Conservation Electric",
231231
"name": "Residential Tiered",
232232
"sector": "Residential",
233-
233+
234234
"fixedchargefirstmeter": 15.00,
235235
"fixedchargeunits": "$/month",
236-
236+
237237
"energyratestructure": [
238238
[
239239
{
@@ -252,7 +252,7 @@ This example shows an inclining tiered rate:
252252
}
253253
]
254254
],
255-
255+
256256
"energyweekdayschedule": [
257257
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
258258
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
@@ -267,7 +267,7 @@ This example shows an inclining tiered rate:
267267
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
268268
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
269269
],
270-
270+
271271
"energyweekendschedule": [
272272
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
273273
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
@@ -329,10 +329,10 @@ This example has two seasons with flat (non-tiered) rates:
329329
"utility": "Seasonal Electric Co",
330330
"name": "Residential Seasonal",
331331
"sector": "Residential",
332-
332+
333333
"fixedchargefirstmeter": 15.00,
334334
"fixedchargeunits": "$/month",
335-
335+
336336
"energyratestructure": [
337337
[
338338
{
@@ -347,7 +347,7 @@ This example has two seasons with flat (non-tiered) rates:
347347
}
348348
]
349349
],
350-
350+
351351
"energyweekdayschedule": [
352352
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
353353
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
@@ -362,7 +362,7 @@ This example has two seasons with flat (non-tiered) rates:
362362
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
363363
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
364364
],
365-
365+
366366
"energyweekendschedule": [
367367
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
368368
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
@@ -442,10 +442,10 @@ This example has two periods year-round (no seasonal variation, no tiers):
442442
"utility": "TOU Electric Co",
443443
"name": "Residential TOU",
444444
"sector": "Residential",
445-
445+
446446
"fixedchargefirstmeter": 15.00,
447447
"fixedchargeunits": "$/month",
448-
448+
449449
"energyratestructure": [
450450
[
451451
{
@@ -460,7 +460,7 @@ This example has two periods year-round (no seasonal variation, no tiers):
460460
}
461461
]
462462
],
463-
463+
464464
"energyweekdayschedule": [
465465
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0],
466466
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0],
@@ -475,7 +475,7 @@ This example has two periods year-round (no seasonal variation, no tiers):
475475
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0],
476476
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0]
477477
],
478-
478+
479479
"energyweekendschedule": [
480480
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
481481
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
@@ -553,10 +553,10 @@ This final example combines **all three dimensions** we've covered:
553553
"utility": "Modern Electric Co",
554554
"name": "Residential Seasonal TOU",
555555
"sector": "Residential",
556-
556+
557557
"fixedchargefirstmeter": 20.00,
558558
"fixedchargeunits": "$/month",
559-
559+
560560
"energyratestructure": [
561561
[
562562
{ "max": 500, "rate": 0.08, "unit": "kWh" },
@@ -575,7 +575,7 @@ This final example combines **all three dimensions** we've covered:
575575
{ "rate": 0.35, "unit": "kWh" }
576576
]
577577
],
578-
578+
579579
"energyweekdayschedule": [
580580
[0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0],
581581
[0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0],
@@ -590,7 +590,7 @@ This final example combines **all three dimensions** we've covered:
590590
[0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0],
591591
[0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0]
592592
],
593-
593+
594594
"energyweekendschedule": [
595595
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
596596
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
@@ -686,17 +686,17 @@ This example shows a rate with only a fixed charge plus a flat demand charge (no
686686
"utility": "Commercial Electric Co",
687687
"name": "Demand Only",
688688
"sector": "Commercial",
689-
689+
690690
"fixedchargefirstmeter": 25.00,
691691
"fixedchargeunits": "$/month",
692-
692+
693693
"flatdemandunit": "kW",
694694
"flatdemandstructure": [
695695
[
696696
{ "rate": 8.50 }
697697
]
698698
],
699-
699+
700700
"flatdemandmonths": [0,0,0,0,0,0,0,0,0,0,0,0]
701701
}
702702
```
@@ -732,16 +732,16 @@ This example shows demand charges that vary by time of day. Peak demand during e
732732
"utility": "Commercial Electric Co",
733733
"name": "TOU Demand Only",
734734
"sector": "Commercial",
735-
735+
736736
"fixedchargefirstmeter": 50.00,
737737
"fixedchargeunits": "$/month",
738-
738+
739739
"demandrateunit": "kW",
740740
"demandratestructure": [
741741
[{ "rate": 5.00 }],
742742
[{ "rate": 15.00 }]
743743
],
744-
744+
745745
"demandweekdayschedule": [
746746
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0],
747747
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0],
@@ -756,7 +756,7 @@ This example shows demand charges that vary by time of day. Peak demand during e
756756
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0],
757757
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0]
758758
],
759-
759+
760760
"demandweekendschedule": [
761761
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
762762
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
@@ -836,14 +836,14 @@ Rates can combine all three charge types, and the URDB format supports this natu
836836
"utility": "Commercial Electric Co",
837837
"name": "Small Commercial Standard",
838838
"sector": "Commercial",
839-
839+
840840
"fixedchargefirstmeter": 25.00,
841841
"fixedchargeunits": "$/month",
842-
842+
843843
"energyratestructure": [
844844
[{ "rate": 0.08, "unit": "kWh" }]
845845
],
846-
846+
847847
"energyweekdayschedule": [
848848
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
849849
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
@@ -858,7 +858,7 @@ Rates can combine all three charge types, and the URDB format supports this natu
858858
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
859859
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
860860
],
861-
861+
862862
"energyweekendschedule": [
863863
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
864864
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
@@ -873,12 +873,12 @@ Rates can combine all three charge types, and the URDB format supports this natu
873873
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
874874
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
875875
],
876-
876+
877877
"flatdemandunit": "kW",
878878
"flatdemandstructure": [
879879
[{ "rate": 8.50 }]
880880
],
881-
881+
882882
"flatdemandmonths": [0,0,0,0,0,0,0,0,0,0,0,0]
883883
}
884884
```
@@ -920,14 +920,14 @@ Fuel costs fluctuate with market prices. Rather than constantly revising base ra
920920
"utility": "Example Electric Co",
921921
"name": "Residential with Fuel Adjustment",
922922
"sector": "Residential",
923-
923+
924924
"fixedchargefirstmeter": 12.00,
925925
"fixedchargeunits": "$/month",
926-
926+
927927
"energyratestructure": [
928928
[{ "rate": 0.10, "unit": "kWh" }]
929929
],
930-
930+
931931
"energyweekdayschedule": [
932932
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
933933
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
@@ -942,7 +942,7 @@ Fuel costs fluctuate with market prices. Rather than constantly revising base ra
942942
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
943943
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
944944
],
945-
945+
946946
"energyweekendschedule": [
947947
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
948948
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
@@ -957,7 +957,7 @@ Fuel costs fluctuate with market prices. Rather than constantly revising base ra
957957
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
958958
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
959959
],
960-
960+
961961
"fueladjustmentsmonthly": [0.015, 0.012, 0.010, 0.008, 0.005, 0.018, 0.025, 0.028, 0.022, 0.012, 0.010, 0.014]
962962
}
963963
```
@@ -1094,4 +1094,3 @@ These are typically informational—they may represent line items that are alrea
10941094
- [OpenEI URDB API Documentation](https://openei.org/services/doc/rest/util_rates/?version=7) — Complete field reference
10951095
- [Browse URDB Rates](https://openei.org/apps/USURDB/) — Interactive rate browser
10961096
- [NREL Developer Network](https://developer.nrel.gov/) — API key registration
1097-

docs/wiki/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,3 @@ To add or update wiki content:
5959
## Disclaimer
6060

6161
> ⚠️ The guides in this wiki are for educational purposes. They were initially generated with AI assistance and have not been verified by utility rate experts. Verify any claims against official utility tariff books before using for business or regulatory purposes.
62-

docs/wiki/utilities/coned/delivery-adjustments.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,4 +445,3 @@ The adjustments typically add/subtract **$2-8/month** from your base delivery ch
445445
6. **Net effect is revenue neutrality** (ConEd recovers actual costs, no more, no less)
446446

447447
The complexity isn't arbitrary—it's the result of decades of regulatory evolution trying to balance utility financial health, customer protection, and policy goals like decarbonization.
448-

docs/wiki/utilities/coned/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Consolidated Edison (ConEd)
22

3-
**LSE ID**: 2252
4-
**Region**: New York City, Westchester County, NY
3+
**LSE ID**: 2252
4+
**Region**: New York City, Westchester County, NY
55
**Service Types**: Electricity, Gas
66

77
## Overview

0 commit comments

Comments
 (0)