Add `md_local_income_tax_before_credits` to `local_income_tax`
Fixes #5157
We'll need to estimate it as we do for other withheld state income tax numbers
We'll need to estimate it as we do for other withheld state income tax numbers
there is currently logic in the Maryland local variable, is anything else needed to be included in the definition?
I mean something like this https://github.com/PolicyEngine/policyengine-us/blob/master/policyengine_us/variables/gov/states/md/tax/income/md_withheld_income_tax.py
I mean something like this https://github.com/PolicyEngine/policyengine-us/blob/master/policyengine_us/variables/gov/states/md/tax/income/md_withheld_income_tax.py
@MaxGhenis if I am understanding correctly, we need to adjust md_local_income_tax_before_credits to not use md_taxable_income but to apply a new estimation, something like (agi_person - SD (single)) * rates ?
Not adjust the existing variable, but create a new withheld variable used for the SALT deduction as we do for state income taxes