Skip to content

Commit

Permalink
Merge pull request #51 from PSLmodels/corporate-tax
Browse files Browse the repository at this point in the history
Merging.
  • Loading branch information
rickecon authored Nov 7, 2022
2 parents d2716fd + a72a51e commit 5c26e67
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0).

## [0.1.2] - 2022-07-29

### Fixed

* UK corporate tax rate schedule added.

## [0.1.1] - 2022-07-19

### Changed
Expand Down
2 changes: 1 addition & 1 deletion oguk/oguk_default_parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"initial_debt_ratio": 0.78,
"r_gov_scale": 1.0,
"r_gov_shift": 0.02,
"cit_rate": [[0.21]],
"cit_rate": [[0.19], [0.25]],
"c_corp_share_of_assets": 0.55,
"adjustment_factor_for_cit_receipts": [0.30909090909090914],
"tau_c": [[0.0]],
Expand Down
2 changes: 1 addition & 1 deletion oguk/tests/test_get_micro_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_frs():

# create a parametric reform
def lower_pa(parameters):
parameters.tax.income_tax.allowances.personal_allowance.amount.update(
parameters.gov.hmrc.income_tax.allowances.personal_allowance.amount.update(
period="year:2022:10", value=10000
)
return parameters
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
with open("README.md") as f:
longdesc = f.read()

version = "0.1.1"
version = "0.1.2"

config = {
"description": "OG-UK",
Expand Down

0 comments on commit 5c26e67

Please sign in to comment.