Round or Truncate for Money Operation
operations via decimal (for example a multiplication) are rounded by default (so for example with a decimal with scale of 2, a number 0.126 will be saved 0.13 on the database. By doing operations between currencies (for example multiplications between currencies and wallets, it is better to first truncate without rounds before saving it to the database for having the right result?