Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default Is there a macro for Canadian compounding

"DRB" wrote:
If I want to calculate a mortgage payment with Canadian
semi-annual compounding I can't use the built in functions.


I believe you can, if you know how. I am not familiar with
Canadian mortgages, but based on one Canadian mortgage
calculator [1], I believe the following would work using normal
worksheet functions.

Example: 25yr loan of $130,000 at 4.89%. The monthly
payment ($747.97) can be computed as follows:

=PMT(RATE(6,,-1,1+4.89%/2),25*12,-130000)

Explanation: Apparently, the monthly interest rate is the
compounded rate that equals the semi-annual rate, defined
as the annual rate divided by two.

I cannot say with impunity that is correct because I have
found ambiguous explanations of Canadian mortgage rates.

But I ass-u-me that a Canadian lender's calculator does the
right thing. I also note that the above formula is equivalent
to another formula offered by www.exceltip.com [2].


-----
[1] http://www.canequity.com/mortgage-calculator

[2]
http://www.exceltip.com/st/Calculati...ents/1129.html
Note that (4.89%/2 + 1)^(2/12) - 1 is mathematically the
same as RATE(6,,-1,1+4.89%/2), and the numerical results
are the same to 12 significant digits in this example.
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
Search, Copy, Paste Macro in Excel [email protected] Excel Worksheet Functions 0 January 3rd 06 06:51 PM
Can T Get Macro To Run! Nipper New Users to Excel 2 November 4th 05 04:48 AM
Closing File Error jcliquidtension Excel Discussion (Misc queries) 4 October 20th 05 12:22 PM
Help with macro looping and color query function kevinm Excel Discussion (Misc queries) 10 May 26th 05 01:25 AM
Date macro Hiking Excel Discussion (Misc queries) 9 February 3rd 05 12:40 AM


All times are GMT +1. The time now is 10:41 AM.

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

About Us

"It's about Microsoft Excel"