From 0fa3326459f8c8a67dc51eb6bda213a7d3b06a15 Mon Sep 17 00:00:00 2001 From: nikhilwoodruff <35577657+nikhilwoodruff@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:38:25 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=206166d?= =?UTF-8?q?55624b77a5ffdd25aecf0e154764272225d=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sources/schema.ipynb | 432 +++++++++++++++++++++++++++++++++--------- schema.html | 432 +++++++++++++++++++++++++++++++++--------- searchindex.js | 2 +- 3 files changed, 683 insertions(+), 183 deletions(-) diff --git a/_sources/schema.ipynb b/_sources/schema.ipynb index 2e19dd7..8c379dc 100644 --- a/_sources/schema.ipynb +++ b/_sources/schema.ipynb @@ -28,111 +28,361 @@ " baseline:\n", " gov:\n", " balance:\n", - " total_spending: \n", - " total_state_tax: \n", - " total_tax: \n", + " total_spending: float64\n", + " total_state_tax: int\n", + " total_tax: float64\n", " programs:\n", - " child_benefit: \n", - " council_tax: \n", - " fuel_duty: \n", - " income_tax: \n", - " national_insurance: \n", - " ni_employer: \n", - " pension_credit: \n", - " state_pension: \n", - " tax_credits: \n", - " universal_credit: \n", - " vat: \n", + " child_benefit: float64\n", + " council_tax: float64\n", + " fuel_duty: float64\n", + " income_tax: float64\n", + " national_insurance: float64\n", + " ni_employer: float64\n", + " pension_credit: float64\n", + " state_pension: float64\n", + " tax_credits: float64\n", + " universal_credit: float64\n", + " vat: float64\n", " household:\n", " demographics:\n", - " age: \n", - " household_count_people: \n", - " household_weight: \n", - " is_male: \n", - " person_weight: \n", - " race: \n", + " age: list\n", + " household_count_people: list\n", + " household_weight: list\n", + " is_male: list\n", + " person_weight: list\n", + " race: NoneType\n", " finance:\n", - " deep_poverty_gap: \n", - " employment_income_hh: \n", - " equiv_household_net_income: \n", - " household_income_decile: \n", - " household_market_income: \n", - " household_net_income: \n", - " in_poverty: \n", - " person_in_deep_poverty: \n", - " person_in_poverty: \n", - " poverty_gap: \n", - " self_employment_income_hh: \n", - " total_net_income: \n", - " wealth: \n", - " wealth_decile: \n", + " deep_poverty_gap: float64\n", + " employment_income_hh: list\n", + " equiv_household_net_income: list\n", + " household_income_decile: list\n", + " household_market_income: list\n", + " household_net_income: list\n", + " in_poverty: list\n", + " person_in_deep_poverty: list\n", + " person_in_poverty: list\n", + " poverty_gap: float64\n", + " self_employment_income_hh: list\n", + " total_net_income: float64\n", + " wealth: list\n", + " wealth_decile: list\n", + " inequality:\n", + " gini: float64\n", + " top_10_percent_share: float64\n", + " top_1_percent_share: float64\n", " labor_supply:\n", - " budgetary_impact_lsr: \n", - " income_lsr: \n", - " income_lsr_hh: \n", - " substitution_lsr: \n", - " substitution_lsr_hh: \n", - " weekly_hours: \n", - " weekly_hours_income_effect: \n", - " weekly_hours_substitution_effect: \n", + " budgetary_impact_lsr: int\n", + " income_lsr: int\n", + " income_lsr_hh: list\n", + " substitution_lsr: int\n", + " substitution_lsr_hh: list\n", + " weekly_hours: int\n", + " weekly_hours_income_effect: int\n", + " weekly_hours_substitution_effect: int\n", " comparison:\n", " budget:\n", - " baseline_net_income: \n", - " benefit_spending_impact: \n", - " budgetary_impact: \n", - " households: \n", - " state_tax_revenue_impact: \n", - " tax_revenue_impact: \n", + " baseline_net_income: float64\n", + " benefit_spending_impact: float64\n", + " budgetary_impact: float64\n", + " households: float\n", + " state_tax_revenue_impact: int\n", + " tax_revenue_impact: float64\n", + " decile:\n", + " income:\n", + " average:\n", + " 1: float\n", + " 2: float\n", + " 3: float\n", + " 4: float\n", + " 5: float\n", + " 6: float\n", + " 7: float\n", + " 8: float\n", + " 9: float\n", + " 10: float\n", + " 11: float\n", + " relative:\n", + " 1: float\n", + " 2: float\n", + " 3: float\n", + " 4: float\n", + " 5: float\n", + " 6: float\n", + " 7: float\n", + " 8: float\n", + " 9: float\n", + " 10: float\n", + " 11: float\n", + " wealth:\n", + " average:\n", + " 1: float\n", + " 2: float\n", + " 3: float\n", + " 4: float\n", + " 5: float\n", + " 6: float\n", + " 7: float\n", + " 8: float\n", + " 9: float\n", + " 10: float\n", + " relative:\n", + " 1: float\n", + " 2: float\n", + " 3: float\n", + " 4: float\n", + " 5: float\n", + " 6: float\n", + " 7: float\n", + " 8: float\n", + " 9: float\n", + " 10: float\n", + " detailed_budget:\n", + " child_benefit:\n", + " baseline: float64\n", + " difference: float64\n", + " reform: float64\n", + " council_tax:\n", + " baseline: float64\n", + " difference: float64\n", + " reform: float64\n", + " fuel_duty:\n", + " baseline: float64\n", + " difference: float64\n", + " reform: float64\n", + " income_tax:\n", + " baseline: float64\n", + " difference: float64\n", + " reform: float64\n", + " national_insurance:\n", + " baseline: float64\n", + " difference: float64\n", + " reform: float64\n", + " ni_employer:\n", + " baseline: float64\n", + " difference: float64\n", + " reform: float64\n", + " pension_credit:\n", + " baseline: float64\n", + " difference: float64\n", + " reform: float64\n", + " state_pension:\n", + " baseline: float64\n", + " difference: float64\n", + " reform: float64\n", + " tax_credits:\n", + " baseline: float64\n", + " difference: float64\n", + " reform: float64\n", + " universal_credit:\n", + " baseline: float64\n", + " difference: float64\n", + " reform: float64\n", + " vat:\n", + " baseline: float64\n", + " difference: float64\n", + " reform: float64\n", + " inequality:\n", + " gini:\n", + " baseline: float64\n", + " reform: float64\n", + " top_10_pct_share:\n", + " baseline: float64\n", + " reform: float64\n", + " top_1_pct_share:\n", + " baseline: float64\n", + " reform: float64\n", + " labor_supply_response:\n", + " decile:\n", + " average:\n", + " income:\n", + " -1: float\n", + " 1: float\n", + " 2: float\n", + " 3: float\n", + " 4: float\n", + " 5: float\n", + " 6: float\n", + " 7: float\n", + " 8: float\n", + " 9: float\n", + " 10: float\n", + " 11: float\n", + " substitution:\n", + " -1: float\n", + " 1: float\n", + " 2: float\n", + " 3: float\n", + " 4: float\n", + " 5: float\n", + " 6: float\n", + " 7: float\n", + " 8: float\n", + " 9: float\n", + " 10: float\n", + " 11: float\n", + " relative:\n", + " income:\n", + " 1: float\n", + " 2: float\n", + " 3: float\n", + " 4: float\n", + " 5: float\n", + " 6: float\n", + " 7: float\n", + " 8: float\n", + " 9: float\n", + " 10: float\n", + " 11: float\n", + " substitution:\n", + " 1: float\n", + " 2: float\n", + " 3: float\n", + " 4: float\n", + " 5: float\n", + " 6: float\n", + " 7: float\n", + " 8: float\n", + " 9: float\n", + " 10: float\n", + " 11: float\n", + " hours:\n", + " baseline: int\n", + " change: int\n", + " income_effect: int\n", + " reform: int\n", + " substitution_effect: int\n", + " income_lsr: int\n", + " relative_lsr:\n", + " income: float64\n", + " substitution: float64\n", + " revenue_change: int\n", + " substitution_lsr: int\n", + " total_change: int\n", + " poverty:\n", + " age:\n", + " deep_poverty:\n", + " adult:\n", + " baseline: float\n", + " reform: float\n", + " all:\n", + " baseline: float\n", + " reform: float\n", + " child:\n", + " baseline: float\n", + " reform: float\n", + " senior:\n", + " baseline: float\n", + " reform: float\n", + " poverty:\n", + " adult:\n", + " baseline: float\n", + " reform: float\n", + " all:\n", + " baseline: float\n", + " reform: float\n", + " child:\n", + " baseline: float\n", + " reform: float\n", + " senior:\n", + " baseline: float\n", + " reform: float\n", + " gender:\n", + " deep_poverty:\n", + " female:\n", + " baseline: float\n", + " reform: float\n", + " male:\n", + " baseline: float\n", + " reform: float\n", + " poverty:\n", + " female:\n", + " baseline: float\n", + " reform: float\n", + " male:\n", + " baseline: float\n", + " reform: float\n", + " race: {}\n", + " winners:\n", + " income_decile:\n", + " all:\n", + " Gain less than 5%: float\n", + " Gain more than 5%: float\n", + " Lose less than 5%: float\n", + " Lose more than 5%: float\n", + " No change: float\n", + " deciles:\n", + " Gain less than 5%: list\n", + " Gain more than 5%: list\n", + " Lose less than 5%: list\n", + " Lose more than 5%: list\n", + " No change: list\n", + " wealth_decile:\n", + " all:\n", + " Gain less than 5%: float\n", + " Gain more than 5%: float\n", + " Lose less than 5%: float\n", + " Lose more than 5%: float\n", + " No change: float\n", + " deciles:\n", + " Gain less than 5%: list\n", + " Gain more than 5%: list\n", + " Lose less than 5%: list\n", + " Lose more than 5%: list\n", + " No change: list\n", " reform:\n", " gov:\n", " balance:\n", - " total_spending: \n", - " total_state_tax: \n", - " total_tax: \n", + " total_spending: float64\n", + " total_state_tax: int\n", + " total_tax: float64\n", " programs:\n", - " child_benefit: \n", - " council_tax: \n", - " fuel_duty: \n", - " income_tax: \n", - " national_insurance: \n", - " ni_employer: \n", - " pension_credit: \n", - " state_pension: \n", - " tax_credits: \n", - " universal_credit: \n", - " vat: \n", + " child_benefit: float64\n", + " council_tax: float64\n", + " fuel_duty: float64\n", + " income_tax: float64\n", + " national_insurance: float64\n", + " ni_employer: float64\n", + " pension_credit: float64\n", + " state_pension: float64\n", + " tax_credits: float64\n", + " universal_credit: float64\n", + " vat: float64\n", " household:\n", " demographics:\n", - " age: \n", - " household_count_people: \n", - " household_weight: \n", - " is_male: \n", - " person_weight: \n", - " race: \n", + " age: list\n", + " household_count_people: list\n", + " household_weight: list\n", + " is_male: list\n", + " person_weight: list\n", + " race: NoneType\n", " finance:\n", - " deep_poverty_gap: \n", - " employment_income_hh: \n", - " equiv_household_net_income: \n", - " household_income_decile: \n", - " household_market_income: \n", - " household_net_income: \n", - " in_poverty: \n", - " person_in_deep_poverty: \n", - " person_in_poverty: \n", - " poverty_gap: \n", - " self_employment_income_hh: \n", - " total_net_income: \n", - " wealth: \n", - " wealth_decile: \n", + " deep_poverty_gap: float64\n", + " employment_income_hh: list\n", + " equiv_household_net_income: list\n", + " household_income_decile: list\n", + " household_market_income: list\n", + " household_net_income: list\n", + " in_poverty: list\n", + " person_in_deep_poverty: list\n", + " person_in_poverty: list\n", + " poverty_gap: float64\n", + " self_employment_income_hh: list\n", + " total_net_income: float64\n", + " wealth: list\n", + " wealth_decile: list\n", + " inequality:\n", + " gini: float64\n", + " top_10_percent_share: float64\n", + " top_1_percent_share: float64\n", " labor_supply:\n", - " budgetary_impact_lsr: \n", - " income_lsr: \n", - " income_lsr_hh: \n", - " substitution_lsr: \n", - " substitution_lsr_hh: \n", - " weekly_hours: \n", - " weekly_hours_income_effect: \n", - " weekly_hours_substitution_effect: \n", + " budgetary_impact_lsr: int\n", + " income_lsr: int\n", + " income_lsr_hh: list\n", + " substitution_lsr: int\n", + " substitution_lsr_hh: list\n", + " weekly_hours: int\n", + " weekly_hours_income_effect: int\n", + " weekly_hours_substitution_effect: int\n", "\n", "```" ], @@ -155,7 +405,7 @@ " if isinstance(tree[key], dict):\n", " replace_value_with_dtype(tree[key])\n", " else:\n", - " tree[key] = str(type(tree[key]))\n", + " tree[key] = type(tree[key]).__name__\n", " return tree\n", "\n", "sim = Simulation(\n", diff --git a/schema.html b/schema.html index 598f92b..ae2472d 100644 --- a/schema.html +++ b/schema.html @@ -275,7 +275,7 @@

UK, macro, reform-comparisonif isinstance(tree[key], dict): replace_value_with_dtype(tree[key]) else: - tree[key] = str(type(tree[key])) + tree[key] = type(tree[key]).__name__ return tree sim = Simulation( @@ -301,111 +301,361 @@

UK, macro, reform-comparison baseline: gov: balance: - total_spending: <class 'numpy.float64'> - total_state_tax: <class 'int'> - total_tax: <class 'numpy.float64'> + total_spending: float64 + total_state_tax: int + total_tax: float64 programs: - child_benefit: <class 'numpy.float64'> - council_tax: <class 'numpy.float64'> - fuel_duty: <class 'numpy.float64'> - income_tax: <class 'numpy.float64'> - national_insurance: <class 'numpy.float64'> - ni_employer: <class 'numpy.float64'> - pension_credit: <class 'numpy.float64'> - state_pension: <class 'numpy.float64'> - tax_credits: <class 'numpy.float64'> - universal_credit: <class 'numpy.float64'> - vat: <class 'numpy.float64'> + child_benefit: float64 + council_tax: float64 + fuel_duty: float64 + income_tax: float64 + national_insurance: float64 + ni_employer: float64 + pension_credit: float64 + state_pension: float64 + tax_credits: float64 + universal_credit: float64 + vat: float64 household: demographics: - age: <class 'list'> - household_count_people: <class 'list'> - household_weight: <class 'list'> - is_male: <class 'list'> - person_weight: <class 'list'> - race: <class 'NoneType'> + age: list + household_count_people: list + household_weight: list + is_male: list + person_weight: list + race: NoneType finance: - deep_poverty_gap: <class 'numpy.float64'> - employment_income_hh: <class 'list'> - equiv_household_net_income: <class 'list'> - household_income_decile: <class 'list'> - household_market_income: <class 'list'> - household_net_income: <class 'list'> - in_poverty: <class 'list'> - person_in_deep_poverty: <class 'list'> - person_in_poverty: <class 'list'> - poverty_gap: <class 'numpy.float64'> - self_employment_income_hh: <class 'list'> - total_net_income: <class 'numpy.float64'> - wealth: <class 'list'> - wealth_decile: <class 'list'> + deep_poverty_gap: float64 + employment_income_hh: list + equiv_household_net_income: list + household_income_decile: list + household_market_income: list + household_net_income: list + in_poverty: list + person_in_deep_poverty: list + person_in_poverty: list + poverty_gap: float64 + self_employment_income_hh: list + total_net_income: float64 + wealth: list + wealth_decile: list + inequality: + gini: float64 + top_10_percent_share: float64 + top_1_percent_share: float64 labor_supply: - budgetary_impact_lsr: <class 'int'> - income_lsr: <class 'int'> - income_lsr_hh: <class 'list'> - substitution_lsr: <class 'int'> - substitution_lsr_hh: <class 'list'> - weekly_hours: <class 'int'> - weekly_hours_income_effect: <class 'int'> - weekly_hours_substitution_effect: <class 'int'> + budgetary_impact_lsr: int + income_lsr: int + income_lsr_hh: list + substitution_lsr: int + substitution_lsr_hh: list + weekly_hours: int + weekly_hours_income_effect: int + weekly_hours_substitution_effect: int comparison: budget: - baseline_net_income: <class 'numpy.float64'> - benefit_spending_impact: <class 'numpy.float64'> - budgetary_impact: <class 'numpy.float64'> - households: <class 'float'> - state_tax_revenue_impact: <class 'int'> - tax_revenue_impact: <class 'numpy.float64'> + baseline_net_income: float64 + benefit_spending_impact: float64 + budgetary_impact: float64 + households: float + state_tax_revenue_impact: int + tax_revenue_impact: float64 + decile: + income: + average: + 1: float + 2: float + 3: float + 4: float + 5: float + 6: float + 7: float + 8: float + 9: float + 10: float + 11: float + relative: + 1: float + 2: float + 3: float + 4: float + 5: float + 6: float + 7: float + 8: float + 9: float + 10: float + 11: float + wealth: + average: + 1: float + 2: float + 3: float + 4: float + 5: float + 6: float + 7: float + 8: float + 9: float + 10: float + relative: + 1: float + 2: float + 3: float + 4: float + 5: float + 6: float + 7: float + 8: float + 9: float + 10: float + detailed_budget: + child_benefit: + baseline: float64 + difference: float64 + reform: float64 + council_tax: + baseline: float64 + difference: float64 + reform: float64 + fuel_duty: + baseline: float64 + difference: float64 + reform: float64 + income_tax: + baseline: float64 + difference: float64 + reform: float64 + national_insurance: + baseline: float64 + difference: float64 + reform: float64 + ni_employer: + baseline: float64 + difference: float64 + reform: float64 + pension_credit: + baseline: float64 + difference: float64 + reform: float64 + state_pension: + baseline: float64 + difference: float64 + reform: float64 + tax_credits: + baseline: float64 + difference: float64 + reform: float64 + universal_credit: + baseline: float64 + difference: float64 + reform: float64 + vat: + baseline: float64 + difference: float64 + reform: float64 + inequality: + gini: + baseline: float64 + reform: float64 + top_10_pct_share: + baseline: float64 + reform: float64 + top_1_pct_share: + baseline: float64 + reform: float64 + labor_supply_response: + decile: + average: + income: + -1: float + 1: float + 2: float + 3: float + 4: float + 5: float + 6: float + 7: float + 8: float + 9: float + 10: float + 11: float + substitution: + -1: float + 1: float + 2: float + 3: float + 4: float + 5: float + 6: float + 7: float + 8: float + 9: float + 10: float + 11: float + relative: + income: + 1: float + 2: float + 3: float + 4: float + 5: float + 6: float + 7: float + 8: float + 9: float + 10: float + 11: float + substitution: + 1: float + 2: float + 3: float + 4: float + 5: float + 6: float + 7: float + 8: float + 9: float + 10: float + 11: float + hours: + baseline: int + change: int + income_effect: int + reform: int + substitution_effect: int + income_lsr: int + relative_lsr: + income: float64 + substitution: float64 + revenue_change: int + substitution_lsr: int + total_change: int + poverty: + age: + deep_poverty: + adult: + baseline: float + reform: float + all: + baseline: float + reform: float + child: + baseline: float + reform: float + senior: + baseline: float + reform: float + poverty: + adult: + baseline: float + reform: float + all: + baseline: float + reform: float + child: + baseline: float + reform: float + senior: + baseline: float + reform: float + gender: + deep_poverty: + female: + baseline: float + reform: float + male: + baseline: float + reform: float + poverty: + female: + baseline: float + reform: float + male: + baseline: float + reform: float + race: {} + winners: + income_decile: + all: + Gain less than 5%: float + Gain more than 5%: float + Lose less than 5%: float + Lose more than 5%: float + No change: float + deciles: + Gain less than 5%: list + Gain more than 5%: list + Lose less than 5%: list + Lose more than 5%: list + No change: list + wealth_decile: + all: + Gain less than 5%: float + Gain more than 5%: float + Lose less than 5%: float + Lose more than 5%: float + No change: float + deciles: + Gain less than 5%: list + Gain more than 5%: list + Lose less than 5%: list + Lose more than 5%: list + No change: list reform: gov: balance: - total_spending: <class 'numpy.float64'> - total_state_tax: <class 'int'> - total_tax: <class 'numpy.float64'> + total_spending: float64 + total_state_tax: int + total_tax: float64 programs: - child_benefit: <class 'numpy.float64'> - council_tax: <class 'numpy.float64'> - fuel_duty: <class 'numpy.float64'> - income_tax: <class 'numpy.float64'> - national_insurance: <class 'numpy.float64'> - ni_employer: <class 'numpy.float64'> - pension_credit: <class 'numpy.float64'> - state_pension: <class 'numpy.float64'> - tax_credits: <class 'numpy.float64'> - universal_credit: <class 'numpy.float64'> - vat: <class 'numpy.float64'> + child_benefit: float64 + council_tax: float64 + fuel_duty: float64 + income_tax: float64 + national_insurance: float64 + ni_employer: float64 + pension_credit: float64 + state_pension: float64 + tax_credits: float64 + universal_credit: float64 + vat: float64 household: demographics: - age: <class 'list'> - household_count_people: <class 'list'> - household_weight: <class 'list'> - is_male: <class 'list'> - person_weight: <class 'list'> - race: <class 'NoneType'> + age: list + household_count_people: list + household_weight: list + is_male: list + person_weight: list + race: NoneType finance: - deep_poverty_gap: <class 'numpy.float64'> - employment_income_hh: <class 'list'> - equiv_household_net_income: <class 'list'> - household_income_decile: <class 'list'> - household_market_income: <class 'list'> - household_net_income: <class 'list'> - in_poverty: <class 'list'> - person_in_deep_poverty: <class 'list'> - person_in_poverty: <class 'list'> - poverty_gap: <class 'numpy.float64'> - self_employment_income_hh: <class 'list'> - total_net_income: <class 'numpy.float64'> - wealth: <class 'list'> - wealth_decile: <class 'list'> + deep_poverty_gap: float64 + employment_income_hh: list + equiv_household_net_income: list + household_income_decile: list + household_market_income: list + household_net_income: list + in_poverty: list + person_in_deep_poverty: list + person_in_poverty: list + poverty_gap: float64 + self_employment_income_hh: list + total_net_income: float64 + wealth: list + wealth_decile: list + inequality: + gini: float64 + top_10_percent_share: float64 + top_1_percent_share: float64 labor_supply: - budgetary_impact_lsr: <class 'int'> - income_lsr: <class 'int'> - income_lsr_hh: <class 'list'> - substitution_lsr: <class 'int'> - substitution_lsr_hh: <class 'list'> - weekly_hours: <class 'int'> - weekly_hours_income_effect: <class 'int'> - weekly_hours_substitution_effect: <class 'int'> + budgetary_impact_lsr: int + income_lsr: int + income_lsr_hh: list + substitution_lsr: int + substitution_lsr_hh: list + weekly_hours: int + weekly_hours_income_effect: int + weekly_hours_substitution_effect: int diff --git a/searchindex.js b/searchindex.js index 808fa21..ab0c70d 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"Introduction": [[0, null]], "Maintainance": [[1, null]], "Model outputs": [[1, "model-outputs"]], "Schema": [[2, null]], "UK, macro, reform-comparison": [[2, "uk-macro-reform-comparison"]]}, "docnames": ["index", "maintaining", "schema"], "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}, "filenames": ["index.ipynb", "maintaining.ipynb", "schema.ipynb"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1], "0": [0, 1, 2], "000": 0, "1": 1, "100": 1, "137": [0, 1], "2": [1, 2], "200": 1, "2025": [0, 1, 2], "2514": 0, "2x2": 0, "30": 0, "30_000": 0, "649": 1, "7411538840186": 1, "7843458774124": 1, "787": 1, "95680800660614": [0, 1], "And": 0, "At": 1, "For": 1, "If": 1, "It": [0, 1], "The": [0, 1, 2], "There": 1, "abl": 1, "abolish": 0, "about": 1, "ad": 1, "add": 1, "affect": 0, "ag": 2, "aim": 0, "align": 1, "all": [0, 1], "allow": [0, 1, 2], "also": 1, "am": 0, "amount": [0, 1, 2], "an": [0, 1], "analysi": 1, "app": 0, "ar": 1, "argument": 1, "around": 1, "ask": 1, "b": 0, "balanc": 2, "baselin": [1, 2], "baseline_net_incom": 2, "been": 2, "behaviour": 1, "benefit": [0, 1], "benefit_spending_impact": 2, "billion": 1, "both": 0, "budget": 2, "budgetary_impact": 2, "budgetary_impact_lsr": 2, "calcul": [0, 1, 2], "categori": 0, "caveat": 1, "center": 1, "chang": 1, "child_benefit": 2, "class": 2, "clear": 0, "coincid": 1, "come": 1, "compar": 0, "comparison": [0, 1], "contain": [1, 2], "council_tax": 2, "countri": [0, 1, 2], "data": [0, 1], "deal": 1, "deduct": 0, "deep_poverty_gap": 2, "deep_poverty_impact": 1, "deep_poverty_r": 1, "def": 2, "demograph": 2, "design": 1, "dict": 2, "dictionari": 1, "displai": 2, "do": 1, "down": 1, "dump": 2, "duplic": 1, "dynam": 1, "e": [0, 1], "each": [1, 2], "earner": 0, "eas": 1, "easi": 1, "els": [1, 2], "employment_incom": 0, "employment_income_hh": 2, "enhanced_frs_2022_23": [0, 1], "entir": 0, "entitl": 0, "equiv_household_net_incom": 2, "everyth": 1, "exactli": 1, "exampl": [0, 1, 2], "expect": 1, "expens": 1, "fall": 0, "file": 1, "filenam": 1, "financ": 2, "float": 2, "float64": 2, "folder": 1, "format": 2, "from": [0, 1, 2], "fuel_duti": 2, "function": 1, "g": [0, 1], "gener": 0, "given": 2, "gov": [0, 1, 2], "govern": 0, "ha": [1, 2], "have": 1, "here": [0, 1], "hierarch": 1, "highest": 0, "hmrc": [0, 1, 2], "hous": 1, "household": [0, 1, 2], "household_count_peopl": 2, "household_income_decil": 2, "household_market_incom": 2, "household_net_incom": 2, "household_weight": 2, "how": [0, 1], "i": [0, 1, 2], "import": [0, 1, 2], "improv": 1, "in_poverti": 2, "incom": 0, "income_lsr": 2, "income_lsr_hh": 2, "income_tax": [0, 1, 2], "indent": 2, "initialis": 1, "input": [0, 1], "int": 2, "intend": 1, "interfac": 0, "introduct": 1, "ipython": 2, "is_mal": 2, "isinst": 2, "kei": 2, "kind": 1, "know": 1, "labor_suppli": 2, "layer": 1, "level": [0, 1], "like": 1, "list": 2, "ll": 1, "load": 1, "look": 1, "macro": [0, 1], "mai": 1, "mainten": 1, "make": 1, "markdown": 2, "meant": 1, "metadata": 1, "might": 1, "model": 0, "more": 1, "must": 1, "my": 0, "n": 2, "name": 1, "national_insur": 2, "need": 1, "nest": 1, "net": 0, "net_income_chang": 0, "new": 1, "ni_employ": 2, "nonetyp": 2, "notic": 1, "now": 0, "numpi": 2, "one": 1, "oper": 1, "out": 0, "output": [0, 2], "outsid": 0, "over": 0, "packag": [0, 1], "page": 2, "particular": 0, "pass": [1, 2], "pension_credit": 2, "person": 0, "person_in_deep_poverti": 2, "person_in_poverti": 2, "person_weight": 2, "personal_allow": [0, 1, 2], "polici": 0, "policyengin": [0, 1, 2], "popul": 0, "possibl": 1, "poverti": [0, 1], "poverty_gap": 2, "prioritis": 1, "program": 2, "provid": 0, "pull": 0, "py": 1, "python": 0, "race": 2, "rate": [0, 1], "reform": [0, 1], "relat": 1, "replace_value_with_dtyp": 2, "repo": 1, "request": 1, "rest": 1, "result": 1, "return": 2, "revenu": 0, "revenue_impact": [0, 1], "right": 0, "runtim": 1, "same": [0, 1], "scenario": 0, "scope": [0, 1, 2], "see": 1, "self_employment_income_hh": 2, "serv": 0, "should": 1, "sim": [0, 1, 2], "simpl": [0, 1], "simul": [0, 1, 2], "singl": 1, "slight": 1, "so": 1, "some": 1, "someth": 1, "specif": [0, 1], "specifi": [0, 2], "standard": 0, "state_pens": 2, "state_tax_revenue_impact": 2, "str": 2, "structur": 1, "subsect": 2, "substitution_lsr": 2, "substitution_lsr_hh": 2, "take": 1, "tax": [0, 1], "tax_credit": 2, "tax_revenu": 1, "tax_revenue_impact": [1, 2], "thi": [0, 1, 2], "time_period": [0, 1, 2], "top": 1, "total_net_incom": 2, "total_spend": 2, "total_state_tax": 2, "total_tax": 2, "tree": [1, 2], "two": [0, 1], "type": [1, 2], "u": 0, "uk": [0, 1], "under": 1, "underli": 1, "unifi": 0, "universal_credit": 2, "us": [0, 1], "usag": 0, "user": 1, "vat": 2, "wai": 1, "want": 1, "we": 1, "wealth": 2, "wealth_decil": 2, "web": 0, "weekly_hour": 2, "weekly_hours_income_effect": 2, "weekly_hours_substitution_effect": 2, "well": 1, "what": 0, "where": 1, "whether": 2, "which": 1, "without": 1, "work": 1, "would": 0, "yaml": 2, "you": 1}, "titles": ["Introduction", "Maintainance", "Schema"], "titleterms": {"comparison": 2, "introduct": 0, "macro": 2, "maintain": 1, "model": 1, "output": 1, "reform": 2, "schema": 2, "uk": 2}}) \ No newline at end of file +Search.setIndex({"alltitles": {"Introduction": [[0, null]], "Maintainance": [[1, null]], "Model outputs": [[1, "model-outputs"]], "Schema": [[2, null]], "UK, macro, reform-comparison": [[2, "uk-macro-reform-comparison"]]}, "docnames": ["index", "maintaining", "schema"], "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}, "filenames": ["index.ipynb", "maintaining.ipynb", "schema.ipynb"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1], "0": [0, 1, 2], "000": 0, "1": [1, 2], "10": 2, "100": 1, "11": 2, "137": [0, 1], "2": [1, 2], "200": 1, "2025": [0, 1, 2], "2514": 0, "2x2": 0, "3": 2, "30": 0, "30_000": 0, "4": 2, "5": 2, "6": 2, "649": 1, "7": 2, "7411538840186": 1, "7843458774124": 1, "787": 1, "8": 2, "9": 2, "95680800660614": [0, 1], "And": 0, "At": 1, "For": 1, "If": 1, "It": [0, 1], "No": 2, "The": [0, 1, 2], "There": 1, "__name__": 2, "abl": 1, "abolish": 0, "about": 1, "ad": 1, "add": 1, "adult": 2, "affect": 0, "ag": 2, "aim": 0, "align": 1, "all": [0, 1, 2], "allow": [0, 1, 2], "also": 1, "am": 0, "amount": [0, 1, 2], "an": [0, 1], "analysi": 1, "app": 0, "ar": 1, "argument": 1, "around": 1, "ask": 1, "averag": 2, "b": 0, "balanc": 2, "baselin": [1, 2], "baseline_net_incom": 2, "been": 2, "behaviour": 1, "benefit": [0, 1], "benefit_spending_impact": 2, "billion": 1, "both": 0, "budget": 2, "budgetary_impact": 2, "budgetary_impact_lsr": 2, "calcul": [0, 1, 2], "categori": 0, "caveat": 1, "center": 1, "chang": [1, 2], "child": 2, "child_benefit": 2, "clear": 0, "coincid": 1, "come": 1, "compar": 0, "comparison": [0, 1], "contain": [1, 2], "council_tax": 2, "countri": [0, 1, 2], "data": [0, 1], "deal": 1, "decil": 2, "deduct": 0, "deep_poverti": 2, "deep_poverty_gap": 2, "deep_poverty_impact": 1, "deep_poverty_r": 1, "def": 2, "demograph": 2, "design": 1, "detailed_budget": 2, "dict": 2, "dictionari": 1, "differ": 2, "displai": 2, "do": 1, "down": 1, "dump": 2, "duplic": 1, "dynam": 1, "e": [0, 1], "each": [1, 2], "earner": 0, "eas": 1, "easi": 1, "els": [1, 2], "employment_incom": 0, "employment_income_hh": 2, "enhanced_frs_2022_23": [0, 1], "entir": 0, "entitl": 0, "equiv_household_net_incom": 2, "everyth": 1, "exactli": 1, "exampl": [0, 1, 2], "expect": 1, "expens": 1, "fall": 0, "femal": 2, "file": 1, "filenam": 1, "financ": 2, "float": 2, "float64": 2, "folder": 1, "format": 2, "from": [0, 1, 2], "fuel_duti": 2, "function": 1, "g": [0, 1], "gain": 2, "gender": 2, "gener": 0, "gini": 2, "given": 2, "gov": [0, 1, 2], "govern": 0, "ha": [1, 2], "have": 1, "here": [0, 1], "hierarch": 1, "highest": 0, "hmrc": [0, 1, 2], "hour": 2, "hous": 1, "household": [0, 1, 2], "household_count_peopl": 2, "household_income_decil": 2, "household_market_incom": 2, "household_net_incom": 2, "household_weight": 2, "how": [0, 1], "i": [0, 1, 2], "import": [0, 1, 2], "improv": 1, "in_poverti": 2, "incom": [0, 2], "income_decil": 2, "income_effect": 2, "income_lsr": 2, "income_lsr_hh": 2, "income_tax": [0, 1, 2], "indent": 2, "inequ": 2, "initialis": 1, "input": [0, 1], "int": 2, "intend": 1, "interfac": 0, "introduct": 1, "ipython": 2, "is_mal": 2, "isinst": 2, "kei": 2, "kind": 1, "know": 1, "labor_suppli": 2, "labor_supply_respons": 2, "layer": 1, "less": 2, "level": [0, 1], "like": 1, "list": 2, "ll": 1, "load": 1, "look": 1, "lose": 2, "macro": [0, 1], "mai": 1, "mainten": 1, "make": 1, "male": 2, "markdown": 2, "meant": 1, "metadata": 1, "might": 1, "model": 0, "more": [1, 2], "must": 1, "my": 0, "n": 2, "name": 1, "national_insur": 2, "need": 1, "nest": 1, "net": 0, "net_income_chang": 0, "new": 1, "ni_employ": 2, "nonetyp": 2, "notic": 1, "now": 0, "one": 1, "oper": 1, "out": 0, "output": [0, 2], "outsid": 0, "over": 0, "packag": [0, 1], "page": 2, "particular": 0, "pass": [1, 2], "pension_credit": 2, "person": 0, "person_in_deep_poverti": 2, "person_in_poverti": 2, "person_weight": 2, "personal_allow": [0, 1, 2], "polici": 0, "policyengin": [0, 1, 2], "popul": 0, "possibl": 1, "poverti": [0, 1, 2], "poverty_gap": 2, "prioritis": 1, "program": 2, "provid": 0, "pull": 0, "py": 1, "python": 0, "race": 2, "rate": [0, 1], "reform": [0, 1], "rel": 2, "relat": 1, "relative_lsr": 2, "replace_value_with_dtyp": 2, "repo": 1, "request": 1, "rest": 1, "result": 1, "return": 2, "revenu": 0, "revenue_chang": 2, "revenue_impact": [0, 1], "right": 0, "runtim": 1, "same": [0, 1], "scenario": 0, "scope": [0, 1, 2], "see": 1, "self_employment_income_hh": 2, "senior": 2, "serv": 0, "should": 1, "sim": [0, 1, 2], "simpl": [0, 1], "simul": [0, 1, 2], "singl": 1, "slight": 1, "so": 1, "some": 1, "someth": 1, "specif": [0, 1], "specifi": [0, 2], "standard": 0, "state_pens": 2, "state_tax_revenue_impact": 2, "structur": 1, "subsect": 2, "substitut": 2, "substitution_effect": 2, "substitution_lsr": 2, "substitution_lsr_hh": 2, "take": 1, "tax": [0, 1], "tax_credit": 2, "tax_revenu": 1, "tax_revenue_impact": [1, 2], "than": 2, "thi": [0, 1, 2], "time_period": [0, 1, 2], "top": 1, "top_10_pct_shar": 2, "top_10_percent_shar": 2, "top_1_pct_shar": 2, "top_1_percent_shar": 2, "total_chang": 2, "total_net_incom": 2, "total_spend": 2, "total_state_tax": 2, "total_tax": 2, "tree": [1, 2], "two": [0, 1], "type": [1, 2], "u": 0, "uk": [0, 1], "under": 1, "underli": 1, "unifi": 0, "universal_credit": 2, "us": [0, 1], "usag": 0, "user": 1, "vat": 2, "wai": 1, "want": 1, "we": 1, "wealth": 2, "wealth_decil": 2, "web": 0, "weekly_hour": 2, "weekly_hours_income_effect": 2, "weekly_hours_substitution_effect": 2, "well": 1, "what": 0, "where": 1, "whether": 2, "which": 1, "winner": 2, "without": 1, "work": 1, "would": 0, "yaml": 2, "you": 1}, "titles": ["Introduction", "Maintainance", "Schema"], "titleterms": {"comparison": 2, "introduct": 0, "macro": 2, "maintain": 1, "model": 1, "output": 1, "reform": 2, "schema": 2, "uk": 2}}) \ No newline at end of file