-
Notifications
You must be signed in to change notification settings - Fork 12
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 #76 from brendenbodily/ar2
Merging
- Loading branch information
Showing
115 changed files
with
2,969 additions
and
27 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,5 @@ | ||
# Arkansas | ||
* The Arkansas code gives the Arkansas DFA significant control over how the tax code is implemented. In our model, we follow the DFA's interpretation in most cases for that reason. | ||
* We do not model Line 32 on AR1000F, because federal form 5329 is not modeled on the federal level. | ||
* We do not model full or part-year resident status | ||
* We calculate the low income tax credit slightly differently than the Arkansas DFA does. The DFA rounds the unrounded tax liability to the nearest tenth before rounding the result to the nearest whole number. It then proceeds with the formula using that result. We find this to be incorrect mathematically and simply round the tax liability to the nearest whole number before proceeding with the rest of the formula. Usually, this doesn't change the result, but it occasionally results in the DFA's calculation overestimating the credit by 1. |
22 changes: 22 additions & 0 deletions
22
fiscalsim_us/parameters/gov/states/ar/tax/income/capital_gains/capital_loss_cap.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,22 @@ | ||
description: This is the maximum amount of capital losses that an Arkansas taxpayer can claim per year, by filing status | ||
metadata: | ||
type: single_amount | ||
period: year | ||
unit: currency-USD | ||
label: Arkansas capital loss cap | ||
name: capital_loss_cap | ||
reference: | ||
- title: Arkansas AR1000D Arkansas Individual Income Tax Capital Gains Line 12 | ||
href: https://www.dfa.arkansas.gov/images/uploads/incomeTaxOffice/2022_AR1000D_CapitalGains.pdf | ||
breakdown: | ||
- filing_status | ||
JOINT: | ||
2022-01-01: 3_000 | ||
WIDOW: | ||
2022-01-01: 3_000 | ||
HEAD_OF_HOUSEHOLD: | ||
2022-01-01: 3_000 | ||
SINGLE: | ||
2022-01-01: 3_000 | ||
SEPARATE: | ||
2022-01-01: 1_500 |
10 changes: 10 additions & 0 deletions
10
..._us/parameters/gov/states/ar/tax/income/capital_gains/long_term_cap_gain_taxable_pct.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,10 @@ | ||
description: Arkansas considers this percentage of long term capital gains to be taxable | ||
values: | ||
2022-01-01: .5 | ||
metadata: | ||
type: single-amount | ||
period: year | ||
label: Arkansas Long Term Capital Gains Cap | ||
reference: | ||
- title: 2022 AR1000D ARKANSAS INDIVIDUAL INCOME TAX Capital Gains Line 8 | ||
href: https://www.dfa.arkansas.gov/images/uploads/incomeTaxOffice/2022_AR1000D_CapitalGains.pdf |
10 changes: 10 additions & 0 deletions
10
fiscalsim_us/parameters/gov/states/ar/tax/income/capital_gains/max_taxable_capital_gain.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,10 @@ | ||
description: Arkansas does not tax net long term capital gains above this amount | ||
values: | ||
2022-01-01: 10_000_000 | ||
metadata: | ||
unit: currency-USD | ||
period: year | ||
label: Arkansas Long Term Capital Gains Cap | ||
reference: | ||
- title: 2022 AR1000D ARKANSAS INDIVIDUAL INCOME TAX Capital Gains Line 7b | ||
href: https://www.dfa.arkansas.gov/images/uploads/incomeTaxOffice/2022_AR1000D_CapitalGains.pdf |
1 change: 0 additions & 1 deletion
1
fiscalsim_us/parameters/gov/states/ar/tax/income/credits/cdcc/README.md
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
fiscalsim_us/parameters/gov/states/ar/tax/income/credits/inflationary_relief/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
1 change: 1 addition & 0 deletions
1
..._us/parameters/gov/states/ar/tax/income/credits/inflationary_relief/reduction/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
1 change: 1 addition & 0 deletions
1
.../parameters/gov/states/ar/tax/income/credits/inflationary_relief/reduction/increment.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
24 changes: 24 additions & 0 deletions
24
...ov/states/ar/tax/income/credits/low_income_credit/high_dep_inc_tax_credit_min_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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
description: This is the minimum amount at which an Arkansas Resident is not exempt from taxes, for each filing status, 2 or more dependents | ||
metadata: | ||
type: single_amount | ||
period: year | ||
unit: currency-USD | ||
label: Arkansas income-tax credit minimum income | ||
name: low_dep_inc_tax_credit_min_income | ||
reference: | ||
- title: Arkansas Code Title 26. Taxation § 26-51-301. | ||
href: https://codes.findlaw.com/ar/title-26-taxation/ar-code-sect-26-51-301/ | ||
- title: Arkansas 2022 Tax Tables | ||
href: https://www.dfa.arkansas.gov/images/uploads/incomeTaxOffice/2022_TaxTables.pdf | ||
breakdown: | ||
- filing_status | ||
JOINT: | ||
2022-01-01: 27_292 | ||
WIDOW: | ||
2022-01-01: 22_790 | ||
HEAD_OF_HOUSEHOLD: | ||
2022-01-01: 22_790 | ||
SINGLE: | ||
2022-01-01: 13_447 | ||
SEPARATE: | ||
2022-01-01: 0 |
22 changes: 22 additions & 0 deletions
22
...states/ar/tax/income/credits/low_income_credit/high_dep_inc_tax_credit_phaseout_rate.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,22 @@ | ||
description: Arkansas's low income tax credit is reduced by this amount for each additional $100 in income. Units with 2 or more dependents | ||
metadata: | ||
type: single_amount | ||
period: year | ||
unit: currency-USD | ||
label: Arkansas income-tax credit phaseout rate | ||
name: high_dep_inc_tax_credit_phaseout_rate | ||
reference: | ||
- title: Arkansas Code Title 26. Taxation § 26-51-301. Subsection f | ||
href: https://codes.findlaw.com/ar/title-26-taxation/ar-code-sect-26-51-301/ | ||
breakdown: | ||
- filing_status | ||
JOINT: | ||
2022-01-01: 7 | ||
WIDOW: | ||
2022-01-01: 9 | ||
HEAD_OF_HOUSEHOLD: | ||
2022-01-01: 9 | ||
SINGLE: | ||
2022-01-01: 4 | ||
SEPARATE: | ||
2022-01-01: 0 |
12 changes: 12 additions & 0 deletions
12
.../parameters/gov/states/ar/tax/income/credits/low_income_credit/income_tax_credit_pct.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,12 @@ | ||
description: Arkansas' low income tax credit is this percentage of the tax due on the lowest amount of income at which one is not exempt from taxes for each filing status. | ||
values: | ||
2022-01-01: 0.8 | ||
metadata: | ||
type: single_amount | ||
reference: | ||
- title: Arkansas Code Title 26. Taxation § 26-51-301. Subsection f | ||
href: https://codes.findlaw.com/ar/title-26-taxation/ar-code-sect-26-51-301/ | ||
unit: /1 | ||
period: year | ||
name: income_tax_credit_pct | ||
label: AR low income tax credit percent |
25 changes: 25 additions & 0 deletions
25
...gov/states/ar/tax/income/credits/low_income_credit/low_dep_inc_tax_credit_min_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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
description: This is the minimum amount at which an Arkansas Resident is not exempt from taxes, for each filing status, 1 or fewer dependents | ||
metadata: | ||
type: single_amount | ||
period: year | ||
unit: currency-USD | ||
label: Arkansas income-tax credit minimum income | ||
name: low_dep_inc_tax_credit_min_income | ||
reference: | ||
- title: Arkansas Code Title 26. Taxation § 26-51-301. | ||
href: https://codes.findlaw.com/ar/title-26-taxation/ar-code-sect-26-51-301/ | ||
- title: Arkansas 2022 Tax Tables | ||
href: https://www.dfa.arkansas.gov/images/uploads/incomeTaxOffice/2022_TaxTables.pdf | ||
|
||
breakdown: | ||
- filing_status | ||
JOINT: | ||
2022-01-01: 22_676 | ||
WIDOW: | ||
2022-01-01: 19_118 | ||
HEAD_OF_HOUSEHOLD: | ||
2022-01-01: 19_118 | ||
SINGLE: | ||
2022-01-01: 13_447 | ||
SEPARATE: | ||
2022-01-01: 0 |
23 changes: 23 additions & 0 deletions
23
.../states/ar/tax/income/credits/low_income_credit/low_dep_inc_tax_credit_phaseout_rate.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,23 @@ | ||
description: Arkansas's low income tax credit is reduced by this amount for each additional $100 in income. Units with one or fewer dependents | ||
metadata: | ||
type: single_amount | ||
period: year | ||
unit: currency-USD | ||
label: Arkansas income-tax credit phaseout rate | ||
name: low_dep_inc_tax_credit_phaseout_rate | ||
reference: | ||
- title: Arkansas Code Title 26. Taxation § 26-51-301. Subsection f | ||
href: https://codes.findlaw.com/ar/title-26-taxation/ar-code-sect-26-51-301/ | ||
|
||
breakdown: | ||
- filing_status | ||
JOINT: | ||
2022-01-01: 7 | ||
WIDOW: | ||
2022-01-01: 6 | ||
HEAD_OF_HOUSEHOLD: | ||
2022-01-01: 6 | ||
SINGLE: | ||
2022-01-01: 4 | ||
SEPARATE: | ||
2022-01-01: 0 |
11 changes: 10 additions & 1 deletion
11
fiscalsim_us/parameters/gov/states/ar/tax/income/credits/non_refundable.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
77 changes: 77 additions & 0 deletions
77
...alsim_us/parameters/gov/states/ar/tax/income/credits/other_credits/additional_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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
description: Arkansas grants taxpayers this additional credit. married Filing Jointly - double the credit amount | ||
metadata: | ||
type: single_amount | ||
threshold_unit: currency-USD | ||
label: Arkansas additional income tax credit | ||
reference: | ||
- title: 2022 AR 1000F Arkansas Individual Income Tax Return (line 36) | ||
href: https://www.dfa.arkansas.gov/images/uploads/incomeTaxOffice/2022_AR1000F_FullYearResidentIndividualIncomeTaxReturn.pdf | ||
|
||
- title: 2022 Additional Tax Credit For Qualified Individuals Worksheet | ||
href: https://www.dfa.arkansas.gov/images/uploads/incomeTaxOffice/2022_Final_AdditionalTaxCreditforQualifiedIndividuals_FI.pdf | ||
|
||
brackets: | ||
- threshold: | ||
2022-01-01: 0 | ||
amount: | ||
2022-01-01: 60 | ||
- threshold: | ||
2022-01-01: 24_301 | ||
2023-01-01: 25_001 | ||
amount: | ||
2022-01-01: 55 | ||
- threshold: | ||
2022-01-01: 24_401 | ||
2023-01-01: 25_101 | ||
amount: | ||
2022-01-01: 50 | ||
- threshold: | ||
2022-01-01: 24_501 | ||
2023-01-01: 25_201 | ||
amount: | ||
2022-01-01: 45 | ||
- threshold: | ||
2022-01-01: 24_601 | ||
2023-01-01: 25_301 | ||
amount: | ||
2022-01-01: 40 | ||
- threshold: | ||
2022-01-01: 24_701 | ||
2023-01-01: 25_401 | ||
amount: | ||
2022-01-01: 35 | ||
- threshold: | ||
2022-01-01: 24_801 | ||
2023-01-01: 25_501 | ||
amount: | ||
2022-01-01: 30 | ||
- threshold: | ||
2022-01-01: 24_901 | ||
2023-01-01: 25_601 | ||
amount: | ||
2022-01-01: 25 | ||
- threshold: | ||
2022-01-01: 25_001 | ||
2023-01-01: 25_701 | ||
amount: | ||
2022-01-01: 20 | ||
- threshold: | ||
2022-01-01: 25_101 | ||
2023-01-01: 25_801 | ||
amount: | ||
2022-01-01: 15 | ||
- threshold: | ||
2022-01-01: 25_201 | ||
2023-01-01: 25_901 | ||
amount: | ||
2022-01-01: 10 | ||
- threshold: | ||
2022-01-01: 25_301 | ||
2023-01-01: 26_001 | ||
amount: | ||
2022-01-01: 5 | ||
- threshold: | ||
2022-01-01: 25_401 | ||
2023-01-01: 26_101 | ||
amount: | ||
2022-01-01: 0 |
14 changes: 14 additions & 0 deletions
14
...ters/gov/states/ar/tax/income/credits/other_credits/additional_credit_joint_multiple.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,14 @@ | ||
description: Arkansas multiplies the additional tax credit for qualifying individuals by this amount if the filing status is JOINT. | ||
values: | ||
2022-01-01: 2 | ||
metadata: | ||
type: single_amount | ||
reference: | ||
- title: AR1000TC Arkansas Individual Income Tax Credits (Line 6) | ||
href: https://www.dfa.arkansas.gov/images/uploads/incomeTaxOffice/2022_AR1000TC_Schedule_of_TaxCredits_andBusiness_IncentiveCredits.pdf | ||
- title: ADDITIONAL TAX CREDIT FOR QUALIFIED INDIVIDUALS WORKSHEET | ||
href: https://www.dfa.arkansas.gov/images/uploads/incomeTaxOffice/2022_Final_AdditionalTaxCreditforQualifiedIndividuals_FI.pdf | ||
unit: /1 | ||
period: year | ||
name: additional_credit_joint_multiple | ||
label: AR additional credit joint multiple |
14 changes: 14 additions & 0 deletions
14
fiscalsim_us/parameters/gov/states/ar/tax/income/credits/other_credits/adoption_credit.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,14 @@ | ||
description: Arkansas matches up to this share of the federal Adoption Expense Credit. | ||
values: | ||
2022-01-01: 0.20 | ||
metadata: | ||
type: single_amount | ||
reference: | ||
- title: AR1000TC Arkansas Individual Income Tax Credits (Line 3) | ||
href: https://www.dfa.arkansas.gov/images/uploads/incomeTaxOffice/2022_AR1000TC_Schedule_of_TaxCredits_andBusiness_IncentiveCredits.pdf | ||
- title: AR1000TC Arkansas Individual Income Tax Credits Instructions (Line 3) | ||
href: https://www.dfa.arkansas.gov/images/uploads/incomeTaxOffice/2022_AR1000TC_Schedule_of_TaxCredits_andBusiness_IncentiveCredits_Instructions.pdf | ||
unit: /1 | ||
period: year | ||
name: ar_adoption_credit | ||
label: AR percent of federal Adoption Expense Credit |
11 changes: 11 additions & 0 deletions
11
fiscalsim_us/parameters/gov/states/ar/tax/income/credits/other_credits/metabolic.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,11 @@ | ||
description: AR1113 PHENYLKETONURIA DISORDER AND OTHER METABOLIC DISORDERS MAX CREDIT | ||
values: | ||
2022-01-01: 2_400 | ||
metadata: | ||
type: single_amount | ||
reference: | ||
- title: 2022 AR1113 PHENYLKETONURIA DISORDER AND OTHER METABOLIC DISORDERS CREDIT (line 4) | ||
href: https://www.dfa.arkansas.gov/images/uploads/incomeTaxOffice/2022_AR1113_PhenylketonuriaOtherMetabolicDisordersCredit.pdf | ||
unit: currency-USD | ||
period: year | ||
label: PHENYLKETONURIA DISORDER AND OTHER METABOLIC DISORDERS MAX CREDIT |
25 changes: 25 additions & 0 deletions
25
...alsim_us/parameters/gov/states/ar/tax/income/credits/other_credits/political_contrib.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,25 @@ | ||
description: Arkansas Other Tax Credits - Political Contribution Credit (per Taxpayer) | ||
values: | ||
2022-01-01: 50 | ||
metadata: | ||
type: single_amount | ||
reference: | ||
- title: AR1000TC Arkansas Individual Income Tax Credits (Line 1) | ||
href: https://www.dfa.arkansas.gov/images/uploads/incomeTaxOffice/2022_AR1000TC_Schedule_of_TaxCredits_andBusiness_IncentiveCredits.pdf | ||
- title: AR1000TC Arkansas Individual Income Tax Credits Instructions (Line 1) | ||
href: https://www.dfa.arkansas.gov/images/uploads/incomeTaxOffice/2022_AR1000TC_Schedule_of_TaxCredits_andBusiness_IncentiveCredits_Instructions.pdf | ||
unit: currency-USD | ||
period: year | ||
label: Arkansas Other Tax Credits - Political Contribution Credit | ||
breakdown: | ||
- filing_status | ||
JOINT: | ||
2022-01-01: 100 | ||
WIDOW: | ||
2022-01-01: 50 | ||
HEAD_OF_HOUSEHOLD: | ||
2022-01-01: 50 | ||
SINGLE: | ||
2022-01-01: 50 | ||
SEPARATE: | ||
2022-01-01: 50 |
14 changes: 14 additions & 0 deletions
14
...alsim_us/parameters/gov/states/ar/tax/income/credits/other_credits/stillbirth_credit.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,14 @@ | ||
description: Arkansas Max Allowable Stillbirth Tax Credit Amount | ||
values: | ||
2022-01-01: 500 | ||
metadata: | ||
type: single_amount | ||
reference: | ||
- title: AR1000TC Arkansas Individual Income Tax Credits (Line 5) | ||
href: https://www.dfa.arkansas.gov/images/uploads/incomeTaxOffice/2022_AR1000TC_Schedule_of_TaxCredits_andBusiness_IncentiveCredits.pdf | ||
- title: AR1000TC Arkansas Individual Income Tax Credits Instructions (Line 5) | ||
href: https://www.dfa.arkansas.gov/images/uploads/incomeTaxOffice/2022_AR1000TC_Schedule_of_TaxCredits_andBusiness_IncentiveCredits_Instructions.pdf | ||
unit: /1 | ||
period: year | ||
name: ar_stillbirth_credit | ||
label: AR Max Allowable Stillbirth Tax Credit Amount |
Oops, something went wrong.