Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 347
Default Mortgage Amortization - Canadian semi annual compounding

I am trying to find a formula to calculate an amortization schedule where the
interest is compounded semi-annually rather than monthly (that's how we do it
in the Great White North).

There are lots of amortization templates but they all seem to calculate
interest on a monthly compounding basis.

Any help would be appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default Mortgage Amortization - Canadian semi annual compounding

The way I answer this is to ask the question How much would I owe after one
year if I made no payments? On a $100 mortgage at 6%, the answer is:

=fv(6%/2,2,0,100) or $106.09

So a 6% Canadian mortgage (ie, compounded semi-annually) has an APR of
6.09%.

The next question is, what monthly interest rate will turn $100 into $106.09
in a year? The answer is:

=rate(12,0,100,-106.09) or 0.49%

To generalize, the formula to convert Canadian mortgage rates to monthly
rates is:

=rate(12,0,100,fv(i/2,2,0,100))

To generalize for any period it's:

=rate(nper,0,100,fv(i/2,2,0,100))

There are other solutions which don't use financial functions, or which use
effective and nominal rates, but I prefer this one because I get a better
idea of where the numbers are coming from.

Hope this helps,
Fred

"George" wrote in message
...
I am trying to find a formula to calculate an amortization schedule where
the
interest is compounded semi-annually rather than monthly (that's how we do
it
in the Great White North).

There are lots of amortization templates but they all seem to calculate
interest on a monthly compounding basis.

Any help would be appreciated.


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
Monthly Mortgage payments for a Semi annual compounding rate Iain Excel Worksheet Functions 11 April 19th 07 06:10 PM
Loan Amortization calculater (Canadian version) joe stern Excel Discussion (Misc queries) 2 May 9th 06 03:34 AM
Canadian Mortgage Formula AFQ Excel Worksheet Functions 2 March 23rd 06 03:35 AM
Is there a macro for Canadian compounding DRB Excel Worksheet Functions 1 February 5th 06 05:23 AM
Is there a macro for Canadian compounding [email protected] Excel Worksheet Functions 0 February 4th 06 12:03 PM


All times are GMT +1. The time now is 10:12 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"