-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oregon LIHEAP #5333
base: master
Are you sure you want to change the base?
Oregon LIHEAP #5333
Conversation
policyengine_us/parameters/gov/states/or/liheap/eligibility.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/or/liheap/eligibility.yaml
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5333 +/- ##
==========================================
- Coverage 99.12% 99.03% -0.10%
==========================================
Files 2592 2634 +42
Lines 37707 38299 +592
Branches 162 165 +3
==========================================
+ Hits 37378 37930 +552
- Misses 297 335 +38
- Partials 32 34 +2 ☔ View full report in Codecov by Sentry. |
policyengine_us/reforms/states/oregon/rebate/or_liheap_program.py
Outdated
Show resolved
Hide resolved
policyengine_us/reforms/states/oregon/rebate/or_liheap_program.py
Outdated
Show resolved
Hide resolved
policyengine_us/reforms/states/oregon/rebate/or_liheap_program.py
Outdated
Show resolved
Hide resolved
policyengine_us/reforms/states/oregon/rebate/or_liheap_program.py
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/or/liheap/eligibility.yaml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we will have two files:
or_liheap_eligibility.py
or_liheap_income_threshold.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets add unit tests for each individual file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add changelog_entry
Next step for us is to find the payout amount for the program and see how much people can get - there should be some guidelines |
policyengine_us/parameters/gov/states/or/liheap/or_liheap_eligibility.py
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/or/liheap/or_liheap_income_threshold.py
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/or/liheap/eligibility.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/or/liheap/eligibility.yaml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
next step is add amounts and payouts
policyengine_us/variables/gov/states/or/tax/income/liheap/or_liheap_eligibility.py
Show resolved
Hide resolved
policyengine_us/variables/gov/states/or/tax/income/liheap/or_liheap_income_threshold.py
Outdated
Show resolved
Hide resolved
policyengine_us/tests/policy/baseline/gov/states/or/tax/income/or_liheap_income_threshold.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/or/tax/income/liheap/or_liheap_eligibility.py
Outdated
Show resolved
Hide resolved
2021-10-01: | ||
spm_unit: 1 | ||
IncomeRange: 1: | ||
Electricity_Heating: 410 | ||
HeatingOil: 600 | ||
LiquidGas: 600 | ||
NaturalGas: 435 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to pick specific variables which each breakdown range will be based on.
2021-10-01: | |
spm_unit: 1 | |
IncomeRange: 1: | |
Electricity_Heating: 410 | |
HeatingOil: 600 | |
LiquidGas: 600 | |
NaturalGas: 435 | |
2021-10-01: | |
1: | |
1: | |
Electricity_Heating: 410 | |
HeatingOil: 600 | |
LiquidGas: 600 | |
NaturalGas: 435 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will have the breakdown categories in the metadata
|
||
metadata: | ||
period: year | ||
unit: currency-USD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unit: currency-USD | |
unit: currency-USD | |
label: | |
breakdown: | |
- spm_unit_size | |
- | |
- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to add the variables that are relevant here
Fixes #273