Skip to content

Commit 88c106d

Browse files
committed
small fixes
1 parent 44d09ee commit 88c106d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

policyengine_us/variables/gov/territories/pr/tax/income/credits/refundable_ctc/pr_refundable_ctc.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
class pr_refundable_ctc(Variable):
55
value_type = float
66
entity = TaxUnit
7-
label = "Puerto Rico refundable CTC"
7+
label = "Puerto Rico refundable Child Tax Credit"
88
unit = USD
99
definition_period = YEAR
1010
reference = "https://www.irs.gov/pub/irs-pdf/f1040s8.pdf"
1111

12+
# This provision is part of the federal CTC legal code
13+
# will will merge the logic with the federal CTC once the puerto income tax structure is completed
1214
def formula(tax_unit, period, parameters):
1315
# line 24
1416
# uncapped_ssi can be below 0

policyengine_us/variables/gov/territories/pr/tax/income/credits/refundable_ctc/pr_refundable_ctc_social_security_tax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class pr_refundable_ctc_social_security_tax(Variable):
55
value_type = float
66
entity = TaxUnit
7-
label = "Puerto Rico social security and medicare taxes for refundable CTC"
7+
label = "Puerto Rico social security and medicare taxes for refundable Child Tax Credit"
88
unit = USD
99
definition_period = YEAR
1010
reference = "https://www.irs.gov/pub/irs-pdf/f1040s8.pdf"

0 commit comments

Comments
 (0)