Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Figuring Late Payment on Mortgage

I'm not a sophisticated user of Excel but am wondering, if it is possible,
how I can set up a work sheet to figure out how much interest is owed when
someone is paying me late on their mortgage payment.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default Figuring Late Payment on Mortgage

Try these models (they are free):
http://www.vertex42.com/ExcelTemplat...rtization.html

http://www.vertex42.com/ExcelTemplat...alculator.html


Regards,
Ryan--
--
RyGuy


"Bzzygrl" wrote:

I'm not a sophisticated user of Excel but am wondering, if it is possible,
how I can set up a work sheet to figure out how much interest is owed when
someone is paying me late on their mortgage payment.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Figuring Late Payment on Mortgage

Thanks, Ryan, but I already looked at those and it doesn't do what I need. F
or example, if I'm to receive the mortgage payment on the 1st of the month
but I don't actually receive it until the 15th of month - that's 14 days that
they are late - I need something to figure out how much interested I'm owed
for the 14 days and on an accumulating basis as they are always late. Any
help that you can give would be great.

"ryguy7272" wrote:

Try these models (they are free):
http://www.vertex42.com/ExcelTemplat...rtization.html

http://www.vertex42.com/ExcelTemplat...alculator.html


Regards,
Ryan--
--
RyGuy


"Bzzygrl" wrote:

I'm not a sophisticated user of Excel but am wondering, if it is possible,
how I can set up a work sheet to figure out how much interest is owed when
someone is paying me late on their mortgage payment.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,059
Default Figuring Late Payment on Mortgage

On Jan 8, 1:14 pm, Bzzygrl wrote:
I'm not a sophisticated user of Excel but am wondering, if it is possible,
how I can set up a work sheet to figure out how much interest is owed
when someone is paying me late on their mortgage payment.


On Jan 8, 2:08*pm, Bzzygrl wrote:
For example, if I'm to receive the mortgage payment on the 1st of the
month but I don't actually receive it until the 15th of month - that's 14 days
that they are late - I need something to figure out how much [interest] I'm
owed for the 14 days and on an accumulating basis as they are always late.


Well, you don't say how the loan is structured; specifically how
interest is normally computed. Assuming a typical amortized loan, the
following might meet your needs:

interestDue =
loanBalance * dailyRate *
( max(currentDueDate, currentPaidDate) -
max(previousDueDate, previousPaidDate) )

dailyRate = annualRate / 365

This assumes that if the payment is early, the full interest is
charged up to the due date.

In the US, the divisor of dailyRate may be 366 in a leap year. But
the lender is permitted to always use 365, which favors the lender.

Note that that is interest due. Technically, interest paid is:

interestPaid = payment - principlePaid

principlePaid = min(loanBalance, payment - interestDue)

The point is: any payment in excess of the loan balance should be
considered a finance charge.

HTH.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
mortgage payment england26 Excel Worksheet Functions 2 November 6th 07 01:16 AM
How to calculate a mortgage payment? Grd Excel Worksheet Functions 5 August 28th 07 11:46 PM
How do I use Excel 2007 to determine late payment amounts pecc19 Excel Discussion (Misc queries) 3 August 26th 07 03:24 PM
how do you get a positive number payment with a mortgage payment . sam Excel Worksheet Functions 1 February 2nd 05 05:32 AM
how do i locate a template for late payment fee Skinner Home Center Excel Worksheet Functions 0 January 10th 05 09:43 PM


All times are GMT +1. The time now is 05:02 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"