Payment schedule for dodgy debtor
June 22, 2009 3:52 PM
Subscribe
How to determine how much I'm owed by someone who's not going to pay regularly ? (in Excel preferably).
I lent $x as a favour to a person I knew on the basis they would make six monthly payments of $y - the idea was they were paying me an interest payment of 7%.
It's pretty clear now that rather nice picture of life is not going to be how it is.
In the best case what's going to happen is that they're going to make more than six payments and they're not going to be monthly (the worst case is I get an expensive lesson in life).
I want a model I can use to show how much is outstanding at the end of each month and then add the interest onto the principal.
There's an awful lot of 'if you borrow this much how much will the bank charge' stuff out there but I need something which will cope with irregular payments and recalculating the principle based upon the interest received.
Something in Excel would be great but just a desciption of how it should be done would do.
posted by southof40 to computers & internet (7 comments total)
The easiest way that I can think of to do what you want is to use daily compounding.
.0185383 % daily is (to 4 digits) the same as 7 % annual.
So, every time they hand you a check, take the amount that they owed you after the last check and multiply it by 1.000185383^number of days since last payment. That's their previous principal + interest. Then subtract their payment. That's how much money they still owe.
posted by a robot made out of meat at 4:08 PM on June 22 [1 favorite has favorites]