Skip to content

Commit f978d53

Browse files
authored
Update balance_transfer_calc.md
1 parent 4d68b81 commit f978d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/balance_transfer_calc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ hide:
3939
amountToTransfer = amountTransferred - (plannedMonthlyPayment * totalTimeRequired);
4040
let finalPaymentAmountWithFee = plannedMonthlyPayment * totalTimeRequired;
4141
breakdownString += `<li> Amount to balance transfer in <strong>Year ${counter}</strong> with fee included: <strong>£${finalPaymentAmountWithFee.toFixed(2)}</strong></li>`;
42-
let finalPaymentAmount = finalPaymentAmountWithFee * 0.65;
42+
let finalPaymentAmount = finalPaymentAmountWithFee * 0.965;
4343
breakdownString += `<li> Amount to finish by one time payment in <strong>Year ${counter}</strong>: <strong>£${finalPaymentAmount.toFixed(2)}</strong></li>`;
4444
}
4545
}

0 commit comments

Comments
 (0)