-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1381 from MaxGhenis/MaxGhenis/issue1004
Add FPG-based basic income element
- Loading branch information
Showing
6 changed files
with
43 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- bump: minor | ||
changes: | ||
added: | ||
- Federal poverty guideline-based basic income element. | ||
changed: | ||
- Made all basic income variables tax unit-level. |
7 changes: 7 additions & 0 deletions
7
openfisca_us/parameters/contrib/ubi_center/basic_income/fpg_percent.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
description: A basic income is provided to tax units at this percentage of the federal poverty guideline | ||
values: | ||
0000-01-01: 0 | ||
metadata: | ||
unit: /1 | ||
name: bi_fpg_percent | ||
label: Basic income as a percent of tax unit's poverty line |
15 changes: 4 additions & 11 deletions
15
openfisca_us/tests/policy/baseline/contrib/ubi_center/basic_income.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,8 @@ | ||
- name: Basic income with phase-out applied. | ||
period: 2022 | ||
absolute_error_margin: 1 | ||
input: | ||
people: | ||
adult: | ||
basic_income_before_phase_out: 10_000 | ||
child: | ||
basic_income_before_phase_out: 5_000 | ||
tax_units: | ||
tax_unit: | ||
members: [adult, child] | ||
basic_income_phase_out: 5_000 | ||
basic_income_before_phase_out: 10_000 | ||
basic_income_phase_out: 4_000 | ||
basic_income_eligible: true | ||
output: | ||
basic_income: [6_667, 3_333] | ||
basic_income: 6_000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters