Jason DeBacker
Jason DeBacker
Tax-Calculator should parameterize the rounding rules of indexed parameters in `policy_current_law.json`. There will probably need to be an update to the ParamTools package to handle rounding in the extrapolation of...
This PR adds tests for the `calcfunctions.TaxInc` function. cc @MattHJensen @bodiyang
This PR works off the contributions from @chusloj in PR #2453. My goals are the following (over and above what was proposed in PR #2453): - [x] Have PR from...
Something seems to have changed with how Conda and conda installed packages are installed and imported on Google Colab. As a result, launching the Tax-Calculator recipes in Google Colab results...
Given past discussions (such as in Issue #2445), I think the maintainers of this project have decided that the best thing to do is to move the example reform JSON...
While is full code coverage for tests of `calcfunctions.py`, the unit tests essentially only confirm that all function arguments are passed properly and that those passed are used. There ought...
The capital loss limitation amount, which is currently hardcoded into line 432 of `calcfunctions.py` should be parameterized. It would be useful to allow for separate parameterizations by filing status. Update:...
Spurred by a nice discussion with @nikhilwoodruff about the OpenFisca platform, I wanted to write down some notes for future reference about how Tax-Calculator might be enhanced so as to...
There's a discussion of the behavior of `test_reforms.py::test_round_trip_tcja_reform` in Issue #2542. This seems like a very useful test to confirm that parameters are entered correctly in the `current_law_policy.json` file (though...
This PR adds 2011 and 2012 tax law to the `policy_current_law.json` file. The PR is currently incomplete, but I am opening it so the others can feel free to review...