Add firm-level VAT implementation#1321
Closed
MaxGhenis wants to merge 1 commit into
Closed
Conversation
- Create Firm entity with owner role - Add VAT registration thresholds (£90k) and rates - Implement VAT calculation variables for firms - Add comprehensive tests for firm entity and VAT logic Fixes PolicyEngine#1320
eb97d48 to
5537f19
Compare
Collaborator
Author
|
Closing to reopen from a branch directly on the PolicyEngine repository (not from a fork) to avoid CI issues with missing secrets. |
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
Implements firm-level VAT logic for PolicyEngine UK, enabling modeling of VAT at the business level with registration thresholds and rate calculations.
Changes
Firmentity with owner role linking to personsfirm_turnover: Annual business turnoverfirm_vat_registered: Registration status based on thresholdfirm_standard_rated_supplies: Supplies at 20% ratefirm_reduced_rated_supplies: Supplies at 5% ratefirm_zero_rated_supplies: Supplies at 0% ratefirm_vat_on_sales: Output VAT calculationfirm_vat_on_purchases: Input VATfirm_net_vat_liability: Net VAT (output - input)Testing
Use Cases
This enables PolicyEngine to:
Fixes #1320
🤖 Generated with Claude Code