-
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 #82 from rickecon/sc
Merging
- Loading branch information
Showing
134 changed files
with
1,861 additions
and
562 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
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
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
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,4 +1,13 @@ | ||
name: fiscalsim-us-dev | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python>=3.10,<3.12 | ||
- sphinx>=3.5.4 | ||
- sphinx-argparse | ||
- sphinxcontrib-bibtex>=2.0.0 | ||
- sphinx-math-dollar | ||
- pydata-sphinx-theme | ||
- jupyter-book>=0.11.3 | ||
- jupyter | ||
- pip |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
# South Carolina | ||
We do not model the following components of the South Carolina SC1040 2023 Individual Income Tax Return | ||
- line 19, Nonresident sale of real estate (paid on form I-290) | ||
- All credits under line 22 | ||
- line 22a, Anhydrous Ammonia (form I-333) | ||
- line 22b, Milk credit (form I-334) | ||
- line 22c, Classroom Teacher Expenses (form I-360) |
This file was deleted.
Oops, something went wrong.
24 changes: 24 additions & 0 deletions
24
fiscalsim_us/parameters/gov/states/sc/tax/income/additions/additions.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: South Carolina adds these sources from federal taxable income to determine state taxable income. | ||
values: | ||
2021-01-01: | ||
- sc_state_tax_addback | ||
# - Out-of-state losses | ||
# - Expenses related to National Guard and Military Reserve Income | ||
# - Interest income on obligations of states and political subdivisions other than South Carolina | ||
# - Other additions to income | ||
|
||
metadata: | ||
unit: list | ||
period: year | ||
label: South Carolina federal taxable income additions | ||
reference: | ||
- title: SC 1040 tax form (2021) | ||
href: https://dor.sc.gov/forms-site/Forms/SC1040_2021.pdf#page=2 | ||
- title: SC 1040 tax form instructions (2021) | ||
href: https://dor.sc.gov/forms-site/Forms/IITPacket_2021.pdf#page=13 | ||
- title: SC Legal Code | SECTION 12-6-1110 | ||
href: https://www.scstatehouse.gov/code/t12c006.php | ||
- title: SC 1040 tax form (2022) | ||
href: https://dor.sc.gov/forms-site/Forms/SC1040_2022.pdf#page=2 | ||
- title: SC 1040 tax form instructions (2023) | ||
href: https://dor.sc.gov/forms-site/Forms/IITPacket_2023.pdf#page=20 |
11 changes: 11 additions & 0 deletions
11
fiscalsim_us/parameters/gov/states/sc/tax/income/credits/cdcc/max_amount_pchild.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: South Carolina child and dependent care credit maximum amount per child | ||
metadata: | ||
unit: currency-USD | ||
name: sc_cdcc_amount_pchld | ||
label: South Carolina child and dependent care credit maximum amount per child | ||
period: year | ||
reference: | ||
- title: Form SC1040 intructions, line 11, Child and Dependent Care Credit | ||
href: https://dor.sc.gov/forms-site/Forms/IITPacket_2023.pdf#page32 | ||
values: | ||
2020-01-01: 210 |
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
8 changes: 5 additions & 3 deletions
8
fiscalsim_us/parameters/gov/states/sc/tax/income/credits/cdcc/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 |
---|---|---|
@@ -1,15 +1,17 @@ | ||
description: South Carolina matches this share of the federal Child and Dependent Care Credit. | ||
values: | ||
values: | ||
2020-01-01: 0.07 | ||
|
||
metadata: | ||
unit: /1 | ||
period: year | ||
label: South Carolina Child and Dependent Care Credit match | ||
reference: | ||
reference: | ||
- title: SC-1040 2020 | ||
href: https://dor.sc.gov/forms-site/Forms/SC1040_2020.pdf | ||
- title: Instructions for Form SC-1040 (line 11) | ||
- title: Instructions for Form SC-1040, 2020 (line 11) | ||
href: https://dor.sc.gov/forms-site/Forms/IITPacket_2020.pdf#page=20 | ||
- title: Instructions for Form SC-1040, 2023 (line 11) | ||
href: https://dor.sc.gov/forms-site/Forms/IITPacket_2023.pdf#page=32 | ||
- title: South Carolina Legal Code | SECTION 12-6-3380 | ||
href: https://www.scstatehouse.gov/code/t12c006.php |
11 changes: 11 additions & 0 deletions
11
fiscalsim_us/parameters/gov/states/sc/tax/income/credits/cdcc/total_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,11 @@ | ||
description: Maximum South Carolina child and dependent care total match | ||
metadata: | ||
unit: currency-USD | ||
name: sc_cdcc_max_total_expense | ||
label: Maximum care CDCC expenses total match | ||
period: year | ||
reference: | ||
- title: Form SC1040 intructions, line 11, Child and Dependent Care Credit | ||
href: https://dor.sc.gov/forms-site/Forms/IITPacket_2023.pdf#page32 | ||
values: | ||
2020-01-01: 420 |
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
18 changes: 18 additions & 0 deletions
18
fiscalsim_us/parameters/gov/states/sc/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
description: South Carolina non-refundable tax credits. | ||
values: | ||
2021-01-01: | ||
- sc_cdcc | ||
- sc_eitc | ||
- sc_two_wage_earner_credit | ||
metadata: | ||
unit: list | ||
label: South Carolina non-refundable tax credits | ||
reference: | ||
- title: SC 1040 tax form (2021) | ||
href: https://dor.sc.gov/forms-site/Forms/SC1040_2021.pdf | ||
- title: SC 1040 tax form instructions (2021) | ||
href: https://dor.sc.gov/forms-site/Forms/IITPacket_2021.pdf#page=22 | ||
- title: SC 1040 tax form (2022) | ||
href: https://dor.sc.gov/forms-site/Forms/SC1040_2022.pdf#page=3 | ||
- title: SC 1040 tax form instructions (2023) | ||
href: https://dor.sc.gov/forms-site/Forms/IITPacket_2023.pdf#page=44 |
17 changes: 17 additions & 0 deletions
17
fiscalsim_us/parameters/gov/states/sc/tax/income/credits/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
description: South Carolina refundable tax credits. | ||
values: | ||
2021-01-01: | ||
- sc_tuition_credit | ||
- sc_parentrefund_credit | ||
metadata: | ||
unit: list | ||
label: South Carolina refundable tax credits | ||
reference: | ||
- title: SC 1040 tax form (2021) | ||
href: https://dor.sc.gov/forms-site/Forms/SC1040_2021.pdf#page=3 | ||
- title: SC 1040 tax form instructions (2021) | ||
href: https://dor.sc.gov/forms-site/Forms/IITPacket_2021.pdf#page=23 | ||
- title: SC 1040 tax form (2022) | ||
href: https://dor.sc.gov/forms-site/Forms/SC1040_2022.pdf#page=3 | ||
- title: SC 1040 tax form instructions (2023) | ||
href: https://dor.sc.gov/forms-site/Forms/IITPacket_2023.pdf#page=44 |
23 changes: 0 additions & 23 deletions
23
fiscalsim_us/parameters/gov/states/sc/tax/income/credits/two_wage_earner/earned_income.yaml
This file was deleted.
Oops, something went wrong.
18 changes: 18 additions & 0 deletions
18
...rameters/gov/states/sc/tax/income/credits/two_wage_earner/earned_income/subtractions.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,18 @@ | ||
description: South Carolina subtracts the following elements from gross earned income when computing the two wage earner credit. | ||
values: | ||
2021-01-01: | ||
- self_employment_tax_ald_person | ||
- self_employed_health_insurance_ald_person | ||
- self_employed_pension_contribution_ald_person | ||
|
||
metadata: | ||
unit: list | ||
period: year | ||
label: South Carolina two wage earner credit earned income subtractions | ||
reference: | ||
- title: SC 1040 tax form instructions (2021) | ||
href: https://dor.sc.gov/forms-site/Forms/IITPacket_2021.pdf#page=22 | ||
- title: SC 1040 tax form instructions (2023) | ||
href: https://dor.sc.gov/forms-site/Forms/IITPacket_2023.pdf#page=23 | ||
- title: SC Legal Code | Section 12-6-3330 (C)(b) | ||
href: https://www.scstatehouse.gov/code/t12c006.php |
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
21 changes: 21 additions & 0 deletions
21
fiscalsim_us/parameters/gov/states/sc/tax/income/deductions/young_child/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,21 @@ | ||
description: South Carolina provides a young child deduction of this amount. | ||
values: | ||
2019-01-01: 4_100 # Value in the legal code, last updated in 2019. | ||
2021-01-01: 4_300 | ||
2022-01-01: 4_430 | ||
2023-01-01: 4_610 | ||
|
||
metadata: | ||
unit: currency-USD | ||
period: year | ||
label: South Carolina young child deduction amount | ||
reference: | ||
- title: SC 1040 tax form instructions (2021) | ||
href: https://dor.sc.gov/forms-site/Forms/IITPacket_2021.pdf#page=19 | ||
# 12-6-1160 defines the program and points to the amount in 1140. | ||
- title: SC Legal Code | SECTION 12-6-1160 | ||
href: https://www.scstatehouse.gov/code/t12c006.php | ||
- title: SC 1040 tax form (2022) | ||
href: https://dor.sc.gov/forms-site/Forms/SC1040_2022.pdf#page=2 | ||
- title: SC 1040 tax form instructions (2023) | ||
href: https://dor.sc.gov/forms-site/Forms/IITPacket_2023.pdf#page=29 |
18 changes: 18 additions & 0 deletions
18
fiscalsim_us/parameters/gov/states/sc/tax/income/deductions/young_child/ineligible_age.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,18 @@ | ||
description: South Carolina limits its young child deduction to children below this age. | ||
values: | ||
2021-01-01: 6 | ||
metadata: | ||
unit: year | ||
period: year | ||
label: South Carolina young child deduction ineligible age | ||
reference: | ||
- title: SC 1040 tax form (2021) Line t | ||
href: https://dor.sc.gov/forms-site/Forms/SC1040_2021.pdf#page=2 | ||
- title: SC 1040 tax form instructions (2021) | ||
href: https://dor.sc.gov/forms-site/Forms/IITPacket_2021.pdf#page=19 | ||
- title: SC Legal Code | SECTION 12-6-1160 | ||
href: https://www.scstatehouse.gov/code/t12c006.php | ||
- title: SC 1040 tax form (2022) | ||
href: https://dor.sc.gov/forms-site/Forms/SC1040_2022.pdf#page=2 | ||
- title: SC 1040 tax form instructions (2023) | ||
href: https://dor.sc.gov/forms-site/Forms/IITPacket_2023.pdf#page=19 |
Oops, something went wrong.