Skip to content

Commit

Permalink
Merge pull request #2866 from martinholmer/fix-param-docs
Browse files Browse the repository at this point in the history
Update docs/guide/policy_params.md documentation
  • Loading branch information
martinholmer authored Jan 13, 2025
2 parents ba99092 + 56b6523 commit e18cab9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 28 deletions.
21 changes: 2 additions & 19 deletions docs/guide/policy_params.md
Original file line number Diff line number Diff line change
Expand Up @@ -1514,8 +1514,8 @@ _Out-of-Range Action:_ error

### Charity

#### `ID_Charity_crt_all`
_Description:_ The total deduction for charity is capped at this fraction of AGI.
#### `ID_Charity_crt_cash`
_Description:_ The cash deduction for charity is capped at this fraction of AGI.
_Notes:_ When using PUF data, raising this parameter value may produce unexpected results because in PUF data the variables e19800 and e20100 are already capped.
_Has An Effect When Using:_ _PUF data:_ True _CPS data:_ True
_Can Be Inflation Indexed:_ False _Is Inflation Indexed:_ False
Expand Down Expand Up @@ -3122,23 +3122,6 @@ _Valid Range:_ min = 0 and max = 1
_Out-of-Range Action:_ error


#### `PT_qbid_limit_switch`
_Description:_ A value of True imposes wage/capital limitations. Note that neither the PUF nor CPS have data on wage expenses or capital income, and therefore all taxpayers are fully subject to the QBID limitations. A value of False assumes sufficient wage and capital income to avoid QBID limitations.
_Has An Effect When Using:_ _PUF data:_ False _CPS data:_ False
_Can Be Inflation Indexed:_ False _Is Inflation Indexed:_ False
_Value Type:_ bool
_Known Values:_
2013: True
2014: True
2015: True
2016: True
2017: True
2018: True
2019: True
_Valid Range:_ min = False and max = True
_Out-of-Range Action:_ error


#### `PT_qbid_ps`
_Description:_ QBID begins to decrease when pre-QBID taxable income is above this level.
_Has An Effect When Using:_ _PUF data:_ True _CPS data:_ True
Expand Down
20 changes: 17 additions & 3 deletions taxcalc.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Metadata-Version: 2.1
Metadata-Version: 2.2
Name: taxcalc
Version: 4.4.0
Summary: Tax-Calculator
Expand All @@ -23,6 +23,14 @@ Requires-Dist: pandas>=2.2
Requires-Dist: bokeh>=2.4
Requires-Dist: numba
Requires-Dist: paramtools>=0.19.0
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

| | |
| --- | --- |
Expand All @@ -37,8 +45,14 @@ Tax-Calculator
Tax-Calculator is an open-source microsimulation model for static
analysis of USA federal income and payroll taxes.

We are seeking contributors and maintainers. If you are interested in joining the project as a contributor or maintainer,
open a new [issue](https://github.com/PSLmodels/Tax-Calculator/issues) and ping [@MattHJensen](https://github.com/MattHJensen/) or [@jdebacker](https://github.com/jdebacker/) -- or just jump right in.
We are seeking contributors and maintainers. If you are interested in
joining the project as a contributor or maintainer, open a new
[issue](https://github.com/PSLmodels/Tax-Calculator/issues) and ping
[@MattHJensen](https://github.com/MattHJensen/) or
[@jdebacker](https://github.com/jdebacker/) -- or just jump right in.
The [contributor
guide](https://taxcalc.pslmodels.org/contributing/contributor_guide.html)
explains the workflow involved in contributing model enhancements.

Complete documentation is available
[here](https://PSLmodels.github.io/Tax-Calculator/).
1 change: 0 additions & 1 deletion taxcalc.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ docs/api/utils.rst
docs/api/utilsprvt.rst
docs/contributing/RELEASING.md
docs/contributing/contributor_guide.md
docs/contributing/dependencies.md
docs/contributing/param_naming.md
docs/contributing/pr_workflow.md
docs/contributing/testing.md
Expand Down
6 changes: 1 addition & 5 deletions taxcalc/validation/taxsim35/taxsim_emulation.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,10 @@
// income of the receiving spouse, if made under a
// divorce or separation agreement executed after
// Dec. 31, 2018.

// (4) PT_qbid_limit_switch = false implies TAXSIM35-like QBI deduction logic.
{
"AMT_child_em_c_age": {"2013": 24},

"EITC_excess_InvestIncome_rt": {"2013": 1.0},

"ALD_AlimonyReceived_hc": {"2019": 1.0},

"PT_qbid_limit_switch": {"2018": false}
"ALD_AlimonyReceived_hc": {"2019": 1.0}
}

0 comments on commit e18cab9

Please sign in to comment.