0.4.1 • Published 7 years ago

tax-round-br v0.4.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

tax-round-br NPM version

Rounding of federal taxes in Brazil uses asymmetric arithmetic round.

Rounding of federal taxes in Brazil is discussed in the IN 1145/20155 : Instrução Normativa nº 1145/2011 Rounding should be done based on the 2nd decimal place as follows: Evaluate the 3rd decimal place: If it is less then 5, the value of previous decimal place should be kept. If it is greater then 5, the value of the previous decimal place should be increased by one. If it is equal to 5, the next decimal place should be evaluate the fourth decimal place as follows: If it's value is between 0 and 4, the value of the first decimal place should be kept. If it's value is between 5 and 9, the value of the first decimal place should be increased by one.

The original text in Portuguese "Parágrafo único. O arredondamento do algarismo da casa decimal de que trata o inciso I do caput será efetuado levando-se em consideração o algarismo relativo à 2ª (segunda) casa decimal, do modo a seguir: I - menor que 5 (cinco), permanecerá o algarismo da 1ª (primeira) casa decimal; II - maior que 5 (cinco), acrescentar-se-á uma unidade ao algarismo da 1ª (primeira) casa decimal; e III - igual a 5 (cinco), deverá ser analisada a 3ª (terceira) casa decimal, da seguinte maneira: a) quando o algarismo estiver compreendido entre 0 (zero) e 4 (quatro), permanecerá o algarismo da 1ª (primeira) casa decimal; e b) quando o algarismo estiver compreendido entre 5 (cinco) e 9 (nove), acrescentar-se-á uma unidade ao algarismo da 1ª (primeira) casa decimal." (NR)".

##Use

###To build

npm install -d

###To run the tests

gulp

###To use in your project

Required Dependency Status devDependency Status

  • node.js 4+

    npm install tax-round-br

In your code:

let roundTax = require('tax-round-br');

let valueRounded = roundTax(100/3);
0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago