PolicyEngine / policyengine-us

The PolicyEngine US Python package contains a rules engine of the US tax-benefit system, and microdata generation for microsimulation analysis.
https://policyengine.org/us
GNU Affero General Public License v3.0
102 stars 175 forks source link

South Carolina Use Tax #4545

Open keepjojoyoung opened 4 months ago

keepjojoyoung commented 4 months ago

Fixes #4514

MaxGhenis commented 2 months ago

Lint and test failures

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.00%. Comparing base (daf7988) to head (6a5fe4c). Report is 74 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4545 +/- ## ========================================== + Coverage 98.98% 99.00% +0.01% ========================================== Files 2517 2533 +16 Lines 36615 36833 +218 Branches 197 196 -1 ========================================== + Hits 36245 36467 +222 + Misses 339 337 -2 + Partials 31 29 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

MaxGhenis commented 1 week ago

Any update here?

PavelMakarchuk commented 6 days ago

could we instead map counties to county groups, then have a breakdown parameter for the % for each county group? similar to state_group

Basically have on ENUM parameter for the county group and then consolidate the other parameters into one file for each - as a breakdown parameter?