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
103 stars 176 forks source link

Remove married filing separately as an option for the 2024 Montana income tax structure #5340

Open PavelMakarchuk opened 2 weeks ago

PavelMakarchuk commented 2 weeks ago

Reference

PavelMakarchuk commented 2 weeks ago

Example: https://github.com/PolicyEngine/policyengine-us/pull/4232/files

PavelMakarchuk commented 2 weeks ago

Step 1: Create bool parameter for whether the married couple can file separately on same return Step 2: Add if statement to mt_files_separately.py Step 3: Test

PavelMakarchuk commented 2 weeks ago

@keepjojoyoung