Add the fed2020 overlay.
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 20 Sep 2020 17:43:45 +0000 (13:43 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 18 Oct 2020 16:01:22 +0000 (12:01 -0400)
commit0156968e3714378326a9016e280512b4f97ee530
tree6232f25e852d19862fd732dad4df901f610034b3
parent9c54a12c64eafd94dad707630ad471dfaf9977f2
Add the fed2020 overlay.

The 2020 tax return forms are likely to be quite similar to the 2019
versions, with inflation-adjustments to constant values. To avoid
copy-paste-tweak with the forms, use an overlay: forms with differences
from the previous year can be rewritten, but unchanged ones should just
use the prior year's form.

Constant values are now associated with an overlay TaxReturn class, so
the inflation adjustments do not require new forms.
src/fed2020/Form1040.test.ts [new file with mode: 0644]
src/fed2020/TaxReturn.ts [new file with mode: 0644]
src/fed2020/index.ts [new file with mode: 0644]