-
Notifications
You must be signed in to change notification settings - Fork 14
/
PSL_catalog.json
24 lines (24 loc) · 1.76 KB
/
PSL_catalog.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "Behavioral-Responses",
"img": "",
"banner_title": "Behavioral-Responses",
"banner_subtitle": "Partial-equilibrium behavioral-responses module that works with Tax-Calculator",
"detailed_description": "Behavioral-Responses, which is part of the Policy Simulation Library (PSL) collection of USA tax models, estimates partial-equilibrium behavioral responses to changes in the US federal individual income and payroll tax system as simulated by Tax-Calculator. It provides two ways of doing this: (1) the `response` function, which contains higher-level logic that supports the Tax-Brain 'Partial Equilibrium Simulation' capability and requires specification of only the elasticities, and (2) the `quantity_response` function, which contains lower-level logic that requires specification of the quantity whose response is to be estimated, requires specification of the marginal tax rates and elasticities to be used in the response calculation, and allows the response estimation to be conducted by subgroup with different elasticities for each subgroup.",
"policy_area": "Tax Microsimulation, Revenue Estimation, Distributional Analysis",
"geography": "United States",
"language": "Python",
"maintainers": [
{
"name": "Matthew Jensen",
"image": "https://avatars.githubusercontent.com/u/8301092?v=4",
"link": "https://github.com/MattHJensen/"
}
],
"links": {
"code_repository": "https://github.com/PSLmodels/Behavioral-Responses",
"user_documentation": "http://PSLmodels.github.io/Behavioral-Responses/index.html",
"contributor_documentation": "",
"webapp": "",
"recent_changes": "https://github.com/PSLmodels/Behavioral-Responses/blob/master/RELEASES.md"
}
}