-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Adjust the NY Empire State Child Credit to take into account the full ctc amount #3995
Comments
Can you say more? |
we have added the tax form computation in the discussion #3915 . As far as we can see, the calculation alludes to the fact that the NY CTC (empire state credit) does allow for a 33% credit of the total possible CTC value and not just the CTC value that is applied
Let us know if you think we missed something here |
When would the $100 floor apply then? Is it possible we're overfitting to 2021, when it was fully refundable? Could we do a similar exercise to #3915 (comment) but with the 2020 or 2022 form? I understand the NY law ties to 2017 federal law but we might have missed another part of it. Those conformity clauses can be hard to pin down. |
@PavelMakarchuk, I don't understand where your thinking is on issue #3995. |
@martinholmer The PR #3996 was closed for now as I opened it before talking with Dan. |
@PavelMakarchuk said in issue #3995:
So, you believe the PEUS code for the Empire State child credit is correct? |
I was confused, PE seems to have the incorrect code, have created #4386 for the fix. @MaxGhenis FYI, PR addresses what we talked with Dan about. My mistake for the back-and-forth |
But again, taking the full CTC nullifies the $100 floor |
Currently we use
ctc_value
which causes issues with the TAXSIM integration as displayed in the integration test below:The text was updated successfully, but these errors were encountered: