for (let i = 0; i < 7; i++) {
      total += Number(newVat.charAt(i)) * multipliers.common[i];
    }