Releases: hmrc/tax-kalculator
Releases · hmrc/tax-kalculator
2.11.2
- Splitting student loan to student and postgraduate loan.
- Added new Clarification to describe student loan status.
- Added new "otherAmount" which combined student/postgrad/pension value.
2.11.1
- Added
HAVE_NO_STATE_PENSION
Clarification. - Added new tax code validator to validate tax code matching rate.
- Added new pension validator to validate Pension input.
2.11.0
- Fix National Insurance calculation to use correct wage.
- Fix Student Loan internal calculation to use provided tax year instead of latest tax year only.
- Removed
standardLifetimeAllowance
for Pension validation. - Allow Pension to go above
annualAllowance
. - Fix Student Loan internal calculation to use yearly wage instead of deducting pension.
- Fix internal object so they're not accessible by jvm consumer.
- Refactor Pension Contribution to take one amount parameter instead of two.
- Added Clarification response list.
- Added more validation to
PensionValidator
. - Remove £9 from K and T tax code.
- Refactor Pension Contribution/Student Loan constructor
- Refactor Pension Contribution internal calculation to monthly instead of yearly.
2.10.2
- Update Fastfile to create PR as part of release process.
- Update National Insurance Rate for 2024/25.
2.10.1
- Updated the Kotlin version for compatibility with Xcode 15.
2.10.0
- Added Pension Contribution calculation.
- Added Tapering calculation.
- Added Student Loan calculation.
- Added
userSuppliedTaxCode
to calculation, only calculate tapering if this value isfalse
. - Added 2024/25 rates.
2.9.3
- Added 2024 January National Insurance rate.
2.9.2
- Fixed bug to ignore additional characters on valid tax code.
2.9.1
- Downgrade Kotlin version for compatibility.
2.9.0
- Added 2023/24 rates.