forked from PolicyEngine/policyengine-us
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
South Carolina sales tax cut for people age 85 and older
Fixes PolicyEngine#5387
- Loading branch information
1 parent
8f1de78
commit 39ad0e5
Showing
3 changed files
with
24 additions
and
0 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,4 @@ | ||
- bump: minor | ||
changes: | ||
added: | ||
- South Carolina sales tax cut for people age 85 and older. |
10 changes: 10 additions & 0 deletions
10
policyengine_us/parameters/gov/states/sc/tax/sales/exclusion/age_threshold.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: South Carolina provides a lower state tax rate for sales and use by individuals of this age and older. | ||
values: | ||
2021-01-01: 85 | ||
|
||
metadata: | ||
unit: year | ||
label: South Carolina sales tax exclusion for the elderly | ||
reference: | ||
- title: SC REVENUE RULING 08-5 | ||
href: https://dor.sc.gov/resources-site/lawandpolicy/Advisory%20Opinions/RR08-5.pdf#page=2 |
10 changes: 10 additions & 0 deletions
10
policyengine_us/parameters/gov/states/sc/tax/sales/exclusion/percentage.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: South Carolina provides the following percentage of exclusion for sales and use tax. | ||
metadata: | ||
unit: /1 | ||
label: South Carolina senior exemption amount | ||
reference: | ||
- title: SC REVENUE RULING 08-5 | ||
href: https://dor.sc.gov/resources-site/lawandpolicy/Advisory%20Opinions/RR08-5.pdf#page=2 | ||
|
||
values: | ||
2021-01-01: 0.01 |