Open scandey opened 2 years ago
Can you document which boxes are needed and where the information is supposed to be reported?
As in, What new UI fields are needed? What amounts are included in what boxes on what forms?
Thank you!
this is a useful resource: https://personal.vanguard.com/pdf/1099DIV_FINAL_012021.pdf
box 5: Section 199A dividends
box 7: Foreign taxes paid (+ line 8: foreign country)
box 11: Exempt interest dividends
box 12: Specified private activity bond interest dividends
it would be nice to handle cases for forms that include reporting on state bonds, which are normally federal tax free (and state tax free in the particular state).
the federal side of this is straight-forward: take the amount from box 11 and report on line 2a.
on the state side, we should ask the user what portion of their box 11 amount is attributable to municipal interest, specifically from their resident state. on the UI it would make sense to have a box next to box 11 for this information.
to figure out the amount, you have to look through the detailed tax statement from your brokerage, and sum together interest-exempt dividend amounts from just the funds that are in your state. some brokerage statements will contain a supplemental with these tallies, for example:
Currently only the first few boxes from 1099-Div are included, but it would be nice to handle cases for forms that include reporting on state bonds, which are normally federal tax free (and state tax free in the particular state).
Since they aren't common, perhaps hiding the additional entries under a drop down or something may be in order to simplify the interface for the common case?