You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/research/rider18-export-rates.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@
4
4
5
5
- Enhancement request: calculate Rider 18 export credits to match DTE's Rider 18 calculator.
6
6
- Residential rate card: source of the active generation components for each rate period.
7
-
- MPSC DTE electric rate book: source of the current PSCR scalar.
7
+
- MPSC DTE electric rate book: source of current PSCR factors by tariff code.
8
8
9
9
## Implementation Decision
10
10
11
-
Do not use the Rider 18 calculator workbook's period-specific outflow credits as the authoritative rates. PSCR is parsed dynamically from the MPSC DTE electric rate book PDF at `https://www.michigan.gov/-/media/Project/Websites/mpsc/consumer/rate-books/electric/dte/dtee1cur.pdf`, because the residential rate card PDF does not include that scalar.
11
+
Do not use the Rider 18 calculator workbook's period-specific outflow credits as the authoritative rates. PSCR factors are parsed dynamically by tariff code from the MPSC DTE electric rate book PDF at `https://www.michigan.gov/-/media/Project/Websites/mpsc/consumer/rate-books/electric/dte/dtee1cur.pdf`, because the residential rate card PDF does not include those factors.
12
12
13
13
Formula:
14
14
@@ -38,7 +38,9 @@ For net metering, keep the existing behavior: export uses the full active import
38
38
39
39
## UI/Entity Status
40
40
41
-
The setup flow explains that Rider 18 export credits use parsed generation plus PSCR when the PSCR value is available. Export entities expose whether the active period has enough data for the full formula:
41
+
The setup flow reports how many MPSC tariff PSCR factors were loaded. Export entities expose the selected rate's PSCR value, the PSCR source URL, and the full parsed `pscr_rates` map.
42
+
43
+
Export entities expose whether the active period has enough data for the full formula:
42
44
43
45
-`export_rate_source: rider18_formula` when generation components and PSCR are present.
44
46
-`export_rate_source: rider18_formula_incomplete` when one side of the formula is missing.
0 commit comments