آلة حاسبة للفائدة المركبة

{$ 'Attribute' | translate $}{$ 'Value' | translate $}
الرصيد الأولي{$ $parent.$ctrl.result.initialBalance | number:2 $}
إجمالي المساهمات{$ $parent.$ctrl.result.totalContributions | number:2 $}
إجمالي الودائع{$ $parent.$ctrl.result.totalDeposit | number:2 $}
إجمالي الفائدة{$ $parent.$ctrl.result.totalInterest | number:2 $}
إجمالي الرصيد{$ $parent.$ctrl.result.totalBalance | number:2 $}
{$ 'Month' | translate $}الرصيد الابتدائيالمساهمة الشهريةالمساهمة التراكمية{$ 'Interest' | translate $}الفائدة التراكميةإجمالي الرصيد
{$ item.termNumber | number:0 $} {$ item.monthLabel $} {$ item.startingBalance | number:2 $} {$ item.monthContributions ? (item.monthContributions | number:2) : '—' $} {$ item.cumulativeContributions ? (item.cumulativeContributions | number:2) : '—' $} {$ item.interest ? (item.interest | number:2) : '—' $} {$ item.cumulativeInterest ? (item.cumulativeInterest | number:2) : '—' $} {$ item.endBalance | number:2 $}