@equisoft/tax-ca 2026.5.3-snapshot.20260526132607 → 2026.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,8 +23,9 @@ exports.CPP = {
23
23
  // Year's additional maximum pensionable earnings (YAMPE)
24
24
  YAMPE: 85000,
25
25
  // Year's additional maximum pensionable earnings (YAMPE) of the last 5 year (including current year)
26
- // YMPE to YAMPE factore used is 1.139 + rounded, to stay conservative in our projections.
27
- YAMPE_AVG_5: 77800,
26
+ // eslint-disable-next-line max-len
27
+ // YMPE growth factor of a specific year is used to project YAMPE of that specific year + rounded, to stay conservative in our projections.
28
+ YAMPE_AVG_5: 75985,
28
29
  },
29
30
  CONTRIBUTION_RATES: {
30
31
  BASE: 0.0595,
@@ -20,8 +20,9 @@ exports.QPP = {
20
20
  // Year's additional maximum pensionable earnings (YAMPE)
21
21
  YAMPE: 85000,
22
22
  // Year's additional maximum pensionable earnings (YAMPE) of the last 5 year (including current year)
23
- // YMPE to YAMPE factore used is 1.139 + rounded, to stay conservative in our projections.
24
- YAMPE_AVG_5: 77800,
23
+ // eslint-disable-next-line max-len
24
+ // YMPE growth factor of a specific year is used to project YAMPE of that specific year + rounded, to stay conservative in our projections.
25
+ YAMPE_AVG_5: 75985,
25
26
  },
26
27
  CONTRIBUTION_RATES: {
27
28
  BASE: 0.063,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equisoft/tax-ca",
3
- "version": "2026.5.3-snapshot.20260526132607",
3
+ "version": "2026.6.0",
4
4
  "description": "Canadian tax data and calculation functions.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",