@equisoft/tax-ca 2026.1.0 → 2026.1.1-snapshot.20260106134756

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.
@@ -7,7 +7,7 @@ Sources
7
7
  Decomissionned https://www.canada.ca/en/services/benefits/publicpensions/cpp/old-age-security/cpp-price.html
8
8
 
9
9
  Revised
10
- 2025-12-22
10
+ 2026-01-05
11
11
  */
12
12
  Object.defineProperty(exports, "__esModule", { value: true });
13
13
  exports.CPP = void 0;
@@ -36,13 +36,13 @@ exports.CPP = {
36
36
  // Survivors' benefits
37
37
  ORPHAN: 3693.72,
38
38
  // Disability benefits
39
- DISABILITY: 20078.88,
39
+ DISABILITY: 20894.40,
40
40
  // Surviving spouse's pension
41
- UNDER_45: 9250.56,
42
- UNDER_45_WITH_CHILD: 9250.56,
43
- UNDER_45_DISABLED: 9250.56,
44
- FROM_45_TO_64: 9250.56,
45
- OVER_64_WITHOUT_PENSION: 10317.60,
41
+ UNDER_45: 9642.48,
42
+ UNDER_45_WITH_CHILD: 9642.48,
43
+ UNDER_45_DISABLED: 9642.48,
44
+ FROM_45_TO_64: 9642.48,
45
+ OVER_64_WITHOUT_PENSION: 10855.08,
46
46
  },
47
47
  INDEXATION_RATE_REFERENCES: [
48
48
  [2007, 0.020],
@@ -128,8 +128,8 @@ exports.CPP = {
128
128
  2026: 74600,
129
129
  },
130
130
  MAX_PENSION: {
131
- RETIREMENT: 17196, // Max amount at age 65
132
- COMBINED_RETIREMENT_SURVIVOR: 17394.36,
131
+ RETIREMENT: 18091.80, // Max amount at age 65
132
+ COMBINED_RETIREMENT_SURVIVOR: 18378.72,
133
133
  DEATH_BENEFIT: 2500,
134
134
  },
135
135
  MAX_REQUEST_AGE: 70,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equisoft/tax-ca",
3
- "version": "2026.1.0",
3
+ "version": "2026.1.1-snapshot.20260106134756",
4
4
  "description": "Canadian tax data and calculation functions.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",