@equisoft/tax-ca
Advanced tools
Comparing version 2018.0.14 to 2018.0.15
@@ -89,3 +89,3 @@ "use strict"; | ||
INDEXATION_RATES_REFERENCES: [// Previous year inflation used as indexation | ||
[2007, 2.0], [2008, 2.2], [2009, 2.3], [2010, 0.3], [2011, 1.8], [2012, 2.9], [2013, 1.5], [2014, 0.9], [2015, 2.0], [2016, 1.1], [2017, 1.4], [2018, 1.6]], | ||
[2007, 0.020], [2008, 0.022], [2009, 0.023], [2010, 0.003], [2011, 0.018], [2012, 0.029], [2013, 0.015], [2014, 0.009], [2015, 0.020], [2016, 0.011], [2017, 0.014], [2018, 0.016]], | ||
MAX_PENSION: { | ||
@@ -92,0 +92,0 @@ RETIREMENT: 13610.04, |
@@ -67,3 +67,3 @@ "use strict"; | ||
}, | ||
INDEXATION_RATE_REFERENCES: [[2007, 2.1], [2008, 2.0], [2009, 2.5], [2010, 0.4], [2011, 1.7], [2012, 2.8], [2013, 1.8], [2014, 0.9], [2015, 1.8], [2016, 1.2], [2017, 2.0], [2018, 1.5]], | ||
INDEXATION_RATE_REFERENCES: [[2007, 0.021], [2008, 0.020], [2009, 0.025], [2010, 0.004], [2011, 0.017], [2012, 0.028], [2013, 0.018], [2014, 0.009], [2015, 0.018], [2016, 0.012], [2017, 0.020], [2018, 0.015]], | ||
MAX_INCOME: { | ||
@@ -70,0 +70,0 @@ 1966: 5000, |
{ | ||
"name": "@equisoft/tax-ca", | ||
"version": "2018.0.14", | ||
"version": "2018.0.15", | ||
"description": "Canadian tax data and calculation functions.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -29,3 +29,3 @@ # tax-ca | ||
We suggest you lock the library dependency to the minor version and exectue exhaustive testing before migrating to a new version to avoid unintentional regression. | ||
We suggest you lock the library dependency to the `minor` version and execute exhaustive testing before migrating to a new version to avoid unintentional regression. | ||
@@ -32,0 +32,0 @@ ```javascript |
28559