<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How to model an unusual mortgage repayment strategy in Excel?</title>
	<link>http://ask.metafilter.com/83673/How-to-model-an-unusual-mortgage-repayment-strategy-in-Excel/</link>
	<description>Comments on Ask MetaFilter post How to model an unusual mortgage repayment strategy in Excel?</description>
	<pubDate>Thu, 14 Feb 2008 17:32:00 -0800</pubDate>
	<lastBuildDate>Thu, 14 Feb 2008 17:32:00 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How to model an unusual mortgage repayment strategy in Excel?</title>
		<link>http://ask.metafilter.com/83673/How-to-model-an-unusual-mortgage-repayment-strategy-in-Excel</link>	
		<description>How can I model an unusual mortgage repayment strategy in, say, Excel? &lt;br /&gt;&lt;br /&gt; A recent post somewhere in blogland (Lifehacker?) suggested a strategy for paying your mortgage out early.  Whenever you make an ordinary &apos;interest plus principal&apos; payment, make an additional payment equal to your next payment&apos;s principal component.&lt;br&gt;
&lt;br&gt;
I can find plenty of amortisation templates for Excel - plug in a term, frequency of payment and interest rate andit spits out the interest and principal components for all payments until the loan is paid out.  &lt;br&gt;
&lt;br&gt;
Some of the templates even allow you to schedule an additional repayment (eg, &apos;show me what happens if I kick in an extra $1000 a month&quot;).  However, I&apos;m having trouble working out how to model makng an additional payment with a different value each month - as the loan amortises (?), interest payments go down and principal goes up.&lt;br&gt;
&lt;br&gt;
Any ideas?  I pay fortnightly / biweekly, if it matters.  (And no, I don&apos;t want to hear about whether this makes sound financial sense.  I know the opportunity costs - I just want to see the numbers.)</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.83673</guid>
		<pubDate>Thu, 14 Feb 2008 17:16:37 -0800</pubDate>
		<dc:creator>obiwanwasabi</dc:creator>
		
			<category>mortage</category>
		
			<category>loan</category>
		
			<category>repayment</category>
		
	</item> <item>
		<title>By: hjo3</title>
		<link>http://ask.metafilter.com/83673/How-to-model-an-unusual-mortgage-repayment-strategy-in-Excel#1238683</link>	
		<description>&lt;a href=&quot;http://www.mtgprofessor.com/spreadsheets.htm&quot;&gt;Mortgage Professor has spreadsheets&lt;/a&gt; for that.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.83673-1238683</guid>
		<pubDate>Thu, 14 Feb 2008 17:32:00 -0800</pubDate>
		<dc:creator>hjo3</dc:creator>
	</item><item>
		<title>By: hjo3</title>
		<link>http://ask.metafilter.com/83673/How-to-model-an-unusual-mortgage-repayment-strategy-in-Excel#1238698</link>	
		<description>(Er, they&apos;re for monthly, not bimonthly, payments. But it wouldn&apos;t be hard to modify the &apos;sheet.)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.83673-1238698</guid>
		<pubDate>Thu, 14 Feb 2008 17:42:56 -0800</pubDate>
		<dc:creator>hjo3</dc:creator>
	</item><item>
		<title>By: 45moore45</title>
		<link>http://ask.metafilter.com/83673/How-to-model-an-unusual-mortgage-repayment-strategy-in-Excel#1238699</link>	
		<description>Why reinvent the wheel?  You can do what you describe using one of the free mortgage calculators on www.dinkytown.net  They have over 250 financial calculators including a whole section for just mortgage related financial what-ifs.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.83673-1238699</guid>
		<pubDate>Thu, 14 Feb 2008 17:43:45 -0800</pubDate>
		<dc:creator>45moore45</dc:creator>
	</item><item>
		<title>By: crazycanuck</title>
		<link>http://ask.metafilter.com/83673/How-to-model-an-unusual-mortgage-repayment-strategy-in-Excel#1238708</link>	
		<description>The strategy was given in &lt;a href=&quot;http://www.getrichslowly.org/blog/2008/02/12/mortgage-prepayment-made-easy-own-your-home-in-half-the-time/&quot;&gt;Get Rich Slowly&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.83673-1238708</guid>
		<pubDate>Thu, 14 Feb 2008 17:52:39 -0800</pubDate>
		<dc:creator>crazycanuck</dc:creator>
	</item><item>
		<title>By: ssg</title>
		<link>http://ask.metafilter.com/83673/How-to-model-an-unusual-mortgage-repayment-strategy-in-Excel#1238746</link>	
		<description>If you use the &lt;i&gt;Extra Payments on Bimonthly Payment Fixed-Rate Mortgages&lt;/i&gt; sheet from hjo3&apos;s link, with a few modifications, you can do this. &lt;br&gt;
&lt;br&gt;
Every time you make an additional principal payment, all the payments that follow have to be recalculated. If you are basing this period&apos;s additional principal payment on the next period&apos;s principal payment, you are going to run into a circular reference problem. Here is what you can do to avoid this:&lt;br&gt;
&lt;br&gt;
Use Column H to contain the balance of the loan before the extra payment is applied:&lt;br&gt;
Use H14 =MAX($F$6+$F$6*F4/24-B14;0)&lt;br&gt;
and then H15=MAX(F14+F14*$F$4/24-B15;0), copy H15 and paste down to the end.&lt;br&gt;
&lt;br&gt;
Calculate the extra payment for the period in Column E using the data is Column H:&lt;br&gt;
Use E14=((IF(H14&amp;gt;(B14-C14);$G$9;F14+C15))-(H14*$F$4/24)), copy E14 and paste down to the end.&lt;br&gt;
&lt;br&gt;
You&apos;ll get some errors once you hit payments past the point where the mortgage has been paid off, but you can ignore these.&lt;br&gt;
&lt;br&gt;
Also, if you want the sheet to calculate for biweekly payments, you&apos;ll have to change instances of 24 in all sheet formulae to 26 (and 12 in the header to 13).&lt;br&gt;
&lt;br&gt;
(Of course, the short answer is that you pay the mortgage off twice as fast).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.83673-1238746</guid>
		<pubDate>Thu, 14 Feb 2008 18:31:07 -0800</pubDate>
		<dc:creator>ssg</dc:creator>
	</item><item>
		<title>By: obiwanwasabi</title>
		<link>http://ask.metafilter.com/83673/How-to-model-an-unusual-mortgage-repayment-strategy-in-Excel#1239965</link>	
		<description>Thanks ssg - that&apos;s exactly what I was after.  For some reason my version of Excel likes commas instead of semi-colons, but it all worked perfectly.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.83673-1239965</guid>
		<pubDate>Fri, 15 Feb 2008 18:48:42 -0800</pubDate>
		<dc:creator>obiwanwasabi</dc:creator>
	</item>
	</channel>
</rss>
