@equisoft/tax-ca
Advanced tools
Comparing version 2018.0.22 to 2018.0.23
@@ -19,4 +19,4 @@ "use strict"; | ||
CANADIAN_EQUITIES: 0.065, | ||
CONSERVATIVE_PORFOLIO: 0.032, | ||
BALANCED_PORTFOLIO: 0.0390, | ||
CONSERVATIVE_PORTFOLIO: 0.032, | ||
BALANCED_PORTFOLIO: 0.039, | ||
DYNAMIC_PORTFOLIO: 0.0475 | ||
@@ -23,0 +23,0 @@ }, |
{ | ||
"name": "@equisoft/tax-ca", | ||
"version": "2018.0.22", | ||
"version": "2018.0.23", | ||
"description": "Canadian tax data and calculation functions.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -45,8 +45,8 @@ # tax-ca | ||
```javascript | ||
import { pension } from '@equisoft/tax-ca'; | ||
import { PENSION } from '@equisoft/tax-ca'; | ||
const { oas, cpp } = pension; | ||
const { OAS, CPP } = PENSION; | ||
console.log("OAS maximum age: ", oas.max_age); // 70 | ||
console.log("CPP AAF for age 67: ", cpp.getAAF(67)); // 1.168 | ||
console.log("OAS maximum age: ", OAS.MAX_AGE); // 70 | ||
console.log("CPP AAF for age 67: ", CPP.getAAF(67)); // 1.168 | ||
``` | ||
@@ -108,2 +108,2 @@ | ||
We strongly value [inner source](https://en.wikipedia.org/wiki/Inner_source) practices within Equisoft and encourage contributors external to the FNA team to submit issues (including feature requests) and pull request to the repository. | ||
We strongly value [inner source](https://en.wikipedia.org/wiki/Inner_source) practices within Equisoft and encourage contributors external to the FNA team to submit issues (including feature requests) and pull requests to the repository. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
44909
23
1