Skip to content

Commit

Permalink
Update TaxYear.swift
Browse files Browse the repository at this point in the history
Added Tax Year 2025 (exemption £3,000)
  • Loading branch information
mrsheraton authored and mattjgalloway committed Apr 11, 2024
1 parent 62d93b8 commit 7a46916
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/CGTCalcCore/Tax/TaxYear.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ extension TaxYear {
TaxYear(yearEnding: 2021): Rates(exemption: 12300, basicRate: 10, higherRate: 20),
TaxYear(yearEnding: 2022): Rates(exemption: 12300, basicRate: 10, higherRate: 20),
TaxYear(yearEnding: 2023): Rates(exemption: 12300, basicRate: 10, higherRate: 20),
TaxYear(yearEnding: 2024): Rates(exemption: 6000, basicRate: 10, higherRate: 20)
TaxYear(yearEnding: 2024): Rates(exemption: 6000, basicRate: 10, higherRate: 20),
TaxYear(yearEnding: 2025): Rates(exemption: 3000, basicRate: 10, higherRate: 20)
]
}

0 comments on commit 7a46916

Please sign in to comment.