@equisoft/tax-ca
Advanced tools
Comparing version 2025.0.1-snapshot.20250102155517 to 2025.0.1-snapshot.20250102163719
@@ -9,3 +9,3 @@ "use strict"; | ||
Revised | ||
2024-12-24 | ||
2025-01-02 | ||
*/ | ||
@@ -34,9 +34,12 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
FLAT_BENEFIT: { | ||
// Survivors' benefits | ||
ORPHAN: 3621.24, | ||
// Disability benefits | ||
DISABILITY: 19281.36, | ||
UNDER_45: 8871.72, | ||
UNDER_45_WITH_CHILD: 8871.72, | ||
UNDER_45_DISABLED: 8871.72, | ||
FROM_45_TO_64: 8871.72, | ||
OVER_64_WITHOUT_PENSION: 9825.12, | ||
// Surviving spouse's pension | ||
UNDER_45: 9250.56, | ||
UNDER_45_WITH_CHILD: 9250.56, | ||
UNDER_45_DISABLED: 9250.56, | ||
FROM_45_TO_64: 9250.56, | ||
OVER_64_WITHOUT_PENSION: 10317.60, | ||
}, | ||
@@ -157,4 +160,4 @@ getRequestDateFactor(birthDate, requestDate, customReferenceDate) { | ||
MAX_PENSION: { | ||
RETIREMENT: 16375.20, // Max amount at age 65 | ||
COMBINED_RETIREMENT_SURVIVOR: 19362.48, | ||
RETIREMENT: 17196, // Max amount at age 65 | ||
COMBINED_RETIREMENT_SURVIVOR: 17394.36, | ||
DEATH_BENEFIT: 2500, | ||
@@ -161,0 +164,0 @@ }, |
@@ -6,7 +6,6 @@ "use strict"; | ||
https://www.canada.ca/en/services/benefits/publicpensions/cpp/old-age-security/recovery-tax.html | ||
https://www.canada.ca/en/services/benefits/publicpensions/cpp/old-age-security/eligibility.html (delay bonus) | ||
https://www.canada.ca/en/services/benefits/publicpensions/cpp/old-age-security/payments.html | ||
https://www.canada.ca/en/services/benefits/publicpensions/cpp/old-age-security/benefit-amount.html (delay bonus) | ||
Revised | ||
2024-10-07 | ||
2025-01-02 | ||
*/ | ||
@@ -63,3 +62,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
RATE: 0.1, | ||
REPAYMENT_MAX: 153771, | ||
REPAYMENT_MAX: 154196, | ||
}, | ||
@@ -69,6 +68,6 @@ MONTHLY_PAYMENT_MAX: 727.67, | ||
REPAYMENT: { | ||
MAX: 148065, | ||
MIN: 90997, | ||
MAX: 148451, | ||
MIN: 93454, | ||
RATIO: 0.15, | ||
}, | ||
}; |
{ | ||
"name": "@equisoft/tax-ca", | ||
"version": "2025.0.1-snapshot.20250102155517", | ||
"version": "2025.0.1-snapshot.20250102163719", | ||
"description": "Canadian tax data and calculation functions.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
79042
2424