n5-credit-calculator

1.0.7 • Public • Published
const creditCalculator = new CreditCalculator(
          [moment()]),
          moment(),
          insurancePercentageRate,
          insuranceInterestPercentageRate,
          maxAmount,
          maxMonthlyPayment,
          minEffectiveRate,
          maxInstallments,
          notarioRate,
          timbresRate,
          itbmsRate,
          nominalRate,
          maxAmountPercentage,
          porcentajeCostoDeFondo,
          porcentajePerdidaEsperada
        )
        
const calculatedData = creditCalculator.calculate(
      currentAmount,
      currentInstallments,
      commission
    )

/n5-credit-calculator/

    Package Sidebar

    Install

    npm i n5-credit-calculator

    Weekly Downloads

    87

    Version

    1.0.7

    License

    none

    Unpacked Size

    95 kB

    Total Files

    14

    Last publish

    Collaborators

    • npmdigbang