P
papy
Hi All,
I would like to improve the schedule attached.
http://cjoint.com/?ipkzvZlI8y
It is the calculation of the non utilisation fee (CCNU) on a revolving loan
(C)
The borrower can used the loan as he likes during the authorized period but
when he don't use it, he has to pay a fee.
This is the non utilisation fee.
Of course, he can borrow several amounts but cannot exceed the authorized
amount.
The calculation of the fee begins again at each repayment.
We suppose: DB = Beginning authorisation
DF = Ending authorisation
D1 = Beginning utilisation
D2 = Ending utilisation
t = Rate
CCNU = Non utilisation fee
CNU = Principal non used
C = Principal authorised
======> CCNU = CNU*t*(D1 - DB) / 36000
Perhaps some VBA code ?
Many thanks for your help.
Regards.
Papy from Paris
I would like to improve the schedule attached.
http://cjoint.com/?ipkzvZlI8y
It is the calculation of the non utilisation fee (CCNU) on a revolving loan
(C)
The borrower can used the loan as he likes during the authorized period but
when he don't use it, he has to pay a fee.
This is the non utilisation fee.
Of course, he can borrow several amounts but cannot exceed the authorized
amount.
The calculation of the fee begins again at each repayment.
We suppose: DB = Beginning authorisation
DF = Ending authorisation
D1 = Beginning utilisation
D2 = Ending utilisation
t = Rate
CCNU = Non utilisation fee
CNU = Principal non used
C = Principal authorised
======> CCNU = CNU*t*(D1 - DB) / 36000
Perhaps some VBA code ?
Many thanks for your help.
Regards.
Papy from Paris