-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bfccb2c
commit a5ba904
Showing
6 changed files
with
75 additions
and
9 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
...ne_us/parameters/gov/territories/pr/tax/income/credits/earned_income/eligibility/max.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,9 @@ | ||
description: Puerto Rico limits EITC eligibility to filers below or equal to this age. | ||
values: | ||
2023-01-01: 65 | ||
metadata: | ||
unit: year | ||
label: EITC maximum age | ||
reference: | ||
- title: Schedule CT Individual, Earned Income Credit, 2023 | ||
href: https://hacienda.pr.gov/sites/default/files/schedule_ct_rev._jul_5_23_informative_-_instructions.pdf#page=1 |
9 changes: 9 additions & 0 deletions
9
...ne_us/parameters/gov/territories/pr/tax/income/credits/earned_income/eligibility/min.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,9 @@ | ||
description: Puerto Rico limits EITC eligibility to people of this age or older. | ||
values: | ||
2023-01-01: 19 | ||
metadata: | ||
unit: year | ||
label: EITC minimum age | ||
reference: | ||
- title: Schedule CT Individual, Earned Income Credit, 2023 | ||
href: https://hacienda.pr.gov/sites/default/files/schedule_ct_rev._jul_5_23_informative_-_instructions.pdf#page=1 |
27 changes: 19 additions & 8 deletions
27
...yengine_us/parameters/gov/territories/pr/tax/income/credits/earned_income/max_amount.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
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
11 changes: 11 additions & 0 deletions
11
...ables/gov/territories/pr/tax/income/credits/earned_income/pr_earned_income_child_count.py
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,11 @@ | ||
from policyengine_us.model_api import * | ||
|
||
|
||
class pr_earned_income_child_count(Variable): | ||
value_type = int | ||
entity = TaxUnit | ||
label = "EITC-qualifying children" | ||
definition_period = YEAR | ||
reference = | ||
|
||
adds = ["is_child_dependent"] |
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