From de80c306149e5b7f004c702a3fb18176edadb931 Mon Sep 17 00:00:00 2001 From: jdebacker Date: Tue, 24 Sep 2024 12:25:16 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20PSLmodel?= =?UTF-8?q?s/Tax-Brain@dd8458d7ca60245405a919e0a146bcc42405b7b6=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sources/content/intro.md | 10 ++++++--- content/api/taxbrain.html | 2 +- content/examples/example.html | 42 ++++++----------------------------- content/intro.html | 12 ++++++---- searchindex.js | 2 +- 5 files changed, 24 insertions(+), 44 deletions(-) diff --git a/_sources/content/intro.md b/_sources/content/intro.md index a77aeb1..e3c8821 100644 --- a/_sources/content/intro.md +++ b/_sources/content/intro.md @@ -26,10 +26,14 @@ they are using when reporting their results. ## Installing Tax-Brain You can install the latest official release from PyPI using this command: -`pip taxbrain`. +``` +pip install taxbrain +``` Similarly, you can update to the latest release of Tax-Brain using -`pip install -U taxbrain`. +``` +pip install -U taxbrain +``` Tax-Brain is no longer maintained on Conda. @@ -62,4 +66,4 @@ directory. * [Release History](https://github.com/PSLmodels/Tax-Brain/blob/master/RELEASES.md) -***Looking for code powering the TaxBrain GUI at [apps.ospc.org/taxbrain](https://apps.ospc.org/taxbrain)? See [github.com/ospc-org/ospc.org](https://github.com/ospc-org/ospc.org).*** \ No newline at end of file +***Looking for code powering the TaxBrain GUI at [apps.ospc.org/taxbrain](https://apps.ospc.org/taxbrain)? See [github.com/ospc-org/ospc.org](https://github.com/ospc-org/ospc.org).*** diff --git a/content/api/taxbrain.html b/content/api/taxbrain.html index d15fb92..f60980b 100644 --- a/content/api/taxbrain.html +++ b/content/api/taxbrain.html @@ -517,7 +517,7 @@

taxbrain.taxbrain
-run(varlist: list = ['c09600', 'c04600', 'combined', 'othertaxes', 'aftertax_income', 'c04470', 'expanded_income', 'c62100', 'XTOT', 'ubi', 'c00100', 'c05800', 'c07100', 'standard', 'refund', 'payrolltax', 'iitax', 'benefit_value_total', 'c04800', 's006', 'benefit_cost_total', 'surtax', 'taxbc'], client=None, num_workers=1)[source]#
+run(varlist: list = ['surtax', 'c05800', 'c04600', 'c04800', 'ubi', 'refund', 'aftertax_income', 'c09600', 'expanded_income', 'othertaxes', 'XTOT', 'combined', 'taxbc', 'c04470', 'benefit_value_total', 'benefit_cost_total', 'payrolltax', 's006', 'iitax', 'c62100', 'c07100', 'standard', 'c00100'], client=None, num_workers=1)[source]#

Run the calculators. TaxBrain will determine whether to do a static or partial equilibrium run based on the user’s inputs when initializing the TaxBrain object.

diff --git a/content/examples/example.html b/content/examples/example.html index 82dd5b1..6a1da47 100644 --- a/content/examples/example.html +++ b/content/examples/example.html @@ -509,36 +509,6 @@

Static ReformThe above exception was the direct cause of the following exception: -SystemError Traceback (most recent call last) -SystemError: <function _numba_unpickle at 0x7f4753d463e0> returned a result with an exception set - -The above exception was the direct cause of the following exception: - -SystemError Traceback (most recent call last) -SystemError: <function _numba_unpickle at 0x7f4753d463e0> returned a result with an exception set - -The above exception was the direct cause of the following exception: - -SystemError Traceback (most recent call last) -SystemError: <function _numba_unpickle at 0x7f4753d463e0> returned a result with an exception set - -The above exception was the direct cause of the following exception: - -SystemError Traceback (most recent call last) -SystemError: <function _numba_unpickle at 0x7f4753d463e0> returned a result with an exception set - -The above exception was the direct cause of the following exception: - -SystemError Traceback (most recent call last) -SystemError: <function _numba_unpickle at 0x7f4753d463e0> returned a result with an exception set - -The above exception was the direct cause of the following exception: - -SystemError Traceback (most recent call last) -SystemError: <function _numba_unpickle at 0x7f4753d463e0> returned a result with an exception set - -The above exception was the direct cause of the following exception: - SystemError Traceback (most recent call last) Cell In[4], line 2 1 tb_static = TaxBrain(start_year, end_year, microdata="CPS", reform=reform_url) @@ -595,12 +565,14 @@

Static Reform 1436 F2441(self.__policy, self.__records) 1437 EITC(self.__policy, self.__records) -File /usr/share/miniconda/envs/taxbrain-dev/lib/python3.12/site-packages/taxcalc/calculator.py:1366, in Calculator._taxinc_to_amt(self) +File /usr/share/miniconda/envs/taxbrain-dev/lib/python3.12/site-packages/taxcalc/calculator.py:1365, in Calculator._taxinc_to_amt(self) + 1361 """ + 1362 Call TaxInc through AMT functions. + 1363 """ 1364 TaxInc(self.__policy, self.__records) - 1365 SchXYZTax(self.__policy, self.__records) --> 1366 GainsTax(self.__policy, self.__records) +-> 1365 SchXYZTax(self.__policy, self.__records) + 1366 GainsTax(self.__policy, self.__records) 1367 AGIsurtax(self.__policy, self.__records) - 1368 NetInvIncTax(self.__policy, self.__records) File /usr/share/miniconda/envs/taxbrain-dev/lib/python3.12/site-packages/taxcalc/decorators.py:325, in iterate_jit.<locals>.make_wrapper.<locals>.wrapper(*args, **kwargs) 322 eval(func_code, # pylint: disable=eval-used @@ -611,7 +583,7 @@

Static ReformFile <string>:12, in hl_func(pm, pf) -SystemError: CPUDispatcher(<function ap_func at 0x7f47528d6200>) returned a result with an exception set +SystemError: CPUDispatcher(<function ap_func at 0x7f3ebcc29bc0>) returned a result with an exception set diff --git a/content/intro.html b/content/intro.html index e3a9066..e8adbe8 100644 --- a/content/intro.html +++ b/content/intro.html @@ -451,10 +451,14 @@

Disclaimer

Installing Tax-Brain#

-

You can install the latest official release from PyPI using this command: -pip taxbrain.

-

Similarly, you can update to the latest release of Tax-Brain using -pip install -U taxbrain.

+

You can install the latest official release from PyPI using this command:

+
pip install taxbrain
+
+
+

Similarly, you can update to the latest release of Tax-Brain using

+
pip install -U taxbrain
+
+

Tax-Brain is no longer maintained on Conda.

diff --git a/searchindex.js b/searchindex.js index 7ee8059..0f45785 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"Additional Information": [[11, "additional-information"]], "Automated Reports in TaxBrain": [[12, null]], "Bug Reports": [[8, "bug-reports"]], "Citing Tax-Brain": [[11, "citing-tax-brain"]], "Contributing to Tax-Brain": [[8, null]], "Defining revenue and distribution assumptions": [[9, "defining-revenue-and-distribution-assumptions"]], "Developer Setup": [[8, "developer-setup"]], "Disclaimer": [[11, "disclaimer"]], "Distributing the Corporate Income Tax": [[1, null], [9, null]], "Distribution of the CIT across individual taxpayers": [[9, "distribution-of-the-cit-across-individual-taxpayers"]], "Dynamic Reform with Corporate Income Tax Incidence": [[10, "dynamic-reform-with-corporate-income-tax-incidence"]], "Feature Requests": [[8, "feature-requests"]], "How to Use Tax-Brain": [[13, null]], "Installing Tax-Brain": [[11, "installing-tax-brain"]], "Mechanics in Tax-Brain": [[9, "mechanics-in-tax-brain"]], "Overview": [[11, "overview"]], "Releasing a new version": [[8, "releasing-a-new-version"]], "Stacked Reforms": [[13, "stacked-reforms"]], "Static Reform": [[10, null]], "Tax-Brain": [[11, null]], "Tax-Brain Class Object": [[5, null]], "Tax-Brain Command Line Interface": [[0, null], [7, null]], "Tax-Brain Interface": [[11, "tax-brain-interface"]], "Tax-Brain Python API": [[2, null]], "Tax-Brain Report Generation": [[3, null]], "Tax-Brain Report Utilities": [[4, null]], "Tax-Brain Utilities": [[6, null]], "Testing": [[8, "testing"]], "Theoretical considerations": [[9, "theoretical-considerations"]], "Usage": [[7, "usage"]], "Using Tax-Brain": [[11, "using-tax-brain"]], "Web Application": [[14, null]], "What about macroeconomic effects?": [[9, "what-about-macroeconomic-effects"]], "taxbrain.cli": [[0, "module-taxbrain.cli"]], "taxbrain.corporate_incidence": [[1, "module-taxbrain.corporate_incidence"]], "taxbrain.report": [[3, "module-taxbrain.report"]], "taxbrain.report_utils": [[4, "module-taxbrain.report_utils"]], "taxbrain.taxbrain": [[5, "taxbrain-taxbrain"]], "taxbrain.utils": [[6, "module-taxbrain.utils"]]}, "docnames": ["content/api/cli", "content/api/corporate_incidence", "content/api/public_api", "content/api/report", "content/api/report_utils", "content/api/taxbrain", "content/api/utils", "content/cli", "content/contributing/contributor_guide", "content/corp_incidence", "content/examples/example", "content/intro", "content/reports", "content/usage", "content/webapp"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.viewcode": 1}, "filenames": ["content/api/cli.rst", "content/api/corporate_incidence.rst", "content/api/public_api.rst", "content/api/report.rst", "content/api/report_utils.rst", "content/api/taxbrain.rst", "content/api/utils.rst", "content/cli.md", "content/contributing/contributor_guide.md", "content/corp_incidence.md", "content/examples/example.ipynb", "content/intro.md", "content/reports.md", "content/usage.md", "content/webapp.md"], "indexentries": {"_update_income() (in module taxbrain.corporate_incidence)": [[1, "taxbrain.corporate_incidence._update_income", false]], "behavioral_assumptions() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.behavioral_assumptions", false]], "cli_core() (in module taxbrain.cli)": [[0, "taxbrain.cli.cli_core", false]], "cli_main() (in module taxbrain.cli)": [[0, "taxbrain.cli.cli_main", false]], "consumption_assumptions() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.consumption_assumptions", false]], "convert_params() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.convert_params", false]], "convert_table() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.convert_table", false]], "date() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.date", false]], "differences_plot() (in module taxbrain.utils)": [[6, "taxbrain.utils.differences_plot", false]], "differences_table() (taxbrain.taxbrain.taxbrain method)": [[5, "taxbrain.taxbrain.TaxBrain.differences_table", false]], "distribute() (in module taxbrain.corporate_incidence)": [[1, "taxbrain.corporate_incidence.distribute", false]], "distribution_plot() (in module taxbrain.utils)": [[6, "taxbrain.utils.distribution_plot", false]], "distribution_table() (taxbrain.taxbrain.taxbrain method)": [[5, "taxbrain.taxbrain.TaxBrain.distribution_table", false]], "dollar_str_formatting() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.dollar_str_formatting", false]], "form_baseline_intro() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.form_baseline_intro", false]], "form_intro() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.form_intro", false]], "growth_assumptions() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.growth_assumptions", false]], "is_paramtools_format() (in module taxbrain.utils)": [[6, "taxbrain.utils.is_paramtools_format", false]], "largest_tax_change() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.largest_tax_change", false]], "lorenz_curve() (in module taxbrain.utils)": [[6, "taxbrain.utils.lorenz_curve", false]], "lorenz_data() (in module taxbrain.utils)": [[6, "taxbrain.utils.lorenz_data", false]], "make_tables() (in module taxbrain.cli)": [[0, "taxbrain.cli.make_tables", false]], "md_to_pdf() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.md_to_pdf", false]], "module": [[0, "module-taxbrain.cli", false], [1, "module-taxbrain.corporate_incidence", false], [3, "module-taxbrain.report", false], [4, "module-taxbrain.report_utils", false], [6, "module-taxbrain.utils", false]], "multi_var_table() (taxbrain.taxbrain.taxbrain method)": [[5, "taxbrain.taxbrain.TaxBrain.multi_var_table", false]], "notable_changes() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.notable_changes", false]], "policy_table() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.policy_table", false]], "report() (in module taxbrain.report)": [[3, "taxbrain.report.report", false]], "run() (taxbrain.taxbrain.taxbrain method)": [[5, "taxbrain.taxbrain.TaxBrain.run", false]], "taxbrain (class in taxbrain.taxbrain)": [[5, "taxbrain.taxbrain.TaxBrain", false]], "taxbrain.cli": [[0, "module-taxbrain.cli", false]], "taxbrain.corporate_incidence": [[1, "module-taxbrain.corporate_incidence", false]], "taxbrain.report": [[3, "module-taxbrain.report", false]], "taxbrain.report_utils": [[4, "module-taxbrain.report_utils", false]], "taxbrain.utils": [[6, "module-taxbrain.utils", false]], "update_policy() (in module taxbrain.utils)": [[6, "taxbrain.utils.update_policy", false]], "volcano_plot() (in module taxbrain.utils)": [[6, "taxbrain.utils.volcano_plot", false]], "weighted_sum() (in module taxbrain.utils)": [[6, "taxbrain.utils.weighted_sum", false]], "weighted_totals() (taxbrain.taxbrain.taxbrain method)": [[5, "taxbrain.taxbrain.TaxBrain.weighted_totals", false]], "write_text() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.write_text", false]]}, "objects": {"taxbrain": [[0, 0, 0, "-", "cli"], [1, 0, 0, "-", "corporate_incidence"], [3, 0, 0, "-", "report"], [4, 0, 0, "-", "report_utils"], [6, 0, 0, "-", "utils"]], "taxbrain.cli": [[0, 1, 1, "", "cli_core"], [0, 1, 1, "", "cli_main"], [0, 1, 1, "", "make_tables"]], "taxbrain.corporate_incidence": [[1, 1, 1, "", "_update_income"], [1, 1, 1, "", "distribute"]], "taxbrain.report": [[3, 1, 1, "", "report"]], "taxbrain.report_utils": [[4, 1, 1, "", "behavioral_assumptions"], [4, 1, 1, "", "consumption_assumptions"], [4, 1, 1, "", "convert_params"], [4, 1, 1, "", "convert_table"], [4, 1, 1, "", "date"], [4, 1, 1, "", "dollar_str_formatting"], [4, 1, 1, "", "form_baseline_intro"], [4, 1, 1, "", "form_intro"], [4, 1, 1, "", "growth_assumptions"], [4, 1, 1, "", "largest_tax_change"], [4, 1, 1, "", "md_to_pdf"], [4, 1, 1, "", "notable_changes"], [4, 1, 1, "", "policy_table"], [4, 1, 1, "", "write_text"]], "taxbrain.taxbrain": [[5, 2, 1, "", "TaxBrain"]], "taxbrain.taxbrain.TaxBrain": [[5, 3, 1, "", "differences_table"], [5, 3, 1, "", "distribution_table"], [5, 3, 1, "", "multi_var_table"], [5, 3, 1, "", "run"], [5, 3, 1, "", "weighted_totals"]], "taxbrain.utils": [[6, 1, 1, "", "differences_plot"], [6, 1, 1, "", "distribution_plot"], [6, 1, 1, "", "is_paramtools_format"], [6, 1, 1, "", "lorenz_curve"], [6, 1, 1, "", "lorenz_data"], [6, 1, 1, "", "update_policy"], [6, 1, 1, "", "volcano_plot"], [6, 1, 1, "", "weighted_sum"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "function", "Python function"], "2": ["py", "class", "Python class"], "3": ["py", "method", "Python method"]}, "objtypes": {"0": "py:module", "1": "py:function", "2": "py:class", "3": "py:method"}, "terms": {"": [5, 7, 8, 9, 10, 11, 13], "0": [3, 6, 8, 9, 10, 12, 13], "000000": 10, "000703": 10, "000839": 10, "001469": 10, "003643": 10, "004426": 10, "004815": 10, "006184": 10, "006305": 10, "008003": 10, "01": 6, "010544e": 10, "011453": 10, "014320": 10, "014434": 10, "017567": 10, "018507": 10, "019010": 10, "019886": 10, "020374": 10, "020739": 10, "021395": 10, "023468": 10, "027111": 10, "028793": 10, "029242": 10, "030271": 10, "030698": 10, "031974": 10, "032176e": 10, "034856": 10, "034925": 10, "035165": 10, "035899": 10, "036801": 10, "039464": 10, "041657": 10, "042144": 10, "044547": 10, "045107": 10, "045543": 10, "047439": 10, "047672": 10, "049167": 10, "049307": 10, "049468e": 10, "049703": 10, "05": 3, "050853": 10, "052341": 10, "053396": 10, "064195": 10, "064212": 10, "064998": 10, "067767e": 10, "068967": 10, "070544": 10, "070766": 10, "071544": 10, "073700": 10, "075375": 10, "079009": 10, "080439": 10, "082934e": 10, "084663e": 10, "086868": 10, "090772": 10, "091803": 10, "091891": 10, "092134": 10, "093551": 10, "093638": 10, "098443": 10, "0x7f47528d6200": 10, "0x7f4753d463e0": 10, "1": [5, 7, 9, 10], "10": 10, "100": [6, 9, 10], "1000": 6, "1000000": 13, "101813": 10, "102049": 10, "104634e": 10, "107": 10, "109175": 10, "10n": 10, "10p": 10, "10z": 10, "11": 10, "110734": 10, "112": 10, "112041": 10, "113777": 10, "114507": 10, "114874": 10, "115428": 10, "116": 10, "1165": 10, "118396": 10, "118730e": 10, "119": 10, "119395e": 10, "1197": 10, "12": 10, "1208": 10, "121": 10, "121009e": 10, "12190": 10, "122": 10, "125": 10, "1258": 10, "126": 10, "126138": 10, "126726e": 10, "1288": 10, "12887": 10, "129": 10, "129276": 10, "13": 10, "136": 13, "1364": 10, "1365": 10, "1366": 10, "1367": 10, "1368": 10, "1374": 10, "139051": 10, "14": 10, "140": 10, "1402": 10, "141166e": 10, "1433": 10, "1434": 10, "1435": 10, "1436": 10, "1437": 10, "145972e": 10, "146512": 10, "147034": 10, "148": 10, "15": 10, "152": 10, "152092": 10, "1521": 10, "15238": 10, "155": 10, "1553": 10, "157298": 10, "1574": 10, "1578": 10, "16": 10, "1603": 10, "161639e": 10, "162814e": 10, "1663": 10, "1667": 10, "167": 10, "169": 10, "17": 10, "170": 10, "171": 10, "1718": 10, "1719": 10, "172": 10, "172816": 10, "173": 10, "174": 10, "175": [10, 13], "17545": 10, "176": 10, "177": 10, "178": 10, "179": 10, "18": [10, 13], "180": 10, "181": 10, "183": 10, "184": 10, "186": 10, "187950": 10, "189": 10, "189635": 10, "19": [10, 13], "1915": 10, "192": 10, "1951": 10, "195886": 10, "198": 10, "199769": 10, "1e": 13, "2": [10, 12], "20": [9, 10], "200": 10, "201771": 10, "2019": 13, "2020": [6, 7, 13], "2021": [10, 13], "2022": [10, 13], "2023": 10, "2024": 10, "2025": 10, "2026": 10, "2027": 10, "2028": 10, "2029": [7, 10, 13], "2030": 10, "2034": 5, "2039": 10, "207": 10, "207105": 10, "207186e": 10, "2075": 10, "208206": 10, "2085": 10, "208569": 10, "2093": 10, "21": 10, "211572": 10, "212": 10, "213289": 10, "214010": 10, "2158": 10, "216845": 10, "218": 10, "218450": 10, "2185": 10, "219564": 10, "22": 10, "220": 10, "2203": 10, "220845": 10, "2237": 10, "224239e": 10, "225265": 10, "225685": 10, "225744": 10, "230015": 10, "2307": 10, "230779": 10, "2320": 10, "232430": 10, "234": 10, "2341": 10, "236344": 10, "238036": 10, "239279": 10, "24": 10, "241434": 10, "245168": 10, "246623e": 10, "247087": 10, "25": [9, 10, 13], "250938": 10, "2521": 10, "252958": 10, "253135": 10, "254651": 10, "255590": 10, "256932": 10, "257": 10, "258": 10, "259493": 10, "261506": 10, "262134e": 10, "2627": 10, "266995": 10, "269727e": 10, "27": 10, "271550": 10, "275": 10, "28": 10, "280": 10, "281958": 10, "282277": 10, "282357e": 10, "283324": 10, "283571": 10, "284": 10, "284063e": 10, "284086": 10, "286": 10, "286909": 10, "287": 10, "2872": 10, "289648": 10, "29": 10, "290602": 10, "291099": 10, "292340": 10, "292375": 10, "292653": 10, "295093": 10, "296412": 10, "297": 10, "297969": 10, "298": 10, "299": 10, "3": [10, 12], "30": 10, "300444": 10, "307": 10, "307804e": 10, "3088": 10, "309448e": 10, "31": 10, "312243e": 10, "313788e": 10, "313918": 10, "315954": 10, "316": 10, "318": 10, "32": 10, "321387": 10, "322": 10, "322051": 10, "323": 10, "324": 10, "324191e": 10, "324398": 10, "325": 10, "325465": 10, "326": 10, "326818e": 10, "328720": 10, "329940e": 10, "33": 10, "331876": 10, "334121": 10, "338110": 10, "339316": 10, "339711": 10, "34": 10, "340367": 10, "340665": 10, "340957e": 10, "341448": 10, "341544": 10, "342312e": 10, "343696": 10, "344051": 10, "344151e": 10, "344714": 10, "3471": 10, "349": 10, "34920": 10, "350": 10, "352383": 10, "353704": 10, "354203": 10, "354646": 10, "356178": 10, "357": 10, "36": 10, "360551": 10, "362": 10, "369": 10, "371": 10, "372100": 10, "373": 10, "373124": 10, "375": 10, "376040": 10, "378323": 10, "38": [10, 13], "380798": 10, "384": 10, "385": 10, "386": 10, "387": 10, "388273": 10, "389807": 10, "39": 13, "390": 10, "390202e": 10, "390627": 10, "391": 10, "391348": 10, "392": 10, "393": 10, "393087": 10, "395": 10, "395728e": 10, "396": 13, "397": 10, "3992": 10, "4": [6, 10], "40": 10, "400000": 13, "400675": 10, "401345": 10, "402900": 10, "404": 10, "404318": 10, "405278": 10, "407092": 10, "407223e": 10, "411031": 10, "416383": 10, "416827": 10, "418265": 10, "418653": 10, "41d6c2": 6, "42": 10, "421397": 10, "424214": 10, "425": 10, "426182": 10, "427": 10, "429912": 10, "43": 10, "431391": 10, "434": 10, "435": 10, "435086": 10, "436": 10, "437": 10, "438": 10, "439": 10, "440": 10, "441": 10, "441980": 10, "442": 10, "443": 10, "444": 10, "444865": 10, "445": 10, "446": 10, "447": 10, "45": 10, "453390": 10, "454555": 10, "455448": 10, "458500": 10, "46": 10, "461983": 10, "466": 10, "47": 10, "470099e": 10, "471100e": 10, "471142": 10, "472337": 10, "474527": 10, "476774e": 10, "477157": 10, "477840": 10, "478349e": 10, "480409": 10, "480439": 10, "481311": 10, "482677": 10, "483171e": 10, "484873e": 10, "488282e": 10, "49": 10, "495389": 10, "5": [6, 9, 10], "50": [9, 10], "500": 9, "509844e": 10, "510201": 10, "510973": 10, "511949": 10, "512": 10, "514735": 10, "515367": 10, "516102": 10, "519": 10, "52": 13, "521890": 10, "521954": 10, "522806": 10, "523628": 10, "5268": 10, "53": 10, "534780e": 10, "535394": 10, "536431": 10, "54": 13, "541184": 10, "543397e": 10, "548863e": 10, "550": 10, "550644": 10, "553": 10, "553142": 10, "559253": 10, "56": 10, "5608": 10, "561734": 10, "561941e": 10, "566081e": 10, "568834e": 10, "57": [10, 13], "575938e": 10, "577393": 10, "577446": 10, "578": 10, "580": 10, "584224": 10, "589110": 10, "589197": 10, "590": 10, "590357": 10, "591113": 10, "592770": 10, "594": 10, "5942": 10, "595059": 10, "597": 10, "5_000_000_000": 10, "6": [6, 10], "60": 10, "603": 10, "603619": 10, "606": 10, "607567": 10, "61": 10, "611631": 10, "618493": 10, "619006": 10, "62": 10, "622619": 10, "623880": 10, "624526": 10, "6246": 10, "625378": 10, "626076": 10, "626819": 10, "63": 10, "630028": 10, "634": 10, "639786": 10, "64": 10, "640": 10, "640177": 10, "642544": 10, "643958": 10, "644720": 10, "647952": 10, "648591": 10, "65": 13, "651206": 10, "654561": 10, "658703": 10, "659726": 10, "66": 10, "665427": 10, "67": 10, "670598": 10, "673491e": 10, "675071e": 10, "676570": 10, "676905": 10, "677134": 10, "678898": 10, "68": 10, "683013e": 10, "685408": 10, "686797": 10, "69": 10, "690507e": 10, "691": 10, "691223": 10, "691879": 10, "692225e": 10, "693062": 10, "697073": 10, "6987": 10, "7": 10, "70": [10, 13], "700439": 10, "705701": 10, "706181": 10, "706921": 10, "707088": 10, "707197": 10, "707385": 10, "707393": 10, "707515": 10, "707534": 10, "707540": 10, "707626": 10, "707972": 10, "708024": 10, "708041": 10, "708304": 10, "708472": 10, "708634": 10, "708941": 10, "709077e": 10, "709297": 10, "709850": 10, "71": 10, "710034e": 10, "711190": 10, "711584": 10, "716455e": 10, "719155": 10, "72": 10, "724695": 10, "735": 10, "737819": 10, "740597": 10, "741472": 10, "744452e": 10, "746": 10, "749701e": 10, "75": [6, 10], "755272e": 10, "756718": 10, "758029": 10, "758187": 10, "764826": 10, "767104": 10, "769562": 10, "771616": 10, "772462": 10, "772787": 10, "774347": 10, "779859": 10, "78": 10, "781": 10, "786409": 10, "787": 10, "787144": 10, "787922": 10, "79": 10, "795098": 10, "795459": 10, "797859": 10, "798482": 10, "799655": 10, "8": 10, "80": 10, "803992": 10, "805670": 10, "805721": 10, "807725e": 10, "810095": 10, "810788": 10, "811997": 10, "813813": 10, "813909": 10, "82": 10, "820500e": 10, "827625": 10, "828": 10, "829459": 10, "83": 10, "830268": 10, "830832": 10, "833407": 10, "835622": 10, "85": 13, "850040": 10, "852288": 10, "853635": 10, "857843": 10, "858": 10, "858952": 10, "861208": 10, "87": [10, 13], "877728": 10, "879144": 10, "88": 10, "880357": 10, "884353": 10, "885943": 10, "887624": 10, "89": 13, "890550": 10, "890709": 10, "891753": 10, "893239": 10, "895941": 10, "897552": 10, "9": [10, 13], "90": 10, "904": 10, "904516": 10, "904587e": 10, "904614": 10, "905": 10, "905286": 10, "906106": 10, "906291e": 10, "906309e": 10, "906729": 10, "912254": 10, "913307e": 10, "915170": 10, "924569": 10, "929636": 10, "93": 10, "933268": 10, "938673": 10, "940854": 10, "941": 10, "945896": 10, "95": [10, 13], "959": 10, "961574e": 10, "969": 10, "97": 13, "972134e": 10, "973188": 10, "9774": 10, "979585": 10, "979716e": 10, "98": 10, "982463": 10, "983512": 10, "985342": 10, "986559": 10, "987159": 10, "988094": 10, "989249": 10, "99": [6, 10], "990179": 10, "990803": 10, "992712": 10, "994": 10, "995778": 10, "9e": 6, "A": [3, 5, 9], "And": 8, "As": [12, 13], "For": [9, 11], "If": [5, 6, 7, 8, 9, 10, 11, 13], "In": [8, 9, 10, 11, 12], "It": [9, 11], "On": 14, "Or": [9, 10, 11], "That": 9, "The": [2, 7, 9, 10, 11, 13, 14], "There": [2, 13], "These": 9, "To": [8, 9, 11, 12, 13], "With": [7, 9], "__polici": 10, "__record": 10, "_calc_one_year": 10, "_helperlib": 10, "_numba_unpickl": 10, "_static_run": 10, "_taxcalc_adv": 10, "_taxinc_to_amt": 10, "_unpickled_memo": 10, "_update_incom": 1, "abil": [9, 12], "abl": 14, "about": [2, 11], "abov": [4, 9, 10, 14], "abroad": 9, "access": [7, 8, 13], "account": [1, 9, 10], "achiev": 9, "across": [1, 13], "activ": 8, "ad": [11, 13], "add": 8, "addit": [9, 10], "addition": 7, "address": 10, "adjust": [6, 9, 13], "affect": [9, 12], "after": [6, 9, 10], "aftertax_incom": [5, 6, 10], "aggreg": [3, 4, 9], "aggregate_tax_li": 7, "agisurtax": 10, "all": [0, 3, 4, 7, 8, 9, 10], "alloc": 9, "allow": 9, "alpha": 6, "alphabet": 2, "also": [2, 11, 13], "alwai": [8, 13], "among": 9, "amount": [4, 6], "an": [3, 4, 5, 8, 9, 10, 11, 12, 13], "anaconda": 8, "analog": 9, "analysi": [0, 4, 5, 6, 7, 9, 11, 13], "analyz": [7, 13], "anderson": 12, "ani": [4, 6, 8, 9, 13], "anlaysi": 10, "anoth": 13, "ap_func": 10, "api": [11, 14], "app": 11, "appli": 9, "applic": 11, "applied_f": 10, "applied_jitted_f": 10, "appropri": 6, "ar": [5, 7, 8, 9, 10, 11, 12, 13, 14], "area": 4, "arg": 10, "argument": [5, 7, 9, 10, 13], "around": [2, 13], "arrai": [5, 9], "asset": 9, "associ": [8, 12, 13], "assum": 9, "assump": [0, 5, 9, 13], "assumpt": [0, 4, 7, 10, 13], "asymmetri": 9, "attribut": [6, 12, 13], "author": [0, 3, 7, 11], "autom": 4, "automat": 12, "avail": [11, 14], "axi": 6, "backward": 13, "bar": 6, "base": [0, 3, 5, 6, 10, 12, 13], "base_calc": 10, "base_color": 6, "base_data": 13, "base_linestyl": 6, "base_polici": [0, 5], "baselin": [0, 4, 5, 6, 7, 9, 13], "basic": 12, "bear": 9, "becaus": 9, "been": [10, 11], "befor": 9, "behavior": [0, 4, 5, 7, 10, 11, 13], "behavioral_assumpt": 4, "behind": 11, "being": [3, 4, 11], "believ": 9, "below": [2, 13], "benefit_cost_tot": [5, 10], "benefit_value_tot": [5, 10], "benefitlimit": 10, "benefitprogram": 10, "benefitsurtax": 10, "between": [5, 9, 13], "billion": [4, 9], "blue": 6, "bool": [0, 3, 4, 5, 6], "boolean": [3, 13], "born": 9, "both": [10, 13], "brain": [10, 12, 14], "budget": 10, "build": 8, "builder": 8, "built": [7, 10, 13], "burden": 9, "busi": [9, 11], "byte": [3, 4], "bytedata": 10, "c": [7, 8, 10, 11], "c00100": [5, 10], "c04470": [5, 10], "c04600": [5, 10], "c04800": [5, 10], "c05800": 5, "c07100": 5, "c09600": 5, "c62100": [5, 10], "caclul": 13, "calc": [1, 5, 10, 13], "calc_al": 10, "calcul": [0, 5, 6, 7, 10, 11, 13], "call": [2, 10], "can": [4, 5, 7, 8, 9, 10, 11, 13, 14], "cannot": 13, "capabl": [7, 9, 11], "capit": [9, 10, 13], "case": [8, 9], "catalog": 9, "caus": 10, "cbo": 9, "cd": 8, "cell": 10, "center": 13, "certain": 4, "cg_brk3": 13, "cg_rate_json": 13, "cg_rt4": 13, "chang": [0, 1, 3, 4, 6, 7, 8, 9, 10, 12, 13, 14], "change_threshold": 3, "channel": 8, "chart": 6, "check": 6, "ci_param": 10, "class": [2, 6, 9, 10], "clean": 3, "cli": [7, 14], "cli_cor": 0, "cli_main": 0, "client": [5, 10], "clone": 8, "cloud": 8, "code": [2, 7, 8, 11, 13], "colab": 10, "color": 6, "column": [5, 10], "com": [10, 11], "combin": [5, 6, 7, 10], "come": [7, 10], "command": [2, 8, 11, 14], "compat": 13, "competit": 9, "compli": 12, "comput": [6, 9, 10, 11, 14], "conda": [7, 8, 10, 11], "config": [8, 11], "consensu": 9, "consid": [3, 4, 9], "constantli": 11, "consum": 9, "consumpt": [0, 4, 9], "consumption_assumpt": 4, "contain": [4, 5, 7, 10, 13], "content": 13, "continu": 9, "contribut": 11, "contributor": 11, "conveni": 6, "convert": 4, "convert_param": 4, "convert_t": 4, "core": [0, 10], "corp_incidence_assumpt": [5, 9, 10], "corp_rev": 10, "corp_revenu": [1, 5, 9, 10], "corpor": 2, "correctli": 8, "cost": 9, "could": 9, "count": 10, "count_itemd": 10, "count_standard": 10, "cp": [0, 5, 7, 10, 13], "cpudispatch": 10, "creat": [3, 4, 5, 6, 7, 8, 13], "creation": 4, "css": 3, "csv": [7, 8, 13], "cummul": 6, "current": [0, 4, 7, 10, 11, 13], "current_law": 4, "curv": 6, "custom": 13, "d": [7, 9], "dai": 14, "data": [0, 5, 6, 7, 11, 12, 13], "datafram": [0, 4, 5, 6, 10, 13], "dataset": 7, "date": [4, 10], "decil": 7, "decim": 3, "decor": 10, "decreas": 6, "decrease_color": 6, "deduct": 10, "def": 10, "default": [4, 6, 9, 13], "defin": 4, "del": 10, "delai": 10, "deleat": 3, "demand": 9, "demo": 14, "depend": 10, "describ": [8, 9, 11, 14], "descript": [3, 4], "desir": 8, "detail": [10, 11, 13], "determin": [5, 6, 9, 13], "dev": [8, 10], "df": [4, 5, 6, 10], "dict": [0, 3, 4, 5, 6], "dictionari": [3, 4, 9, 13], "did": 10, "diff": 4, "differ": [4, 5, 6, 9, 10, 11, 13], "differences_plot": [6, 10], "differences_t": [5, 10, 13], "differences_table_": 7, "direct": 10, "directori": [2, 3, 7, 11], "disabl": 10, "discuss": 8, "disk": [0, 3], "displai": [6, 14], "dist_corp": 10, "distribut": [2, 5, 6, 7, 10, 13, 14], "distribution_plot": [6, 10], "distribution_t": [5, 10, 13], "distribution_table_base_": 7, "distribution_table_reform_": 7, "dividend": 9, "do": [5, 8, 9, 13], "document": [2, 9, 11, 13, 14], "doe": [8, 9], "dollar": [4, 9], "dollar_str_format": 4, "done": 8, "dot": 6, "dotsiz": 6, "download": 14, "downward": 9, "dpi": 6, "dynam": 11, "e": 9, "e00200": 9, "e00200p": 9, "e00300": 9, "e00400": 9, "e00600": 9, "e01100": 9, "e01200": 9, "e02000": 9, "each": [2, 5, 7, 9, 10, 13], "earn": 9, "easi": [9, 11], "easili": 9, "econoimc": 10, "econom": [9, 11, 13], "economist": 9, "effect": [10, 12, 14], "eitc": 10, "either": [3, 5, 13], "elasticit": 10, "employe": 9, "end": 10, "end_year": [5, 10, 13], "endyear": [0, 7], "enter": 14, "entiti": 9, "env": [8, 10], "environ": 8, "equal": [5, 9], "equilibrium": [5, 10, 11], "equlibrium": 10, "estim": [10, 13], "etc": 4, "eval": 10, "even": 9, "everyth": 8, "evolv": 13, "exactli": 10, "exampl": [9, 10, 11], "except": 10, "execut": [8, 10], "exempt": 9, "expand": [6, 7, 11], "expanded_incom": [5, 6, 10], "expanded_income_baselin": 5, "express": 3, "extend": 10, "extrapol": 9, "f": 8, "f15fe4": 6, "f2441": 10, "factor": 9, "fakeglob": 10, "fall": 9, "fals": [0, 3, 5, 6, 13], "faster": 9, "featur": 13, "few": 12, "fewer": 9, "fig": 6, "figsiz": [6, 10], "figur": [4, 6], "file": [0, 3, 4, 7, 8, 9, 10, 13], "filer": 1, "fill": 4, "final": [3, 4, 7], "final_data": 6, "find": 4, "finish": 10, "firm": 9, "first": [6, 7, 9, 13], "float": [3, 4, 6], "follow": [8, 9, 10, 13], "forg": 8, "fork": 8, "form": [4, 9], "form_baseline_intro": 4, "form_intro": 4, "format": [3, 4, 6, 7, 9], "found": 11, "frac": 9, "fraction": 3, "frailei": 12, "frb": 9, "from": [4, 5, 6, 9, 10, 11, 13], "full": 9, "fulli": 9, "func_cod": 10, "function": [1, 2, 4, 6, 10], "further": [9, 14], "futur": [10, 11], "gain": [9, 13], "gainstax": 10, "gdp": 9, "gener": [2, 6, 9, 11, 12], "get": 9, "github": 11, "githubusercont": 10, "give": [7, 13], "given": [0, 4, 6, 7, 9, 10, 12], "goe": 8, "good": 9, "googl": 10, "graph": [12, 13], "graphic": 14, "group": [4, 7, 9, 12], "groupbi": [5, 13], "growdiff_respons": 9, "growth": [4, 9], "growth_assumpt": 4, "gui": [11, 14], "ha": [10, 11, 12], "handl": 10, "happen": 13, "has_run": 10, "hash": 10, "have": [8, 9, 10], "height": 6, "held": 9, "helper": [4, 6], "here": [2, 11], "high": 2, "high_level_fn": 10, "histori": 11, "hl_func": 10, "horizont": 6, "host": 14, "household": 1, "how": [2, 5, 7, 9, 10, 11, 14], "howev": 9, "html": 4, "http": [10, 11, 14], "i": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14], "iitax": [5, 10], "imag": [6, 14], "impact": 14, "implement": [1, 4], "import": [9, 10, 13], "improv": 11, "inch": 6, "incid": [1, 9], "incidence_assumpt": 10, "includ": [4, 5, 6, 7, 8, 10, 11, 12, 13], "include_text": 6, "include_tot": 5, "incom": [2, 6, 7, 13, 14], "income_measur": [5, 13], "incorpor": 9, "increas": [6, 9, 13], "increase_color": 6, "indic": [0, 3, 13], "individu": [1, 7, 10, 13, 14], "inform": 12, "initi": [5, 9, 10, 12, 13], "input": [4, 5, 11, 13], "instal": [7, 8, 10], "instanc": [0, 3, 4, 9, 10, 13], "instanti": 9, "instead": 8, "int": [0, 4, 5, 6], "interest": [9, 10], "interfac": [2, 14], "interpret": 14, "intro": 4, "introduct": 4, "invest": 9, "is_paramtools_format": 6, "issu": 8, "item": [6, 10, 13], "item_cvar": 10, "iterate_jit": 10, "its": [9, 11, 12, 14], "itself": 9, "json": [7, 10, 13], "judgment": 9, "just": 8, "kei": 13, "keyboardinterrupt": 10, "keyword": 9, "kwarg": [4, 6, 10], "label": 6, "labor": [9, 10], "larger": 9, "largest": 4, "largest_change_group": 4, "largest_change_str": 4, "largest_tax_chang": 4, "larson2019": 10, "last": [0, 10, 13], "latest": 11, "law": [0, 4, 10, 13], "lazy_valu": 10, "learn": 11, "less": 9, "level": 2, "liabil": [4, 6, 7, 9, 10, 12], "lib": 10, "like": [6, 7, 11, 13], "line": [2, 4, 6, 10, 14], "linear": 9, "linestyl": 6, "link": [2, 8, 11, 14], "list": [2, 3, 4, 5, 6, 7, 9], "local": [8, 10], "locat": 2, "log": 6, "log_scal": 6, "logic": 0, "long": [9, 10], "longer": 11, "look": [10, 11], "lorenz": 6, "lorenz_curv": 6, "lorenz_data": 6, "loss": 9, "m": 8, "made": [8, 9], "mai": [9, 11], "maintain": [11, 13], "make": [0, 2, 10, 11], "make_report": 0, "make_t": 0, "make_wrapp": 10, "manner": 9, "map": [6, 11], "markdown": [3, 4], "market": 9, "master": 10, "matplotlib": 6, "max_i": 6, "maximum": 6, "md_tabl": 4, "md_text": 4, "md_to_pdf": 4, "mean": [9, 10], "measur": 9, "member": 2, "method": [2, 5, 6, 10, 13], "micro": [7, 13], "microdata": [5, 9, 10, 13], "min_i": 6, "min_inc": 6, "mind": 9, "miniconda": 10, "minimum": 6, "mobil": 9, "model": [2, 7, 9, 10, 11, 13], "modifi": [6, 13], "modul": [2, 6, 10], "more": [9, 11, 13], "most": [10, 12], "multi_var_t": 5, "multipl": [5, 11, 13], "must": [6, 9], "name": [0, 3, 5, 6, 7, 13], "need": [7, 8, 9], "netinvinctax": 10, "new": 7, "next": 8, "non": 9, "none": [0, 1, 3, 4, 5, 6], "normal": 9, "notabl": [3, 4], "notable_chang": 4, "note": [9, 11], "notebook": 10, "now": 10, "null": 10, "num_work": [5, 10], "numba": 10, "numba_unpickl": 10, "number": [5, 7, 10, 13], "numpi": 9, "object": [0, 2, 3, 4, 6, 9, 10, 12, 13], "obvious": 13, "offici": 11, "og": 9, "onc": [7, 8, 10], "one": [9, 11, 13], "onlin": 14, "open": 8, "optim": 10, "option": [5, 6, 13], "order": 2, "org": 11, "organ": 2, "ospc": 11, "other": [9, 11], "othertax": [5, 10], "otherwis": 6, "our": 9, "outdir": [0, 3, 7], "outpath": 0, "output": [0, 3, 7, 9, 11, 14], "outputfile_path": 4, "over": [10, 11], "overwhich": 6, "own": 9, "owner": 9, "p22250": 9, "p23250": 9, "packag": [0, 7, 8, 10, 11, 12, 13], "page": 14, "paid": 9, "pair": [9, 13], "panda": [0, 4, 5, 6, 10, 13], "paragraph": 4, "param": [4, 6], "param_upd": 1, "paramet": [0, 3, 4, 5, 6, 10], "parameter": 6, "paramtool": [4, 6], "part": 9, "partial": [5, 10], "particular": 13, "partnership": 9, "pass": [5, 9], "path": [0, 3, 4, 7, 13], "payer": 1, "payrol": [6, 7, 9, 13, 14], "payroll_json": 13, "payrolltax": [5, 10], "pbreleas": 8, "pc_aftertaxinc": 10, "pct": 9, "pdf": [3, 4, 7], "peopl": [5, 9], "per": 6, "perc_cut": 10, "perc_inc": 10, "percentag": [3, 4, 6, 9], "perform": 13, "perhap": 9, "person": 3, "pf": 10, "pip": [10, 11], "pipe": 4, "pkgbld": 8, "platform": 11, "pleas": [8, 11], "plot": [6, 10], "pm": 10, "point": 13, "pol_area": 4, "polici": [0, 4, 5, 6, 7, 9, 10, 12, 13], "policy_obj": 6, "policy_t": 4, "pop_quantil": 5, "power": 11, "pr": 8, "present": 7, "price": 9, "print": [0, 10, 13], "produc": [0, 7, 9, 10, 13], "product": 9, "profit": 9, "progress": [3, 13], "project": 11, "proport": 9, "provid": [2, 4, 7, 11], "provis": 13, "psl": [9, 14], "pslmodel": [7, 8, 10, 11, 14], "puf": [0, 8], "pull": [6, 8], "py": [10, 11], "pylint": 10, "pypandoc": 10, "pypi": 11, "pyplot": 6, "pytest": 8, "python": [10, 11, 14], "python3": 10, "quantit": 9, "rang": 10, "rate": 9, "raw": 10, "re": 7, "reach": 10, "read": 4, "realloc": 9, "reason": 11, "recent": 10, "record": 9, "red": 6, "reform": [0, 3, 4, 5, 6, 7, 9, 12, 14], "reform_calc": 10, "reform_color": 6, "reform_data": 13, "reform_dict": 13, "reform_linestyl": 6, "reform_url": 10, "reforma": 7, "refund": [5, 10], "rel": [0, 9], "relat": 4, "releas": [11, 12], "relev": 8, "reloc": 9, "render": 4, "rent": 9, "repo": 8, "report": [0, 2, 6, 7, 11], "repositori": 11, "repres": [6, 9], "represent": 3, "reproduc": 8, "requires_puf": 8, "research": 9, "respect": [7, 13], "respons": [0, 9, 11, 13], "rest": 9, "result": [3, 10, 11, 14], "retain": 9, "return": [0, 3, 4, 5, 6, 9, 10], "revenu": [1, 4, 10, 13, 14], "rigid": 9, "road": 11, "row": [5, 10], "royalti": 9, "run": [0, 3, 5, 7, 8, 9, 10, 11, 13, 14], "s006": [5, 6], "same": 10, "sampl": 11, "save": [0, 3, 4, 13], "scale": 6, "scatter": 6, "schedul": 9, "schxyztax": 10, "section": [4, 9, 13], "sector": 9, "see": [10, 11], "self": 10, "sentenc": 4, "serial": 10, "servic": 9, "set": [8, 10], "setattr": 10, "share": [1, 9, 10], "share_of_chang": 10, "sharehold": [9, 10], "shift": 9, "short": 9, "should": [3, 5, 6, 9], "show": [4, 5, 6, 7, 13, 14], "shown": 13, "similarli": 11, "simpli": 13, "simul": [9, 10, 11, 14], "singl": 11, "site": 10, "size": [4, 6], "smaller": 9, "so": [9, 13], "sohould": 4, "soi_agi_bin": 5, "some": 9, "sort": 5, "sourc": [0, 1, 2, 3, 4, 5, 6, 11], "speak": 9, "speci": 9, "specifi": [0, 4, 5, 6, 7, 9, 10, 12, 13], "spectrum": 13, "split": 9, "ss_earnings_thd": 13, "stack": 5, "stacked_t": 13, "standard": [5, 9, 10], "standard_income_bin": 5, "start": [0, 8, 10, 12, 13], "start_year": [1, 5, 10, 13], "startyear": [0, 7], "state": 9, "static": 5, "statutori": 9, "step": 9, "stock": 9, "store": [5, 7, 13], "str": [0, 3, 4, 5, 6], "string": [3, 4, 10, 13], "strongli": 11, "structur": 13, "studio": [11, 14], "style": 4, "sub": [10, 13], "subdirectori": 7, "suffici": 9, "suggest": [9, 11], "suitabl": 13, "sum": [5, 6, 9, 13], "summar": [4, 12, 14], "summari": 4, "super": 9, "suppos": 9, "sure": 10, "surtax": 5, "sy": 10, "system": 11, "systemerror": 10, "tabl": [0, 4, 5, 7, 10, 13], "tablefmt": 4, "tabular": 14, "take": [5, 9, 13], "talk": 14, "tax": [12, 14], "tax_cut": 10, "tax_inc": 10, "tax_to_diff": [5, 13], "tax_typ": 6, "taxabl": 9, "taxat": 11, "taxbc": [5, 10], "taxbrain": [2, 7, 8, 9, 10, 11, 13], "taxbrian": 10, "taxcalc": [4, 10], "taxinc": 10, "tb": [0, 3, 4, 6, 13], "tb_dynam": 10, "tb_static": 10, "templat": [4, 12], "template_path": 4, "tend": 9, "term": 9, "termin": 8, "text": [4, 6, 9], "thei": [9, 11], "them": [8, 9, 12], "thi": [2, 6, 7, 8, 9, 10, 11, 13, 14], "third": 7, "those": 9, "though": 9, "three": [7, 9], "threshold": [4, 13], "through": [9, 11, 14], "thu": 9, "time": [9, 11], "titl": [3, 6], "top": 10, "tot_chang": 10, "total": [5, 6, 7, 9, 10, 12, 13], "toward": 9, "traceback": 10, "tradit": 4, "transit": 9, "transpar": 6, "tree": 2, "trillion": 4, "true": [5, 6, 10, 13], "try": [9, 13], "tupl": 6, "turn": 9, "two": [5, 7, 9, 10, 13], "type": [0, 3, 4, 5, 6], "u": [9, 10, 11], "ubi": [5, 10], "uga": 9, "under": [5, 7, 10, 13], "underli": 11, "uninstal": 8, "unit": [5, 6, 9], "unpickl": 10, "up": [2, 8, 9, 10], "updat": [6, 9, 11, 13], "update_polici": 6, "upload": 8, "upon": 11, "upward": 9, "us": [0, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14], "usag": 13, "use_cp": 13, "usecp": [0, 7], "user": [4, 5, 7, 9, 10, 11, 12, 13, 14], "usr": 10, "util": 2, "val": 4, "valu": [4, 9, 13], "value_float": 9, "value_int": 9, "valueobject": 6, "var": [5, 6, 13], "variabl": [3, 4, 5, 6, 7, 9, 10, 13], "variou": 6, "varlist": [5, 10, 13], "ve": 8, "verbos": [0, 3, 5, 10, 13], "veri": 9, "version": [3, 4, 11], "via": [9, 14], "view": [2, 11], "volcano": 6, "volcano_plot": 6, "wa": [8, 10], "wage": 9, "wai": 9, "walk": 11, "want": [3, 5, 6, 7], "we": [2, 8, 9, 10, 13], "web": 11, "weight": [5, 6, 10, 13], "weighted_decil": [5, 10], "weighted_sum": 6, "weighted_tot": [5, 10, 13], "welcom": 8, "well": [8, 10], "were": 9, "what": [8, 13], "when": [5, 6, 7, 9, 11], "where": [4, 7, 8, 9], "whether": [0, 3, 4, 5, 6, 13], "which": [5, 6, 7, 9, 10, 11, 12, 13], "while": [9, 10, 13], "who": 9, "width": 6, "window": [8, 10], "without": [7, 9], "work": [10, 11], "workd": 8, "worker": 9, "world": 9, "would": [7, 10, 11, 13], "wrap": 11, "wrapper": 10, "write": [0, 3], "write_text": 4, "written": [3, 4, 7, 12], "wt": 6, "x": [6, 8], "x_var": 6, "xlabel": 6, "xtot": 5, "y": 6, "y_var": 6, "ye": 8, "year": [0, 1, 5, 6, 7, 9, 10, 13], "ylabel": 6, "yml": 8, "you": [3, 5, 6, 7, 8, 10, 11], "your": [8, 10, 11, 13], "yr": 10, "zero_out_calc_var": 10}, "titles": ["Tax-Brain Command Line Interface", "Distributing the Corporate Income Tax", "Tax-Brain Python API", "Tax-Brain Report Generation", "Tax-Brain Report Utilities", "Tax-Brain Class Object", "Tax-Brain Utilities", "Tax-Brain Command Line Interface", "Contributing to Tax-Brain", "Distributing the Corporate Income Tax", "Static Reform", "Tax-Brain", "Automated Reports in TaxBrain", "How to Use Tax-Brain", "Web Application"], "titleterms": {"about": 9, "across": 9, "addit": 11, "api": 2, "applic": 14, "assumpt": 9, "autom": 12, "brain": [0, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13], "bug": 8, "cit": 9, "cite": 11, "class": 5, "cli": 0, "command": [0, 7], "consider": 9, "contribut": 8, "corpor": [1, 9, 10], "corporate_incid": 1, "defin": 9, "develop": 8, "disclaim": 11, "distribut": [1, 9], "dynam": 10, "effect": 9, "featur": 8, "gener": 3, "how": 13, "incid": 10, "incom": [1, 9, 10], "individu": 9, "inform": 11, "instal": 11, "interfac": [0, 7, 11], "line": [0, 7], "macroeconom": 9, "mechan": 9, "new": 8, "object": 5, "overview": 11, "python": 2, "reform": [10, 13], "releas": 8, "report": [3, 4, 8, 12], "report_util": 4, "request": 8, "revenu": 9, "setup": 8, "stack": 13, "static": 10, "tax": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13], "taxbrain": [0, 1, 3, 4, 5, 6, 12], "taxpay": 9, "test": 8, "theoret": 9, "us": [11, 13], "usag": 7, "util": [4, 6], "version": 8, "web": 14, "what": 9}}) \ No newline at end of file +Search.setIndex({"alltitles": {"Additional Information": [[11, "additional-information"]], "Automated Reports in TaxBrain": [[12, null]], "Bug Reports": [[8, "bug-reports"]], "Citing Tax-Brain": [[11, "citing-tax-brain"]], "Contributing to Tax-Brain": [[8, null]], "Defining revenue and distribution assumptions": [[9, "defining-revenue-and-distribution-assumptions"]], "Developer Setup": [[8, "developer-setup"]], "Disclaimer": [[11, "disclaimer"]], "Distributing the Corporate Income Tax": [[1, null], [9, null]], "Distribution of the CIT across individual taxpayers": [[9, "distribution-of-the-cit-across-individual-taxpayers"]], "Dynamic Reform with Corporate Income Tax Incidence": [[10, "dynamic-reform-with-corporate-income-tax-incidence"]], "Feature Requests": [[8, "feature-requests"]], "How to Use Tax-Brain": [[13, null]], "Installing Tax-Brain": [[11, "installing-tax-brain"]], "Mechanics in Tax-Brain": [[9, "mechanics-in-tax-brain"]], "Overview": [[11, "overview"]], "Releasing a new version": [[8, "releasing-a-new-version"]], "Stacked Reforms": [[13, "stacked-reforms"]], "Static Reform": [[10, null]], "Tax-Brain": [[11, null]], "Tax-Brain Class Object": [[5, null]], "Tax-Brain Command Line Interface": [[0, null], [7, null]], "Tax-Brain Interface": [[11, "tax-brain-interface"]], "Tax-Brain Python API": [[2, null]], "Tax-Brain Report Generation": [[3, null]], "Tax-Brain Report Utilities": [[4, null]], "Tax-Brain Utilities": [[6, null]], "Testing": [[8, "testing"]], "Theoretical considerations": [[9, "theoretical-considerations"]], "Usage": [[7, "usage"]], "Using Tax-Brain": [[11, "using-tax-brain"]], "Web Application": [[14, null]], "What about macroeconomic effects?": [[9, "what-about-macroeconomic-effects"]], "taxbrain.cli": [[0, "module-taxbrain.cli"]], "taxbrain.corporate_incidence": [[1, "module-taxbrain.corporate_incidence"]], "taxbrain.report": [[3, "module-taxbrain.report"]], "taxbrain.report_utils": [[4, "module-taxbrain.report_utils"]], "taxbrain.taxbrain": [[5, "taxbrain-taxbrain"]], "taxbrain.utils": [[6, "module-taxbrain.utils"]]}, "docnames": ["content/api/cli", "content/api/corporate_incidence", "content/api/public_api", "content/api/report", "content/api/report_utils", "content/api/taxbrain", "content/api/utils", "content/cli", "content/contributing/contributor_guide", "content/corp_incidence", "content/examples/example", "content/intro", "content/reports", "content/usage", "content/webapp"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.viewcode": 1}, "filenames": ["content/api/cli.rst", "content/api/corporate_incidence.rst", "content/api/public_api.rst", "content/api/report.rst", "content/api/report_utils.rst", "content/api/taxbrain.rst", "content/api/utils.rst", "content/cli.md", "content/contributing/contributor_guide.md", "content/corp_incidence.md", "content/examples/example.ipynb", "content/intro.md", "content/reports.md", "content/usage.md", "content/webapp.md"], "indexentries": {"_update_income() (in module taxbrain.corporate_incidence)": [[1, "taxbrain.corporate_incidence._update_income", false]], "behavioral_assumptions() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.behavioral_assumptions", false]], "cli_core() (in module taxbrain.cli)": [[0, "taxbrain.cli.cli_core", false]], "cli_main() (in module taxbrain.cli)": [[0, "taxbrain.cli.cli_main", false]], "consumption_assumptions() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.consumption_assumptions", false]], "convert_params() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.convert_params", false]], "convert_table() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.convert_table", false]], "date() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.date", false]], "differences_plot() (in module taxbrain.utils)": [[6, "taxbrain.utils.differences_plot", false]], "differences_table() (taxbrain.taxbrain.taxbrain method)": [[5, "taxbrain.taxbrain.TaxBrain.differences_table", false]], "distribute() (in module taxbrain.corporate_incidence)": [[1, "taxbrain.corporate_incidence.distribute", false]], "distribution_plot() (in module taxbrain.utils)": [[6, "taxbrain.utils.distribution_plot", false]], "distribution_table() (taxbrain.taxbrain.taxbrain method)": [[5, "taxbrain.taxbrain.TaxBrain.distribution_table", false]], "dollar_str_formatting() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.dollar_str_formatting", false]], "form_baseline_intro() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.form_baseline_intro", false]], "form_intro() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.form_intro", false]], "growth_assumptions() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.growth_assumptions", false]], "is_paramtools_format() (in module taxbrain.utils)": [[6, "taxbrain.utils.is_paramtools_format", false]], "largest_tax_change() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.largest_tax_change", false]], "lorenz_curve() (in module taxbrain.utils)": [[6, "taxbrain.utils.lorenz_curve", false]], "lorenz_data() (in module taxbrain.utils)": [[6, "taxbrain.utils.lorenz_data", false]], "make_tables() (in module taxbrain.cli)": [[0, "taxbrain.cli.make_tables", false]], "md_to_pdf() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.md_to_pdf", false]], "module": [[0, "module-taxbrain.cli", false], [1, "module-taxbrain.corporate_incidence", false], [3, "module-taxbrain.report", false], [4, "module-taxbrain.report_utils", false], [6, "module-taxbrain.utils", false]], "multi_var_table() (taxbrain.taxbrain.taxbrain method)": [[5, "taxbrain.taxbrain.TaxBrain.multi_var_table", false]], "notable_changes() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.notable_changes", false]], "policy_table() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.policy_table", false]], "report() (in module taxbrain.report)": [[3, "taxbrain.report.report", false]], "run() (taxbrain.taxbrain.taxbrain method)": [[5, "taxbrain.taxbrain.TaxBrain.run", false]], "taxbrain (class in taxbrain.taxbrain)": [[5, "taxbrain.taxbrain.TaxBrain", false]], "taxbrain.cli": [[0, "module-taxbrain.cli", false]], "taxbrain.corporate_incidence": [[1, "module-taxbrain.corporate_incidence", false]], "taxbrain.report": [[3, "module-taxbrain.report", false]], "taxbrain.report_utils": [[4, "module-taxbrain.report_utils", false]], "taxbrain.utils": [[6, "module-taxbrain.utils", false]], "update_policy() (in module taxbrain.utils)": [[6, "taxbrain.utils.update_policy", false]], "volcano_plot() (in module taxbrain.utils)": [[6, "taxbrain.utils.volcano_plot", false]], "weighted_sum() (in module taxbrain.utils)": [[6, "taxbrain.utils.weighted_sum", false]], "weighted_totals() (taxbrain.taxbrain.taxbrain method)": [[5, "taxbrain.taxbrain.TaxBrain.weighted_totals", false]], "write_text() (in module taxbrain.report_utils)": [[4, "taxbrain.report_utils.write_text", false]]}, "objects": {"taxbrain": [[0, 0, 0, "-", "cli"], [1, 0, 0, "-", "corporate_incidence"], [3, 0, 0, "-", "report"], [4, 0, 0, "-", "report_utils"], [6, 0, 0, "-", "utils"]], "taxbrain.cli": [[0, 1, 1, "", "cli_core"], [0, 1, 1, "", "cli_main"], [0, 1, 1, "", "make_tables"]], "taxbrain.corporate_incidence": [[1, 1, 1, "", "_update_income"], [1, 1, 1, "", "distribute"]], "taxbrain.report": [[3, 1, 1, "", "report"]], "taxbrain.report_utils": [[4, 1, 1, "", "behavioral_assumptions"], [4, 1, 1, "", "consumption_assumptions"], [4, 1, 1, "", "convert_params"], [4, 1, 1, "", "convert_table"], [4, 1, 1, "", "date"], [4, 1, 1, "", "dollar_str_formatting"], [4, 1, 1, "", "form_baseline_intro"], [4, 1, 1, "", "form_intro"], [4, 1, 1, "", "growth_assumptions"], [4, 1, 1, "", "largest_tax_change"], [4, 1, 1, "", "md_to_pdf"], [4, 1, 1, "", "notable_changes"], [4, 1, 1, "", "policy_table"], [4, 1, 1, "", "write_text"]], "taxbrain.taxbrain": [[5, 2, 1, "", "TaxBrain"]], "taxbrain.taxbrain.TaxBrain": [[5, 3, 1, "", "differences_table"], [5, 3, 1, "", "distribution_table"], [5, 3, 1, "", "multi_var_table"], [5, 3, 1, "", "run"], [5, 3, 1, "", "weighted_totals"]], "taxbrain.utils": [[6, 1, 1, "", "differences_plot"], [6, 1, 1, "", "distribution_plot"], [6, 1, 1, "", "is_paramtools_format"], [6, 1, 1, "", "lorenz_curve"], [6, 1, 1, "", "lorenz_data"], [6, 1, 1, "", "update_policy"], [6, 1, 1, "", "volcano_plot"], [6, 1, 1, "", "weighted_sum"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "function", "Python function"], "2": ["py", "class", "Python class"], "3": ["py", "method", "Python method"]}, "objtypes": {"0": "py:module", "1": "py:function", "2": "py:class", "3": "py:method"}, "terms": {"": [5, 7, 8, 9, 10, 11, 13], "0": [3, 6, 8, 9, 10, 12, 13], "000000": 10, "000703": 10, "000839": 10, "001469": 10, "003643": 10, "004426": 10, "004815": 10, "006184": 10, "006305": 10, "008003": 10, "01": 6, "010544e": 10, "011453": 10, "014320": 10, "014434": 10, "017567": 10, "018507": 10, "019010": 10, "019886": 10, "020374": 10, "020739": 10, "021395": 10, "023468": 10, "027111": 10, "028793": 10, "029242": 10, "030271": 10, "030698": 10, "031974": 10, "032176e": 10, "034856": 10, "034925": 10, "035165": 10, "035899": 10, "036801": 10, "039464": 10, "041657": 10, "042144": 10, "044547": 10, "045107": 10, "045543": 10, "047439": 10, "047672": 10, "049167": 10, "049307": 10, "049468e": 10, "049703": 10, "05": 3, "050853": 10, "052341": 10, "053396": 10, "064195": 10, "064212": 10, "064998": 10, "067767e": 10, "068967": 10, "070544": 10, "070766": 10, "071544": 10, "073700": 10, "075375": 10, "079009": 10, "080439": 10, "082934e": 10, "084663e": 10, "086868": 10, "090772": 10, "091803": 10, "091891": 10, "092134": 10, "093551": 10, "093638": 10, "098443": 10, "0x7f3ebcc29bc0": 10, "1": [5, 7, 9, 10], "10": 10, "100": [6, 9, 10], "1000": 6, "1000000": 13, "101813": 10, "102049": 10, "104634e": 10, "107": 10, "109175": 10, "10n": 10, "10p": 10, "10z": 10, "11": 10, "110734": 10, "112": 10, "112041": 10, "113777": 10, "114507": 10, "114874": 10, "115428": 10, "116": 10, "1165": 10, "118396": 10, "118730e": 10, "119": 10, "119395e": 10, "1197": 10, "12": 10, "1208": 10, "121": 10, "121009e": 10, "12190": 10, "122": 10, "125": 10, "1258": 10, "126": 10, "126138": 10, "126726e": 10, "1288": 10, "12887": 10, "129": 10, "129276": 10, "13": 10, "136": 13, "1361": 10, "1362": 10, "1363": 10, "1364": 10, "1365": 10, "1366": 10, "1367": 10, "1374": 10, "139051": 10, "14": 10, "140": 10, "1402": 10, "141166e": 10, "1433": 10, "1434": 10, "1435": 10, "1436": 10, "1437": 10, "145972e": 10, "146512": 10, "147034": 10, "148": 10, "15": 10, "152": 10, "152092": 10, "1521": 10, "15238": 10, "155": 10, "1553": 10, "157298": 10, "1574": 10, "1578": 10, "16": 10, "1603": 10, "161639e": 10, "162814e": 10, "1663": 10, "1667": 10, "167": 10, "169": 10, "17": 10, "170": 10, "171": 10, "1718": 10, "1719": 10, "172": 10, "172816": 10, "173": 10, "174": 10, "175": [10, 13], "17545": 10, "176": 10, "177": 10, "178": 10, "179": 10, "18": [10, 13], "180": 10, "181": 10, "183": 10, "184": 10, "186": 10, "187950": 10, "189": 10, "189635": 10, "19": [10, 13], "1915": 10, "192": 10, "1951": 10, "195886": 10, "198": 10, "199769": 10, "1e": 13, "2": [10, 12], "20": [9, 10], "200": 10, "201771": 10, "2019": 13, "2020": [6, 7, 13], "2021": [10, 13], "2022": [10, 13], "2023": 10, "2024": 10, "2025": 10, "2026": 10, "2027": 10, "2028": 10, "2029": [7, 10, 13], "2030": 10, "2034": 5, "2039": 10, "207": 10, "207105": 10, "207186e": 10, "2075": 10, "208206": 10, "2085": 10, "208569": 10, "2093": 10, "21": 10, "211572": 10, "212": 10, "213289": 10, "214010": 10, "2158": 10, "216845": 10, "218": 10, "218450": 10, "2185": 10, "219564": 10, "22": 10, "220": 10, "2203": 10, "220845": 10, "2237": 10, "224239e": 10, "225265": 10, "225685": 10, "225744": 10, "230015": 10, "2307": 10, "230779": 10, "2320": 10, "232430": 10, "234": 10, "2341": 10, "236344": 10, "238036": 10, "239279": 10, "24": 10, "241434": 10, "245168": 10, "246623e": 10, "247087": 10, "25": [9, 10, 13], "250938": 10, "2521": 10, "252958": 10, "253135": 10, "254651": 10, "255590": 10, "256932": 10, "257": 10, "258": 10, "259493": 10, "261506": 10, "262134e": 10, "2627": 10, "266995": 10, "269727e": 10, "27": 10, "271550": 10, "275": 10, "28": 10, "280": 10, "281958": 10, "282277": 10, "282357e": 10, "283324": 10, "283571": 10, "284": 10, "284063e": 10, "284086": 10, "286": 10, "286909": 10, "287": 10, "2872": 10, "289648": 10, "29": 10, "290602": 10, "291099": 10, "292340": 10, "292375": 10, "292653": 10, "295093": 10, "296412": 10, "297": 10, "297969": 10, "298": 10, "299": 10, "3": [10, 12], "30": 10, "300444": 10, "307": 10, "307804e": 10, "3088": 10, "309448e": 10, "31": 10, "312243e": 10, "313788e": 10, "313918": 10, "315954": 10, "316": 10, "318": 10, "32": 10, "321387": 10, "322": 10, "322051": 10, "323": 10, "324": 10, "324191e": 10, "324398": 10, "325": 10, "325465": 10, "326": 10, "326818e": 10, "328720": 10, "329940e": 10, "33": 10, "331876": 10, "334121": 10, "338110": 10, "339316": 10, "339711": 10, "34": 10, "340367": 10, "340665": 10, "340957e": 10, "341448": 10, "341544": 10, "342312e": 10, "343696": 10, "344051": 10, "344151e": 10, "344714": 10, "3471": 10, "349": 10, "34920": 10, "350": 10, "352383": 10, "353704": 10, "354203": 10, "354646": 10, "356178": 10, "357": 10, "36": 10, "360551": 10, "362": 10, "369": 10, "371": 10, "372100": 10, "373": 10, "373124": 10, "375": 10, "376040": 10, "378323": 10, "38": [10, 13], "380798": 10, "384": 10, "385": 10, "386": 10, "387": 10, "388273": 10, "389807": 10, "39": 13, "390": 10, "390202e": 10, "390627": 10, "391": 10, "391348": 10, "392": 10, "393": 10, "393087": 10, "395": 10, "395728e": 10, "396": 13, "397": 10, "3992": 10, "4": [6, 10], "40": 10, "400000": 13, "400675": 10, "401345": 10, "402900": 10, "404": 10, "404318": 10, "405278": 10, "407092": 10, "407223e": 10, "411031": 10, "416383": 10, "416827": 10, "418265": 10, "418653": 10, "41d6c2": 6, "42": 10, "421397": 10, "424214": 10, "425": 10, "426182": 10, "427": 10, "429912": 10, "43": 10, "431391": 10, "434": 10, "435": 10, "435086": 10, "436": 10, "437": 10, "438": 10, "439": 10, "440": 10, "441": 10, "441980": 10, "442": 10, "443": 10, "444": 10, "444865": 10, "445": 10, "446": 10, "447": 10, "45": 10, "453390": 10, "454555": 10, "455448": 10, "458500": 10, "46": 10, "461983": 10, "466": 10, "47": 10, "470099e": 10, "471100e": 10, "471142": 10, "472337": 10, "474527": 10, "476774e": 10, "477157": 10, "477840": 10, "478349e": 10, "480409": 10, "480439": 10, "481311": 10, "482677": 10, "483171e": 10, "484873e": 10, "488282e": 10, "49": 10, "495389": 10, "5": [6, 9, 10], "50": [9, 10], "500": 9, "509844e": 10, "510201": 10, "510973": 10, "511949": 10, "512": 10, "514735": 10, "515367": 10, "516102": 10, "519": 10, "52": 13, "521890": 10, "521954": 10, "522806": 10, "523628": 10, "5268": 10, "53": 10, "534780e": 10, "535394": 10, "536431": 10, "54": 13, "541184": 10, "543397e": 10, "548863e": 10, "550": 10, "550644": 10, "553": 10, "553142": 10, "559253": 10, "56": 10, "5608": 10, "561734": 10, "561941e": 10, "566081e": 10, "568834e": 10, "57": [10, 13], "575938e": 10, "577393": 10, "577446": 10, "578": 10, "580": 10, "584224": 10, "589110": 10, "589197": 10, "590": 10, "590357": 10, "591113": 10, "592770": 10, "594": 10, "5942": 10, "595059": 10, "597": 10, "5_000_000_000": 10, "6": [6, 10], "60": 10, "603": 10, "603619": 10, "606": 10, "607567": 10, "61": 10, "611631": 10, "618493": 10, "619006": 10, "62": 10, "622619": 10, "623880": 10, "624526": 10, "6246": 10, "625378": 10, "626076": 10, "626819": 10, "63": 10, "630028": 10, "634": 10, "639786": 10, "64": 10, "640": 10, "640177": 10, "642544": 10, "643958": 10, "644720": 10, "647952": 10, "648591": 10, "65": 13, "651206": 10, "654561": 10, "658703": 10, "659726": 10, "66": 10, "665427": 10, "67": 10, "670598": 10, "673491e": 10, "675071e": 10, "676570": 10, "676905": 10, "677134": 10, "678898": 10, "68": 10, "683013e": 10, "685408": 10, "686797": 10, "69": 10, "690507e": 10, "691": 10, "691223": 10, "691879": 10, "692225e": 10, "693062": 10, "697073": 10, "6987": 10, "7": 10, "70": [10, 13], "700439": 10, "705701": 10, "706181": 10, "706921": 10, "707088": 10, "707197": 10, "707385": 10, "707393": 10, "707515": 10, "707534": 10, "707540": 10, "707626": 10, "707972": 10, "708024": 10, "708041": 10, "708304": 10, "708472": 10, "708634": 10, "708941": 10, "709077e": 10, "709297": 10, "709850": 10, "71": 10, "710034e": 10, "711190": 10, "711584": 10, "716455e": 10, "719155": 10, "72": 10, "724695": 10, "735": 10, "737819": 10, "740597": 10, "741472": 10, "744452e": 10, "746": 10, "749701e": 10, "75": [6, 10], "755272e": 10, "756718": 10, "758029": 10, "758187": 10, "764826": 10, "767104": 10, "769562": 10, "771616": 10, "772462": 10, "772787": 10, "774347": 10, "779859": 10, "78": 10, "781": 10, "786409": 10, "787": 10, "787144": 10, "787922": 10, "79": 10, "795098": 10, "795459": 10, "797859": 10, "798482": 10, "799655": 10, "8": 10, "80": 10, "803992": 10, "805670": 10, "805721": 10, "807725e": 10, "810095": 10, "810788": 10, "811997": 10, "813813": 10, "813909": 10, "82": 10, "820500e": 10, "827625": 10, "828": 10, "829459": 10, "83": 10, "830268": 10, "830832": 10, "833407": 10, "835622": 10, "85": 13, "850040": 10, "852288": 10, "853635": 10, "857843": 10, "858": 10, "858952": 10, "861208": 10, "87": [10, 13], "877728": 10, "879144": 10, "88": 10, "880357": 10, "884353": 10, "885943": 10, "887624": 10, "89": 13, "890550": 10, "890709": 10, "891753": 10, "893239": 10, "895941": 10, "897552": 10, "9": [10, 13], "90": 10, "904": 10, "904516": 10, "904587e": 10, "904614": 10, "905": 10, "905286": 10, "906106": 10, "906291e": 10, "906309e": 10, "906729": 10, "912254": 10, "913307e": 10, "915170": 10, "924569": 10, "929636": 10, "93": 10, "933268": 10, "938673": 10, "940854": 10, "941": 10, "945896": 10, "95": [10, 13], "959": 10, "961574e": 10, "969": 10, "97": 13, "972134e": 10, "973188": 10, "9774": 10, "979585": 10, "979716e": 10, "98": 10, "982463": 10, "983512": 10, "985342": 10, "986559": 10, "987159": 10, "988094": 10, "989249": 10, "99": [6, 10], "990179": 10, "990803": 10, "992712": 10, "994": 10, "995778": 10, "9e": 6, "A": [3, 5, 9], "And": 8, "As": [12, 13], "For": [9, 11], "If": [5, 6, 7, 8, 9, 10, 11, 13], "In": [8, 9, 10, 11, 12], "It": [9, 11], "On": 14, "Or": [9, 10, 11], "That": 9, "The": [2, 7, 9, 10, 11, 13, 14], "There": [2, 13], "These": 9, "To": [8, 9, 11, 12, 13], "With": [7, 9], "__polici": 10, "__record": 10, "_calc_one_year": 10, "_helperlib": 10, "_numba_unpickl": 10, "_static_run": 10, "_taxcalc_adv": 10, "_taxinc_to_amt": 10, "_unpickled_memo": 10, "_update_incom": 1, "abil": [9, 12], "abl": 14, "about": [2, 11], "abov": [4, 9, 10, 14], "abroad": 9, "access": [7, 8, 13], "account": [1, 9, 10], "achiev": 9, "across": [1, 13], "activ": 8, "ad": [11, 13], "add": 8, "addit": [9, 10], "addition": 7, "address": 10, "adjust": [6, 9, 13], "affect": [9, 12], "after": [6, 9, 10], "aftertax_incom": [5, 6, 10], "aggreg": [3, 4, 9], "aggregate_tax_li": 7, "agisurtax": 10, "all": [0, 3, 4, 7, 8, 9, 10], "alloc": 9, "allow": 9, "alpha": 6, "alphabet": 2, "also": [2, 11, 13], "alwai": [8, 13], "among": 9, "amount": [4, 6], "amt": 10, "an": [3, 4, 5, 8, 9, 10, 11, 12, 13], "anaconda": 8, "analog": 9, "analysi": [0, 4, 5, 6, 7, 9, 11, 13], "analyz": [7, 13], "anderson": 12, "ani": [4, 6, 8, 9, 13], "anlaysi": 10, "anoth": 13, "ap_func": 10, "api": [11, 14], "app": 11, "appli": 9, "applic": 11, "applied_f": 10, "applied_jitted_f": 10, "appropri": 6, "ar": [5, 7, 8, 9, 10, 11, 12, 13, 14], "area": 4, "arg": 10, "argument": [5, 7, 9, 10, 13], "around": [2, 13], "arrai": [5, 9], "asset": 9, "associ": [8, 12, 13], "assum": 9, "assump": [0, 5, 9, 13], "assumpt": [0, 4, 7, 10, 13], "asymmetri": 9, "attribut": [6, 12, 13], "author": [0, 3, 7, 11], "autom": 4, "automat": 12, "avail": [11, 14], "axi": 6, "backward": 13, "bar": 6, "base": [0, 3, 5, 6, 10, 12, 13], "base_calc": 10, "base_color": 6, "base_data": 13, "base_linestyl": 6, "base_polici": [0, 5], "baselin": [0, 4, 5, 6, 7, 9, 13], "basic": 12, "bear": 9, "becaus": 9, "been": [10, 11], "befor": 9, "behavior": [0, 4, 5, 7, 10, 11, 13], "behavioral_assumpt": 4, "behind": 11, "being": [3, 4, 11], "believ": 9, "below": [2, 13], "benefit_cost_tot": [5, 10], "benefit_value_tot": [5, 10], "benefitlimit": 10, "benefitprogram": 10, "benefitsurtax": 10, "between": [5, 9, 13], "billion": [4, 9], "blue": 6, "bool": [0, 3, 4, 5, 6], "boolean": [3, 13], "born": 9, "both": [10, 13], "brain": [10, 12, 14], "budget": 10, "build": 8, "builder": 8, "built": [7, 10, 13], "burden": 9, "busi": [9, 11], "byte": [3, 4], "bytedata": 10, "c": [7, 8, 10, 11], "c00100": [5, 10], "c04470": [5, 10], "c04600": [5, 10], "c04800": [5, 10], "c05800": 5, "c07100": 5, "c09600": 5, "c62100": [5, 10], "caclul": 13, "calc": [1, 5, 10, 13], "calc_al": 10, "calcul": [0, 5, 6, 7, 10, 11, 13], "call": [2, 10], "can": [4, 5, 7, 8, 9, 10, 11, 13, 14], "cannot": 13, "capabl": [7, 9, 11], "capit": [9, 10, 13], "case": [8, 9], "catalog": 9, "caus": 10, "cbo": 9, "cd": 8, "cell": 10, "center": 13, "certain": 4, "cg_brk3": 13, "cg_rate_json": 13, "cg_rt4": 13, "chang": [0, 1, 3, 4, 6, 7, 8, 9, 10, 12, 13, 14], "change_threshold": 3, "channel": 8, "chart": 6, "check": 6, "ci_param": 10, "class": [2, 6, 9, 10], "clean": 3, "cli": [7, 14], "cli_cor": 0, "cli_main": 0, "client": [5, 10], "clone": 8, "cloud": 8, "code": [2, 7, 8, 11, 13], "colab": 10, "color": 6, "column": [5, 10], "com": [10, 11], "combin": [5, 6, 7, 10], "come": [7, 10], "command": [2, 8, 11, 14], "compat": 13, "competit": 9, "compli": 12, "comput": [6, 9, 10, 11, 14], "conda": [7, 8, 10, 11], "config": [8, 11], "consensu": 9, "consid": [3, 4, 9], "constantli": 11, "consum": 9, "consumpt": [0, 4, 9], "consumption_assumpt": 4, "contain": [4, 5, 7, 10, 13], "content": 13, "continu": 9, "contribut": 11, "contributor": 11, "conveni": 6, "convert": 4, "convert_param": 4, "convert_t": 4, "core": [0, 10], "corp_incidence_assumpt": [5, 9, 10], "corp_rev": 10, "corp_revenu": [1, 5, 9, 10], "corpor": 2, "correctli": 8, "cost": 9, "could": 9, "count": 10, "count_itemd": 10, "count_standard": 10, "cp": [0, 5, 7, 10, 13], "cpudispatch": 10, "creat": [3, 4, 5, 6, 7, 8, 13], "creation": 4, "css": 3, "csv": [7, 8, 13], "cummul": 6, "current": [0, 4, 7, 10, 11, 13], "current_law": 4, "curv": 6, "custom": 13, "d": [7, 9], "dai": 14, "data": [0, 5, 6, 7, 11, 12, 13], "datafram": [0, 4, 5, 6, 10, 13], "dataset": 7, "date": [4, 10], "decil": 7, "decim": 3, "decor": 10, "decreas": 6, "decrease_color": 6, "deduct": 10, "def": 10, "default": [4, 6, 9, 13], "defin": 4, "del": 10, "delai": 10, "deleat": 3, "demand": 9, "demo": 14, "depend": 10, "describ": [8, 9, 11, 14], "descript": [3, 4], "desir": 8, "detail": [10, 11, 13], "determin": [5, 6, 9, 13], "dev": [8, 10], "df": [4, 5, 6, 10], "dict": [0, 3, 4, 5, 6], "dictionari": [3, 4, 9, 13], "did": 10, "diff": 4, "differ": [4, 5, 6, 9, 10, 11, 13], "differences_plot": [6, 10], "differences_t": [5, 10, 13], "differences_table_": 7, "direct": 10, "directori": [2, 3, 7, 11], "disabl": 10, "discuss": 8, "disk": [0, 3], "displai": [6, 14], "dist_corp": 10, "distribut": [2, 5, 6, 7, 10, 13, 14], "distribution_plot": [6, 10], "distribution_t": [5, 10, 13], "distribution_table_base_": 7, "distribution_table_reform_": 7, "dividend": 9, "do": [5, 8, 9, 13], "document": [2, 9, 11, 13, 14], "doe": [8, 9], "dollar": [4, 9], "dollar_str_format": 4, "done": 8, "dot": 6, "dotsiz": 6, "download": 14, "downward": 9, "dpi": 6, "dynam": 11, "e": 9, "e00200": 9, "e00200p": 9, "e00300": 9, "e00400": 9, "e00600": 9, "e01100": 9, "e01200": 9, "e02000": 9, "each": [2, 5, 7, 9, 10, 13], "earn": 9, "easi": [9, 11], "easili": 9, "econoimc": 10, "econom": [9, 11, 13], "economist": 9, "effect": [10, 12, 14], "eitc": 10, "either": [3, 5, 13], "elasticit": 10, "employe": 9, "end": 10, "end_year": [5, 10, 13], "endyear": [0, 7], "enter": 14, "entiti": 9, "env": [8, 10], "environ": 8, "equal": [5, 9], "equilibrium": [5, 10, 11], "equlibrium": 10, "estim": [10, 13], "etc": 4, "eval": 10, "even": 9, "everyth": 8, "evolv": 13, "exactli": 10, "exampl": [9, 10, 11], "except": 10, "execut": [8, 10], "exempt": 9, "expand": [6, 7, 11], "expanded_incom": [5, 6, 10], "expanded_income_baselin": 5, "express": 3, "extend": 10, "extrapol": 9, "f": 8, "f15fe4": 6, "f2441": 10, "factor": 9, "fakeglob": 10, "fall": 9, "fals": [0, 3, 5, 6, 13], "faster": 9, "featur": 13, "few": 12, "fewer": 9, "fig": 6, "figsiz": [6, 10], "figur": [4, 6], "file": [0, 3, 4, 7, 8, 9, 10, 13], "filer": 1, "fill": 4, "final": [3, 4, 7], "final_data": 6, "find": 4, "finish": 10, "firm": 9, "first": [6, 7, 9, 13], "float": [3, 4, 6], "follow": [8, 9, 10, 13], "forg": 8, "fork": 8, "form": [4, 9], "form_baseline_intro": 4, "form_intro": 4, "format": [3, 4, 6, 7, 9], "found": 11, "frac": 9, "fraction": 3, "frailei": 12, "frb": 9, "from": [4, 5, 6, 9, 10, 11, 13], "full": 9, "fulli": 9, "func_cod": 10, "function": [1, 2, 4, 6, 10], "further": [9, 14], "futur": [10, 11], "gain": [9, 13], "gainstax": 10, "gdp": 9, "gener": [2, 6, 9, 11, 12], "get": 9, "github": 11, "githubusercont": 10, "give": [7, 13], "given": [0, 4, 6, 7, 9, 10, 12], "goe": 8, "good": 9, "googl": 10, "graph": [12, 13], "graphic": 14, "group": [4, 7, 9, 12], "groupbi": [5, 13], "growdiff_respons": 9, "growth": [4, 9], "growth_assumpt": 4, "gui": [11, 14], "ha": [10, 11, 12], "handl": 10, "happen": 13, "has_run": 10, "hash": 10, "have": [8, 9, 10], "height": 6, "held": 9, "helper": [4, 6], "here": [2, 11], "high": 2, "high_level_fn": 10, "histori": 11, "hl_func": 10, "horizont": 6, "host": 14, "household": 1, "how": [2, 5, 7, 9, 10, 11, 14], "howev": 9, "html": 4, "http": [10, 11, 14], "i": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14], "iitax": [5, 10], "imag": [6, 14], "impact": 14, "implement": [1, 4], "import": [9, 10, 13], "improv": 11, "inch": 6, "incid": [1, 9], "incidence_assumpt": 10, "includ": [4, 5, 6, 7, 8, 10, 11, 12, 13], "include_text": 6, "include_tot": 5, "incom": [2, 6, 7, 13, 14], "income_measur": [5, 13], "incorpor": 9, "increas": [6, 9, 13], "increase_color": 6, "indic": [0, 3, 13], "individu": [1, 7, 10, 13, 14], "inform": 12, "initi": [5, 9, 10, 12, 13], "input": [4, 5, 11, 13], "instal": [7, 8, 10], "instanc": [0, 3, 4, 9, 10, 13], "instanti": 9, "instead": 8, "int": [0, 4, 5, 6], "interest": [9, 10], "interfac": [2, 14], "interpret": 14, "intro": 4, "introduct": 4, "invest": 9, "is_paramtools_format": 6, "issu": 8, "item": [6, 10, 13], "item_cvar": 10, "iterate_jit": 10, "its": [9, 11, 12, 14], "itself": 9, "json": [7, 10, 13], "judgment": 9, "just": 8, "kei": 13, "keyboardinterrupt": 10, "keyword": 9, "kwarg": [4, 6, 10], "label": 6, "labor": [9, 10], "larger": 9, "largest": 4, "largest_change_group": 4, "largest_change_str": 4, "largest_tax_chang": 4, "larson2019": 10, "last": [0, 10, 13], "latest": 11, "law": [0, 4, 10, 13], "lazy_valu": 10, "learn": 11, "less": 9, "level": 2, "liabil": [4, 6, 7, 9, 10, 12], "lib": 10, "like": [6, 7, 11, 13], "line": [2, 4, 6, 10, 14], "linear": 9, "linestyl": 6, "link": [2, 8, 11, 14], "list": [2, 3, 4, 5, 6, 7, 9], "local": [8, 10], "locat": 2, "log": 6, "log_scal": 6, "logic": 0, "long": [9, 10], "longer": 11, "look": [10, 11], "lorenz": 6, "lorenz_curv": 6, "lorenz_data": 6, "loss": 9, "m": 8, "made": [8, 9], "mai": [9, 11], "maintain": [11, 13], "make": [0, 2, 10, 11], "make_report": 0, "make_t": 0, "make_wrapp": 10, "manner": 9, "map": [6, 11], "markdown": [3, 4], "market": 9, "master": 10, "matplotlib": 6, "max_i": 6, "maximum": 6, "md_tabl": 4, "md_text": 4, "md_to_pdf": 4, "mean": [9, 10], "measur": 9, "member": 2, "method": [2, 5, 6, 10, 13], "micro": [7, 13], "microdata": [5, 9, 10, 13], "min_i": 6, "min_inc": 6, "mind": 9, "miniconda": 10, "minimum": 6, "mobil": 9, "model": [2, 7, 9, 10, 11, 13], "modifi": [6, 13], "modul": [2, 6, 10], "more": [9, 11, 13], "most": [10, 12], "multi_var_t": 5, "multipl": [5, 11, 13], "must": [6, 9], "name": [0, 3, 5, 6, 7, 13], "need": [7, 8, 9], "new": 7, "next": 8, "non": 9, "none": [0, 1, 3, 4, 5, 6], "normal": 9, "notabl": [3, 4], "notable_chang": 4, "note": [9, 11], "notebook": 10, "now": 10, "null": 10, "num_work": [5, 10], "numba": 10, "numba_unpickl": 10, "number": [5, 7, 10, 13], "numpi": 9, "object": [0, 2, 3, 4, 6, 9, 10, 12, 13], "obvious": 13, "offici": 11, "og": 9, "onc": [7, 8, 10], "one": [9, 11, 13], "onlin": 14, "open": 8, "optim": 10, "option": [5, 6, 13], "order": 2, "org": 11, "organ": 2, "ospc": 11, "other": [9, 11], "othertax": [5, 10], "otherwis": 6, "our": 9, "outdir": [0, 3, 7], "outpath": 0, "output": [0, 3, 7, 9, 11, 14], "outputfile_path": 4, "over": [10, 11], "overwhich": 6, "own": 9, "owner": 9, "p22250": 9, "p23250": 9, "packag": [0, 7, 8, 10, 11, 12, 13], "page": 14, "paid": 9, "pair": [9, 13], "panda": [0, 4, 5, 6, 10, 13], "paragraph": 4, "param": [4, 6], "param_upd": 1, "paramet": [0, 3, 4, 5, 6, 10], "parameter": 6, "paramtool": [4, 6], "part": 9, "partial": [5, 10], "particular": 13, "partnership": 9, "pass": [5, 9], "path": [0, 3, 4, 7, 13], "payer": 1, "payrol": [6, 7, 9, 13, 14], "payroll_json": 13, "payrolltax": [5, 10], "pbreleas": 8, "pc_aftertaxinc": 10, "pct": 9, "pdf": [3, 4, 7], "peopl": [5, 9], "per": 6, "perc_cut": 10, "perc_inc": 10, "percentag": [3, 4, 6, 9], "perform": 13, "perhap": 9, "person": 3, "pf": 10, "pip": [10, 11], "pipe": 4, "pkgbld": 8, "platform": 11, "pleas": [8, 11], "plot": [6, 10], "pm": 10, "point": 13, "pol_area": 4, "polici": [0, 4, 5, 6, 7, 9, 10, 12, 13], "policy_obj": 6, "policy_t": 4, "pop_quantil": 5, "power": 11, "pr": 8, "present": 7, "price": 9, "print": [0, 10, 13], "produc": [0, 7, 9, 10, 13], "product": 9, "profit": 9, "progress": [3, 13], "project": 11, "proport": 9, "provid": [2, 4, 7, 11], "provis": 13, "psl": [9, 14], "pslmodel": [7, 8, 10, 11, 14], "puf": [0, 8], "pull": [6, 8], "py": [10, 11], "pylint": 10, "pypandoc": 10, "pypi": 11, "pyplot": 6, "pytest": 8, "python": [10, 11, 14], "python3": 10, "quantit": 9, "rang": 10, "rate": 9, "raw": 10, "re": 7, "reach": 10, "read": 4, "realloc": 9, "reason": 11, "recent": 10, "record": 9, "red": 6, "reform": [0, 3, 4, 5, 6, 7, 9, 12, 14], "reform_calc": 10, "reform_color": 6, "reform_data": 13, "reform_dict": 13, "reform_linestyl": 6, "reform_url": 10, "reforma": 7, "refund": [5, 10], "rel": [0, 9], "relat": 4, "releas": [11, 12], "relev": 8, "reloc": 9, "render": 4, "rent": 9, "repo": 8, "report": [0, 2, 6, 7, 11], "repositori": 11, "repres": [6, 9], "represent": 3, "reproduc": 8, "requires_puf": 8, "research": 9, "respect": [7, 13], "respons": [0, 9, 11, 13], "rest": 9, "result": [3, 10, 11, 14], "retain": 9, "return": [0, 3, 4, 5, 6, 9, 10], "revenu": [1, 4, 10, 13, 14], "rigid": 9, "road": 11, "row": [5, 10], "royalti": 9, "run": [0, 3, 5, 7, 8, 9, 10, 11, 13, 14], "s006": [5, 6], "same": 10, "sampl": 11, "save": [0, 3, 4, 13], "scale": 6, "scatter": 6, "schedul": 9, "schxyztax": 10, "section": [4, 9, 13], "sector": 9, "see": [10, 11], "self": 10, "sentenc": 4, "serial": 10, "servic": 9, "set": [8, 10], "setattr": 10, "share": [1, 9, 10], "share_of_chang": 10, "sharehold": [9, 10], "shift": 9, "short": 9, "should": [3, 5, 6, 9], "show": [4, 5, 6, 7, 13, 14], "shown": 13, "similarli": 11, "simpli": 13, "simul": [9, 10, 11, 14], "singl": 11, "site": 10, "size": [4, 6], "smaller": 9, "so": [9, 13], "sohould": 4, "soi_agi_bin": 5, "some": 9, "sort": 5, "sourc": [0, 1, 2, 3, 4, 5, 6, 11], "speak": 9, "speci": 9, "specifi": [0, 4, 5, 6, 7, 9, 10, 12, 13], "spectrum": 13, "split": 9, "ss_earnings_thd": 13, "stack": 5, "stacked_t": 13, "standard": [5, 9, 10], "standard_income_bin": 5, "start": [0, 8, 10, 12, 13], "start_year": [1, 5, 10, 13], "startyear": [0, 7], "state": 9, "static": 5, "statutori": 9, "step": 9, "stock": 9, "store": [5, 7, 13], "str": [0, 3, 4, 5, 6], "string": [3, 4, 10, 13], "strongli": 11, "structur": 13, "studio": [11, 14], "style": 4, "sub": [10, 13], "subdirectori": 7, "suffici": 9, "suggest": [9, 11], "suitabl": 13, "sum": [5, 6, 9, 13], "summar": [4, 12, 14], "summari": 4, "super": 9, "suppos": 9, "sure": 10, "surtax": 5, "sy": 10, "system": 11, "systemerror": 10, "tabl": [0, 4, 5, 7, 10, 13], "tablefmt": 4, "tabular": 14, "take": [5, 9, 13], "talk": 14, "tax": [12, 14], "tax_cut": 10, "tax_inc": 10, "tax_to_diff": [5, 13], "tax_typ": 6, "taxabl": 9, "taxat": 11, "taxbc": [5, 10], "taxbrain": [2, 7, 8, 9, 10, 11, 13], "taxbrian": 10, "taxcalc": [4, 10], "taxinc": 10, "tb": [0, 3, 4, 6, 13], "tb_dynam": 10, "tb_static": 10, "templat": [4, 12], "template_path": 4, "tend": 9, "term": 9, "termin": 8, "text": [4, 6, 9], "thei": [9, 11], "them": [8, 9, 12], "thi": [2, 6, 7, 8, 9, 10, 11, 13, 14], "third": 7, "those": 9, "though": 9, "three": [7, 9], "threshold": [4, 13], "through": [9, 10, 11, 14], "thu": 9, "time": [9, 11], "titl": [3, 6], "top": 10, "tot_chang": 10, "total": [5, 6, 7, 9, 10, 12, 13], "toward": 9, "traceback": 10, "tradit": 4, "transit": 9, "transpar": 6, "tree": 2, "trillion": 4, "true": [5, 6, 10, 13], "try": [9, 13], "tupl": 6, "turn": 9, "two": [5, 7, 9, 10, 13], "type": [0, 3, 4, 5, 6], "u": [9, 10, 11], "ubi": [5, 10], "uga": 9, "under": [5, 7, 10, 13], "underli": 11, "uninstal": 8, "unit": [5, 6, 9], "unpickl": 10, "up": [2, 8, 9, 10], "updat": [6, 9, 11, 13], "update_polici": 6, "upload": 8, "upon": 11, "upward": 9, "us": [0, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14], "usag": 13, "use_cp": 13, "usecp": [0, 7], "user": [4, 5, 7, 9, 10, 11, 12, 13, 14], "usr": 10, "util": 2, "val": 4, "valu": [4, 9, 13], "value_float": 9, "value_int": 9, "valueobject": 6, "var": [5, 6, 13], "variabl": [3, 4, 5, 6, 7, 9, 10, 13], "variou": 6, "varlist": [5, 10, 13], "ve": 8, "verbos": [0, 3, 5, 10, 13], "veri": 9, "version": [3, 4, 11], "via": [9, 14], "view": [2, 11], "volcano": 6, "volcano_plot": 6, "wa": [8, 10], "wage": 9, "wai": 9, "walk": 11, "want": [3, 5, 6, 7], "we": [2, 8, 9, 10, 13], "web": 11, "weight": [5, 6, 10, 13], "weighted_decil": [5, 10], "weighted_sum": 6, "weighted_tot": [5, 10, 13], "welcom": 8, "well": [8, 10], "were": 9, "what": [8, 13], "when": [5, 6, 7, 9, 11], "where": [4, 7, 8, 9], "whether": [0, 3, 4, 5, 6, 13], "which": [5, 6, 7, 9, 10, 11, 12, 13], "while": [9, 10, 13], "who": 9, "width": 6, "window": [8, 10], "without": [7, 9], "work": [10, 11], "workd": 8, "worker": 9, "world": 9, "would": [7, 10, 11, 13], "wrap": 11, "wrapper": 10, "write": [0, 3], "write_text": 4, "written": [3, 4, 7, 12], "wt": 6, "x": [6, 8], "x_var": 6, "xlabel": 6, "xtot": 5, "y": 6, "y_var": 6, "ye": 8, "year": [0, 1, 5, 6, 7, 9, 10, 13], "ylabel": 6, "yml": 8, "you": [3, 5, 6, 7, 8, 10, 11], "your": [8, 10, 11, 13], "yr": 10, "zero_out_calc_var": 10}, "titles": ["Tax-Brain Command Line Interface", "Distributing the Corporate Income Tax", "Tax-Brain Python API", "Tax-Brain Report Generation", "Tax-Brain Report Utilities", "Tax-Brain Class Object", "Tax-Brain Utilities", "Tax-Brain Command Line Interface", "Contributing to Tax-Brain", "Distributing the Corporate Income Tax", "Static Reform", "Tax-Brain", "Automated Reports in TaxBrain", "How to Use Tax-Brain", "Web Application"], "titleterms": {"about": 9, "across": 9, "addit": 11, "api": 2, "applic": 14, "assumpt": 9, "autom": 12, "brain": [0, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13], "bug": 8, "cit": 9, "cite": 11, "class": 5, "cli": 0, "command": [0, 7], "consider": 9, "contribut": 8, "corpor": [1, 9, 10], "corporate_incid": 1, "defin": 9, "develop": 8, "disclaim": 11, "distribut": [1, 9], "dynam": 10, "effect": 9, "featur": 8, "gener": 3, "how": 13, "incid": 10, "incom": [1, 9, 10], "individu": 9, "inform": 11, "instal": 11, "interfac": [0, 7, 11], "line": [0, 7], "macroeconom": 9, "mechan": 9, "new": 8, "object": 5, "overview": 11, "python": 2, "reform": [10, 13], "releas": 8, "report": [3, 4, 8, 12], "report_util": 4, "request": 8, "revenu": 9, "setup": 8, "stack": 13, "static": 10, "tax": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13], "taxbrain": [0, 1, 3, 4, 5, 6, 12], "taxpay": 9, "test": 8, "theoret": 9, "us": [11, 13], "usag": 7, "util": [4, 6], "version": 8, "web": 14, "what": 9}}) \ No newline at end of file