From 255bf80c759d19742c18a1aca552af6aefd7e182 Mon Sep 17 00:00:00 2001 From: Matt Jensen Date: Fri, 17 Nov 2017 18:58:37 -0500 Subject: [PATCH] add chained cpi indexing to TCJA reform files --- taxcalc/reforms/TCJA_House.json | 6 +++++- taxcalc/reforms/TCJA_House_Amended.json | 6 +++++- taxcalc/reforms/TCJA_Senate.json | 6 +++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/taxcalc/reforms/TCJA_House.json b/taxcalc/reforms/TCJA_House.json index 2f530536f..18eb51a4f 100644 --- a/taxcalc/reforms/TCJA_House.json +++ b/taxcalc/reforms/TCJA_House.json @@ -12,6 +12,7 @@ // - Changes to above-the-line deductions (8) // - Changes to itemized deductions (9) // - Repeal of certain credits (10) +// - Adopt Chained CPI for parameter indexing (11) // Reform_Parameter_Map: // - 1: _II_rt* // - 2: _PT_rt* @@ -23,6 +24,7 @@ // - 8: _ALD_* // - 9: _ID_* // - 10: _CR_SchR_hc, _LLC_Ecpense_c +// - 11: _cpi_offset { "policy": { "_II_rt1": @@ -132,6 +134,8 @@ "_CR_SchR_hc": {"2018": [1]}, "_LLC_Expense_c": - {"2018": [0]} + {"2018": [0]}, + "_cpi_offset": + {"2018": [-0.0025]} } } \ No newline at end of file diff --git a/taxcalc/reforms/TCJA_House_Amended.json b/taxcalc/reforms/TCJA_House_Amended.json index dabe7b934..f3bc86eb7 100644 --- a/taxcalc/reforms/TCJA_House_Amended.json +++ b/taxcalc/reforms/TCJA_House_Amended.json @@ -12,6 +12,7 @@ // - Changes to above-the-line deductions (8) // - Changes to itemized deductions (9) // - Repeal of certain credits (10) +// - Adopt Chained CPI for parameter indexing (11) // Reform_Parameter_Map: // - 1: _II_rt* // - 2: _PT_rt* @@ -23,6 +24,7 @@ // - 8: _ALD_* // - 9: _ID_* // - 10: _CR_SchR_hc, _LLC_Ecpense_c +// - 11: _cpi_offset { "policy": { "_II_rt1": @@ -140,6 +142,8 @@ "_CR_SchR_hc": {"2018": [1]}, "_LLC_Expense_c": - {"2018": [0]} + {"2018": [0]}, + "_cpi_offset": + {"2018": [-0.0025]} } } \ No newline at end of file diff --git a/taxcalc/reforms/TCJA_Senate.json b/taxcalc/reforms/TCJA_Senate.json index adfb1bd28..02dc85912 100644 --- a/taxcalc/reforms/TCJA_Senate.json +++ b/taxcalc/reforms/TCJA_Senate.json @@ -10,6 +10,7 @@ // - Repeal Alternative Minimum Tax (6) // - Repeal of domestic production deduction // - Changes to itemized deductions (8) +// - Adopt Chained CPI for parameter indexing (9) // Reform_Parameter_Map: // - 1: _II_rt* // - 2: _PT_rt* @@ -19,6 +20,7 @@ // - 6: _AMT_rt* // - 7: _ALD_DomesticProduction_hc // - 8: _ID_* +// - 9: _cpi_offset { "policy": { "_II_rt1": @@ -104,6 +106,8 @@ "_ID_RealEstate_hc": {"2018": [1]}, "_ID_Miscellaneous_hc": - {"2018": [1]} + {"2018": [1]}, + "_cpi_offset": + {"2018": [-0.0025]} } } \ No newline at end of file