@equisoft/tax-ca 2022.1.0 → 2022.1.1

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.
@@ -11,7 +11,7 @@ Sources
11
11
  http://www.statcan.gc.ca/tables-tableaux/sum-som/l01/cst01/econ46a-eng.htm
12
12
 
13
13
  Revised
14
- 2022-01-04
14
+ 2022-01-20
15
15
  */
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  exports.CPP = void 0;
@@ -48,7 +48,7 @@ exports.CPP = {
48
48
  DEFAULT_REFERENCE_AGE: 65,
49
49
  FLAT_BENEFIT: {
50
50
  ORPHAN: 3174.36,
51
- DISABILITY: 17577.96,
51
+ DISABILITY: 17489.40,
52
52
  UNDER_45: 8097.48,
53
53
  UNDER_45_WITH_CHILD: 8097.48,
54
54
  UNDER_45_DISABLED: 8097.48,
@@ -6,7 +6,7 @@ Sources
6
6
  https://www.rrq.gouv.qc.ca/en/services/publications/regime_rentes/retraite/Pages/tableaux-revenus-travail-admissibles.aspx
7
7
 
8
8
  Revised
9
- 2022-01-04
9
+ 2022-01-20
10
10
  */
11
11
  // tslint:enable:max-line-length
12
12
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -45,11 +45,11 @@ exports.QPP = {
45
45
  FLAT_BENEFIT: {
46
46
  ORPHAN: 3174.36,
47
47
  DISABILITY: 17565.96,
48
- UNDER_45: 7268.16,
49
- UNDER_45_WITH_CHILD: 11501.16,
50
- UNDER_45_DISABLED: 11951.04,
51
- FROM_45_TO_64: 11951.04,
52
- OVER_64_WITHOUT_PENSION: 9013.80,
48
+ UNDER_45: 7234.32,
49
+ UNDER_45_WITH_CHILD: 11467.32,
50
+ UNDER_45_DISABLED: 11917.20,
51
+ FROM_45_TO_64: 11917.20,
52
+ OVER_64_WITHOUT_PENSION: 8959.80,
53
53
  },
54
54
  getRequestDateFactor(birthDate, requestDate, customReferenceDate) {
55
55
  const { BONUS, PENALTY } = this.MONTHLY_DELAY;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equisoft/tax-ca",
3
- "version": "2022.1.0",
3
+ "version": "2022.1.1",
4
4
  "description": "Canadian tax data and calculation functions.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",