Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- bump: minor
- bump: patch
changes:
added:
- Add Florida Temporary Cash Assistance (TCA) program.
fixed:
- Added missing label metadata to bracket/scale parameters that had no labels.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ brackets:
rate:
2009-01-01: 0
metadata:
label: American Opportunity Credit marginal rate schedule
type: marginal_rate
rate_unit: /1
threshold_unit: currency-USD
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
description: Extra earned income credit phase-out start AGI for married filing jointly.
metadata:
label: EITC joint filer bonus phase-out start
rate_unit: currency-USD
propagate_metadata_to_children: true
threshold_unit: child
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ brackets:
amount:
2015-01-01: false
metadata:
label: Premium Tax Credit eligibility thresholds
type: single_amount
threshold_unit: /1
reference:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ brackets:
2021-01-01: 0.085
2023-01-01: 0
metadata:
label: Premium Tax Credit phase-out ending rate
type: single_amount
rate_unit: /1
threshold_unit: currency-USD
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ brackets:
2021-01-01: 0.085
2023-01-01: 0
metadata:
label: Premium Tax Credit phase-out starting rate
type: single_amount
rate_unit: /1
threshold_unit: currency-USD
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
description: DC property tax credit offset is this AGI-specific fraction of US AGI for elderly.
metadata:
label: DC property tax credit offset fraction (elderly)
type: single_amount
threshold_period: year
threshold_unit: currency-USD # federal AGI
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
description: DC property tax credit offset is this AGI-specific fraction of US AGI for non-elderly.
metadata:
label: DC property tax credit offset fraction (non-elderly)
type: single_amount
threshold_period: year
threshold_unit: currency-USD # federal AGI
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
description: DC uses these income tax brackets and rates for all filing units.
metadata:
label: DC income tax rates
type: marginal_rate
threshold_period: year
threshold_unit: currency-USD # non-negative DC taxable income
Expand Down