Add indirect tax effects of reforms planning doc (#1114)#1719
Open
vahid-ahmadi wants to merge 1 commit into
Open
Add indirect tax effects of reforms planning doc (#1114)#1719vahid-ahmadi wants to merge 1 commit into
vahid-ahmadi wants to merge 1 commit into
Conversation
#1114 asks for an automatic pass-through from direct-tax reforms (income tax, NI) to indirect-tax revenue (VAT, excise) via household consumption response, citing UKMOD's TCO module elasticity of 0.8. Persist the plan in-repo. The current model has the destination infrastructure (consumer_incident_tax_revenue_change distributes an aggregate change across households by consumption share) but the upstream link is missing: today the user has to manually set the aggregate via gov.contrib.policyengine.budget.consumer_incident_tax_change. The page covers: - the current state (manual lever only) and what TCO does differently, - Phase 1: a single household-level consumption_response_factor driven by net income change and a single elasticity parameter (UKMOD's 0.8), - Phase 2: per-category elasticities calibrated to ONS Living Costs and Food Survey, - Phase 3: automatic linkage to consumer_incident_tax_revenue_change so the user no longer needs to set a separate budget lever, - the recommended hook pattern (split *_consumption -> *_consumption_baseline data input + *_consumption derived formula applying the factor) to avoid breaking non-indirect-tax users, - open questions on decile-varying elasticities, saving residual, and interaction with the existing labour-supply response.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/book/policy/indirect-tax-effects-plan.md.consumer_incident_tax_revenue_changedistributes an aggregate change across households by consumption share).gov.contrib.policyengine.budget.consumer_incident_tax_change.consumption_response_factordriven by net income change and a single elasticity parameter (UKMOD's 0.8),consumer_incident_tax_revenue_change,*_consumption->*_consumption_baselinedata input +*_consumptionderived formula applying the factor),Test plan
policy/.🤖 Generated with Claude Code