@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
|
-
//
|
|
27
|
-
|
|
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
|
-
//
|
|
24
|
-
|
|
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,
|