diff --git a/taxcalc/cit_elasticity_selection.json b/taxcalc/cit_elasticity_selection.json index 7488e45..f1661c3 100644 --- a/taxcalc/cit_elasticity_selection.json +++ b/taxcalc/cit_elasticity_selection.json @@ -5,7 +5,7 @@ [ "0.0", "0.2", - "0.5" + "0.4" ] ], "selected_year": [ diff --git a/taxcalc/functions_cit_cambodia.py b/taxcalc/functions_cit_cambodia.py index 3a42117..0d46c37 100644 --- a/taxcalc/functions_cit_cambodia.py +++ b/taxcalc/functions_cit_cambodia.py @@ -38,7 +38,7 @@ def Sector(Sector_short, sector): Sector Sector name 1 Agriculture - 2 Service + ` Service 3 Manufacturing 4 Mining 5 Insurance @@ -220,11 +220,11 @@ def Total_non_tax_inc(dividends, capgain_disp_assets, other_inc, total_non_tax_i ''' @iterate_jit(nopython=True) -def Adj_profit(net_accounting_profit, total_additions, total_deductions, total_non_tax_inc, adjusted_profit ): +def Adj_profit(net_accounting_profit, total_additions, total_deductions, total_non_tax_inc, rent_inc, adjusted_profit ): """ Compute total taxable profits afer adding back non-allowable deductions. """ - adjusted_profit = net_accounting_profit + total_additions - total_deductions - total_non_tax_inc + adjusted_profit = net_accounting_profit + total_additions + rent_inc - total_deductions - total_non_tax_inc return adjusted_profit diff --git a/taxcalc/records_variables_cit_cambodia.json b/taxcalc/records_variables_cit_cambodia.json index 904dd9a..efcb444 100644 --- a/taxcalc/records_variables_cit_cambodia.json +++ b/taxcalc/records_variables_cit_cambodia.json @@ -292,6 +292,15 @@ }, "cross_year": "No", "attribute": "No" + }, + "rent_inc": { + "type": "float", + "desc": "Rental income", + "form": { + "2022": "Field g3 - Form TOI 01" + }, + "cross_year": "No", + "attribute": "No" }, "depr": { "type": "float",