-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Montana Tax Logic #58
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #58 +/- ##
==========================================
- Coverage 98.57% 98.45% -0.12%
==========================================
Files 1773 1802 +29
Lines 26410 26697 +287
Branches 142 142
==========================================
+ Hits 26033 26285 +252
- Misses 346 381 +35
Partials 31 31
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
fiscalsim_us/parameters/gov/states/mt/tax/income/credits/eitc/rate.yaml
Outdated
Show resolved
Hide resolved
fiscalsim_us/parameters/gov/states/mt/tax/income/deductions/standard/max.yaml
Outdated
Show resolved
Hide resolved
fiscalsim_us/parameters/gov/states/mt/tax/income/deductions/standard/min.yaml
Outdated
Show resolved
Hide resolved
fiscalsim_us/parameters/gov/states/mt/tax/income/deductions/standard/min.yaml
Outdated
Show resolved
Hide resolved
fiscalsim_us/parameters/gov/states/mt/tax/income/deductions/standard/rate.yaml
Outdated
Show resolved
Hide resolved
fiscalsim_us/parameters/gov/states/mt/tax/income/exemptions/age_threshold.yaml
Outdated
Show resolved
Hide resolved
fiscalsim_us/parameters/gov/states/mt/tax/income/exemptions/amount.yaml
Outdated
Show resolved
Hide resolved
@finpaul. We don't want to change the |
...iables/gov/states/mt/tax/income/deductions/itemized/mt_charitable_cash_donation_deduction.py
Outdated
Show resolved
Hide resolved
...es/gov/states/mt/tax/income/deductions/itemized/mt_charitable_noncash_dontation_deduction.py
Outdated
Show resolved
Hide resolved
Updates to mt branch
make format
andmake documentation
has been run. (You may also want to runmake test
.)This PR adds the Montana tax logic to FiscalSim-US @rickecon