PolicyEngine / policyengine-uk

The UK's only open-source static tax-benefit microsimulation model.
https://policyengine.github.io/policyengine-uk/
GNU Affero General Public License v3.0
24 stars 25 forks source link

Implement logic for capital gains taxation #40

Open MaxGhenis opened 3 years ago

MaxGhenis commented 3 years ago

This won't have a real effect because the FRS doesn't have capital gains data (per https://github.com/nikhilwoodruff/openfisca-uk/issues/11#issuecomment-733834187), but could implement to have it.

Here are the rates: https://www.gov.uk/capital-gains-tax/rates

With stamp duties and inheritance taxes, it represents 5% of tax revenue (1/9 of income tax + NI): https://www.ifs.org.uk/publications/9178

MaxGhenis commented 3 years ago

Will SPI enable us to impute this? Hate to cite Statista, but apparently it's 10bn pounds/year: https://www.statista.com/statistics/284309/united-kingdom-hmrc-tax-receipts-capital-gains-tax/

And since it's only taxed at 20% for high earners, and represents a disproportionate income share among that group, it could be a significant part of the additional progressivity from applying the SPI adjustment.

MaxGhenis commented 3 years ago

Shoot!

Capital Gains arising from the disposal of assets are subject to Capital Gains Tax (CGT) and are not treated as income for Income Tax purposes, so gains from the disposal of assets are not included in the SPI.

https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/895281/SPI_National_Statistics_Supporting_Documentation_2017_to_2018.pdf

Is there any dataset with capital gains?

Edit: let's discuss data in nikhilwoodruff/frs#12.