storm23/taeg-calculator

此包最新版本(dev-main)没有可用的许可信息。

计算TAEG("taux annuel effectif global"法语)

dev-main 2024-06-02 16:07 UTC

This package is not auto-updated.

Last update: 2024-09-23 15:54:23 UTC


README

计算TAEG ("taux annuel effectif global"法语)

金额以分表示。

10.30%的TAEG是10.30。

示例

计算1360.00欧元贷款在30个月内的月还款额,TAEG为15.80%

$taeg = new Taeg(136900, 15.80, 30);
$monthlyPayment = $taeg->monthlyPayment();
echo $monthlyPayment

// 5485 => 54.85 euros