Results 1 to 10 of 10

Thread: Amortization calculation

  1. #1

    Thread Starter
    Fanatic Member WorkHorse's Avatar
    Join Date
    Jul 2002
    Location
    Where you live.
    Posts
    591

    Amortization calculation

    How can I determine a payment amount for a delinquent loan. Say the principal is $1000 with simple annual rate of 7%, plus there is back interest of say $400. The interest accrues on the principal at 7% (not compunded) each month. Payments go to back interest before any payments start going to principal. How can I calculate what the monthly payment amount should be to pay the loan in X number of months?
    Last edited by WorkHorse; Mar 7th, 2003 at 06:53 PM.

  2. #2
    Fanatic Member prog_tom's Avatar
    Join Date
    May 2001
    Location
    Los Angeles and Little Rock
    Posts
    810
    My English reading skills aren't all that great understanding the question, but here's my guess:
    Last edited by prog_tom; Mar 7th, 2003 at 12:35 AM.

    prog_tom
    JOIN THE REVOLUTION!!!! Dual T3 backedup science community.
    http://physics.sviesoft.com/forum

  3. #3

    Thread Starter
    Fanatic Member WorkHorse's Avatar
    Join Date
    Jul 2002
    Location
    Where you live.
    Posts
    591
    Sorry. That's not even close.

  4. #4
    Hyperactive Member
    Join Date
    Jun 2002
    Posts
    299
    p = rmp + ib + p

    m=month, ib=initial back interest, p=initial principal, r = interest rate
    If I agree with you today, don't get used to it.

  5. #5

    Thread Starter
    Fanatic Member WorkHorse's Avatar
    Join Date
    Jul 2002
    Location
    Where you live.
    Posts
    591
    I'm not sure I understand your formula:

    p = rmp + ib + p

    m=month, ib=initial back interest, p=initial principal, r = interest rate

    p = 1000 (Principal)
    ib = 400 (Back interest)
    r = .07 (Interest rate)
    m = 24 (Months for repayment)

    rmp + ib + p = X

    rmp = .07 * 24 * 1000 = 1680
    + ib = 2080
    + p = 3080

    What is $3080.00?

    Keep in mind that the idea is that there are accounts with very little interest and accounts with very large back interest. The formula has to be based on simple interest amortization but also account for payments to principal not kicking in until back interest is paid.

    My Excel spreadsheet shows the result should be about $47 per month. But I don't know how to do the calculation. I forgot how do do math when I learned Excel. Please help!

  6. #6
    I don't do your homework! opus's Avatar
    Join Date
    Jun 2000
    Location
    Good Old Europe
    Posts
    3,863
    Did I get it right ?
    The totla Credit was 1000
    The annual interestrate is 7%
    What is a "backinterest"?, the monthly payment (including interest) to payback the credit?
    Assumung that is so:

    The formula to compute the remaining credit after any month is:
    Credit= (Credit* 7%/12)-400

    Do that until Credit is less than 0. I know it'S an iterative way, but EXCEL is fast enough to do that.
    You're welcome to rate this post!
    If your problem is solved, please use the Mark thread as resolved button


    Wait, I'm too old to hurry!

  7. #7

    Thread Starter
    Fanatic Member WorkHorse's Avatar
    Join Date
    Jul 2002
    Location
    Where you live.
    Posts
    591
    Let me try to explain. The number I'm looking for is the amount of the monthly payment. Here's an eample.

    Joe borrows $1500.00. Interest rate is 7% annual, calculated each month. Loan must be repaid in 5 years. So we calculate Joe's monthly payment to pay the debt in 5 years. Joe makes payments and reduces the principal to $1000.00. He loses his job and stops making payments. While Joe isn't making payments interest still accrues each month ($1000 & .07 / 12 per month). So after 2 years Joe still owes $1000 principal, plus $200 in unpaid interest that accrued while he wasn't making payments. That $200 is the back interest. Joe gets a good job and wants get the debt paid. He has 3 years left to pay the debt. How much would Joe have to pay each month to pay the debt in the remaining 3 years?

    If the payment amount comes out to, say, $50, the first 4 payments would pay off the $200 back interest. During that time, interest still accrues on the $1000 ($1000 & .07 / 12 per month). So the 5th payment would go toward the interest that accrued during the last 5 months when nothing was being paid on interest. Once the interest gets paid down, then payments start going to principal + monthly interest like a regular loan. So how do I calculate Joe's monthly payment? (I need to code it. I'm only using Excel to check the code.)

    Thank you.

  8. #8
    I don't do your homework! opus's Avatar
    Join Date
    Jun 2000
    Location
    Good Old Europe
    Posts
    3,863
    Now I do understand!
    To start with, your "back interset" is nothing else than a part of the actual "owed amount".
    Put it that way, if you get a loan of 1000 for one year, after that year you do owe the bank 1000 plus the interest (if you didn't pay back anything).

    "Normally" the yearly or monthly amount to pay back is calculated as a percentage of the original credit. That way you pay the same amount each time (nearly), but the actual interest you have to pay each period is decreasing. But the amount is never the same all the time, either you have a different first or last amount.

    I don't think that their is an exact formula to calculate the amount direct. My best guess is:

    Creditamount*0,55*(InterestRate/12)+Creditamount/Paymentperiods

    I used 0,55 just because 0,5 wasn't enough.
    You're welcome to rate this post!
    If your problem is solved, please use the Mark thread as resolved button


    Wait, I'm too old to hurry!

  9. #9
    I don't do your homework! opus's Avatar
    Join Date
    Jun 2000
    Location
    Good Old Europe
    Posts
    3,863
    A bit more thinking and I got a formula:


    Amount to pay = Creditamount*( ( 1+Interest)^Periods)/( (1+Interest)^0 +(1+Interest)^1 .....(1+Interest)^Periods-1)


    With (1+Interest) would be in your example 1 +0,07/12
    Sorry for the bad writing, but I don't know how to do the Summ symbol!
    You're welcome to rate this post!
    If your problem is solved, please use the Mark thread as resolved button


    Wait, I'm too old to hurry!

  10. #10
    Addicted Member
    Join Date
    Nov 2002
    Posts
    155
    Mathworld has a whole section on business math

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width