<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AllFinancialMatters &#187; Financial Math Basics</title>
	<atom:link href="http://allfinancialmatters.com/category/financial-math-basics/feed/" rel="self" type="application/rss+xml" />
	<link>http://allfinancialmatters.com</link>
	<description>A personal finance blog dedicated to discussing such topics as budgeting, asset allocation, 401K, IRA, cash flow, insurance, financial planning, portfolio management, and other areas in personal finance.</description>
	<lastBuildDate>Mon, 16 Nov 2009 15:58:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Use the RATE Function in Excel</title>
		<link>http://allfinancialmatters.com/2009/11/03/how-to-use-the-rate-function-in-excel/</link>
		<comments>http://allfinancialmatters.com/2009/11/03/how-to-use-the-rate-function-in-excel/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 03:24:41 +0000</pubDate>
		<dc:creator>JLP</dc:creator>
				<category><![CDATA[Financial Math Basics]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[RATE Function]]></category>

		<guid isPermaLink="false">http://allfinancialmatters.com/?p=4195</guid>
		<description><![CDATA[Yesterday I used the RATE function in Excel for a post.  A reader asked me if I could explain the RATE function.  This post will attempt to do that.
First off, you use the RATE function when you want to calculate what rate of return would be required to meet a certain goal, based [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I used the RATE function in Excel for a post.  A reader asked me if I could explain the RATE function.  This post will attempt to do that.</p>
<p>First off, you use the RATE function when you want to calculate what rate of return would be required to meet a certain goal, based on a few assumptions.  Let&#8217;s use the information from yesterday&#8217;s post:</p>
<p>Retirement Goal: $1,000,000<br />
Years until retirement: 20 (240 months)<br />
Current retirement account balance: $100,000<br />
Monthly contribution amount: $500</p>
<p>You can set it up like this in Excel:</p>
<p><center><img src="http://allfinancialmatters.com/wp-content/uploads/2009/11/RATE-1.GIF" alt="Excel RATE Function - 1" title="Excel RATE Function - 1" width="376" height="55" class="alignnone size-full wp-image-4198" /></center></p>
<p>Then, to solve for the rate, you simply put your click on cell E1 and then choose Insert > Function from the menu.  You should then see this:</p>
<p><center><img src="http://allfinancialmatters.com/wp-content/uploads/2009/11/RATE-2.GIF" alt="Excel RATE Function - 2" title="Excel RATE Function - 2" width="398" height="340" class="alignnone size-full wp-image-4199" /></center></p>
<p>If you don&#8217;t see the RATE function listed in the center menu, then you might need to select &#8220;All&#8221; from the drop down menu above and then scroll down in the main menu until you see RATE.</p>
<p>Once you click on RATE and then &#8220;Okay&#8221;, you&#8217;ll see a menu that looks like this:</p>
<p><center><img src="http://allfinancialmatters.com/wp-content/uploads/2009/11/RATE-3.GIF" alt="Excel RATE Function - 3" title="Excel RATE Function - 3" width="474" height="341" class="alignnone size-full wp-image-4200" /></center></p>
<p>Then, you simply fill in the information, referencing the appropriate cells like this:</p>
<p><center><img src="http://allfinancialmatters.com/wp-content/uploads/2009/11/RATE-4.GIF" alt="Exel RATE Function - 4" title="Exel RATE Function - 4" width="473" height="341" class="alignnone size-full wp-image-4201" /></center></p>
<p>Here&#8217;s a quick explanation of each input:</p>
<p><strong>Nper &#8211; </strong>the number of periods involved in this example.  It&#8217;s 20 years but we&#8217;re making monthly contributions, so it&#8217;s more accurate to use 240 months.  So we reference cell C1 and multiply it by 12.</p>
<p><strong>Pmt &#8211; </strong>the monthly contribution amount expressed as a negative number.  Think of it like a cash flow amount.  The $500 is flowing out each month.  So, we reference cell D1 and multiply it by -1 to get a negative number.</p>
<p><strong>Pv &#8211; </strong>the present value of the retirement account&#8212;again expressed as a negative number.  We reference cell A1 and multiply it by -1.</p>
<p><strong>Fv &#8211; </strong>the future value of the retirement account.  This value is expressed as a positive number.  We reference cell B1.</p>
<p><strong>Type &#8211; </strong>input 1 if the payment is made at the beginning of the month or 0 or leave it blank if the payment is made at the end of the month.  I chose the beginning of the month and therefore inserted 1.</p>
<p><strong>Guess &#8211; </strong>(you&#8217;ll have to scroll down to see this input as it is located under Type)  This function requires a rate guess in order work properly.  The default is 10 percent. I left this blank.</p>
<p>After you enter all the necessary information, click &#8220;OK.&#8221;  You should see .78%, although you might see 1%.  In that case, simply go into cell format and change the number settings to two decimal places.</p>
<p>Also, the formula will give you a monthly return.  To convert it to an annual number, simply convert the percentage to a decimal and raise that number to the 12th power.  Like this:</p>
<p><center><strong>(1 + .0078)<sup>12</sup>- 1</strong></center></p>
<p><center><strong>(1.0078)<sup>12</sup>- 1</strong></center></p>
<p><center><strong>1.09786 &#8211; 1</strong></center></p>
<p><center><strong>.09786 or 9.79%</strong></center></p>
<p>Hopefully, if I have done a good job, you now know how to use Excel&#8217;s RATE function.  If you have any questions, please feel free to leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://allfinancialmatters.com/2009/11/03/how-to-use-the-rate-function-in-excel/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Reader Question on How to Determine How Your Investments Are Doing</title>
		<link>http://allfinancialmatters.com/2009/11/02/reader-question-on-how-to-determine-how-your-investments-are-doing/</link>
		<comments>http://allfinancialmatters.com/2009/11/02/reader-question-on-how-to-determine-how-your-investments-are-doing/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 19:22:02 +0000</pubDate>
		<dc:creator>JLP</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[Financial Math Basics]]></category>
		<category><![CDATA[Financial Planning]]></category>
		<category><![CDATA[Investing]]></category>

		<guid isPermaLink="false">http://allfinancialmatters.com/?p=4190</guid>
		<description><![CDATA[The following comment was left on this post from last week:
Have a question:
What reasonable standards should investors use to measure how well or poorly that they are doing?
I’m sure that an answer would include “it depends” but if so, depends on what?
We are about 10% under our 12.31.07 balances and we are pleased but how [...]]]></description>
			<content:encoded><![CDATA[<p>The following comment was left on this post from last week:</p>
<blockquote><p>Have a question:</p>
<p>What reasonable standards should investors use to measure how well or poorly that they are doing?</p>
<p>I’m sure that an answer would include “it depends” but if so, depends on what?</p>
<p>We are about 10% under our 12.31.07 balances and we are pleased but how pleased should we be? There is always someone who well fare better or worse but I’m at a loss as to which reasonable “standards” that I should use to know how I’m doing?</p></blockquote>
<p>That&#8217;s a very good question.</p>
<p>Unfortunately, the appropriate answer is: it depends.</p>
<p>From a general standpoint, your portfolio&#8217;s performance should be judged against the appropriate benchmark or benchmarks.</p>
<p>For instance, if you have a portfolio of 50% large-cap stocks and 50% bonds, you would not base your performance on solely on the S&#038;P 500 Index.  Rather, you&#8217;d base it on a 50/50 split between the S&#038;P 500 Index and the appropriate bond index.  </p>
<p>If your portfolio is comprised of large-cap, mid-cap, small-cap, bonds, and real-estate investment trusts, then you need to base the performance on benchmarks for all of those asset classes.</p>
<p>The reason for this is that it&#8217;s easy to say, &#8220;Wow!  We did awesome last year.  Our portfolio was up 8%!&#8221;  The reality could be that a benchmark portfolio might have been up 12%, making your 8% return not so stellar.</p>
<p>Of course, another way to judge your performance is to do what <a href="http://allfinancialmatters.com/2009/10/29/another-interesting-look-at-sp-500-index-returns/#comment-440367"target="_blank">BG suggested</a> in the comments of that post and that is to base your performance on whether or not you&#8217;re meeting your future goals.  It doesn&#8217;t matter how your portfolio is doing if it&#8217;s not helping you meet your future goals.</p>
<p><strong>For example&#8230;</strong></p>
<p>Let&#8217;s say you have a retirement goal of $1,000,000 (purely hypothetical, ignoring inflation).   Your retirement is 20 years away and you have $100,000 saved up so far.  You are contributing $500 per month into an S&#038;P 500-based fund.  You don&#8217;t expect your contribution amount to change (again, hypothetical).</p>
<p>Using the RATE function in Excel, I figured that the required rate of return to meet that goal is .78% per month (9.79% annualized).  Given that the monthly geometric average total return on the S&#038;P going all the way back to 1926 is .77% (9.64% annualized), you most likely will fall short of your goal by around $25,000.</p>
<p>This leaves you a few choices:</p>
<p>1.  You can accept the lower amount at retirement.  </p>
<p>2.  You can take on more risk by moving into small cap stocks, which have a higher expected return but also are a lot more volatile (more on that in a future post).</p>
<p>3.  You can increase your contributions.  Based on my numbers, increasing the contribution amount to $540 per month, put&#8217;s the expected account value at a little over $1 million.</p>
<p>I realize that we are talking about math based on linear growth, which never happens in the real world.  But, it can still be beneficial to have some sort of basis in reality.  If your goal is $1 million and you&#8217;re investing a certain amount per month, it would be wise to know if you have a shot at meeting your goal.</p>
<p>Thoughts?</p>
]]></content:encoded>
			<wfw:commentRss>http://allfinancialmatters.com/2009/11/02/reader-question-on-how-to-determine-how-your-investments-are-doing/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Is it Irresponsible for Dave Ramsey to Assume a 12% Rate of Return in His Examples?</title>
		<link>http://allfinancialmatters.com/2009/10/08/is-it-irresponsible-for-dave-ramsey-to-assume-a-12-rate-of-return-in-his-examples/</link>
		<comments>http://allfinancialmatters.com/2009/10/08/is-it-irresponsible-for-dave-ramsey-to-assume-a-12-rate-of-return-in-his-examples/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 18:14:54 +0000</pubDate>
		<dc:creator>JLP</dc:creator>
				<category><![CDATA[Dave Ramsey]]></category>
		<category><![CDATA[Financial Math Basics]]></category>
		<category><![CDATA[Investing]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Retirement Planning]]></category>

		<guid isPermaLink="false">http://allfinancialmatters.com/?p=4101</guid>
		<description><![CDATA[My church participated in Dave Ramsey&#8217;s &#8220;The Total Money Makeover Live!&#8221; event a couple of weeks ago.  I did not attend the event but did pick up a copy of the workbook that went along with the event.
I have never counted myself among the Dave Ramsey fans.  Sure, his advice is better than [...]]]></description>
			<content:encoded><![CDATA[<p>My church participated in Dave Ramsey&#8217;s &#8220;The Total Money Makeover Live!&#8221; event a couple of weeks ago.  I did not attend the event but did pick up a copy of the workbook that went along with the event.</p>
<p>I have never counted myself among the Dave Ramsey fans.  Sure, his advice is better than racking up lots of debt and not saving for the future.  But, he also generalizes and has a one-size-fits-all approach to the advice he offers his listeners.</p>
<p>What bugs me most is the math behind his assumptions.</p>
<p><strong>For example&#8230;</strong></p>
<p>On page 3 of the above-mentioned workbook, is this:</p>
<blockquote><p>&#8220;<strong>The American Dream</strong></p>
<p>Imagine if&#8230;<br />
A 30-year old couple made $48,000 a year and saved 15% ($7,200 per year or $600 per month) in a 401(k) at 12% growth.</p>
<p>At 70 years old, they will have&#8230;<br />
$7,058,863.50 in the 401(k)&#8221;</p></blockquote>
<p>How did Dave arrive at that number?  Here&#8217;s the math:</p>
<p><center>FV = $600 &#215; (1 + .01)<sup>480</sup></center></p>
<p><center>FV = $7,058,863.51</center></p>
<p>That&#8217;s a lot of money!</p>
<p>But, how would this look in the real world?  I summarized Dave&#8217;s information into the following graphic and used 2009&#8243;s numbers from the IRS to calculate income taxes.</p>
<p><center><img src="http://allfinancialmatters.com/wp-content/uploads/2009/10/Daves-Math.GIF" alt="Dave&#039;s Math" title="Dave&#039;s Math" width="228" height="178" class="alignnone size-full wp-image-4102" /></center></p>
<p>For my example, I assumed that this couple does not have children.  If that were the case, it would probably be possible for them to sock away $7,200 per year.  Their budget would be tight unless they economized.</p>
<p>Then comes my next question:</p>
<p>WHERE ARE THEY GOING TO GET A 12% RATE OF RETURN FOR 40 YEARS?</p>
<p>Seriously, WHO assumes a 12% rate of return for 40 years?  Later on in the book, Dave stresses diversification.  There&#8217;s not a properly diversified portfolio on earth that is going to average a 12% rate of return on a consistent basis.  The ONLY way you&#8217;re going to get that kind of return is to invest ALL YOUR MONEY in small cap stocks, which are highly volatile.</p>
<p>I think the word &#8220;imagine&#8221; was the proper word to use for his scenario because the only way he&#8217;s going to get those numbers is with IMAGINATION!</p>
<p>To bring us back to REALITY, I reran Dave&#8217;s numbers using a much more conservative .77% monthly rate of return, which happens to be the geometric average return for the S&#038;P going back to 1926.  Take a wild guess at what the 401(k)&#8217;s expected value becomes with that number?</p>
<p><strong><center>$3,017,106</center></strong></p>
<p>And that number&#8217;s even somewhat inflated because it assumes 100% of the money is invested in the S&#038;P for all 40 years.  </p>
<p>And&#8230;</p>
<p>Neither of those numbers include inflation, which would eat up at least half of those accounts.</p>
<p>So why does Dave use such a high number for an assumed rate of return?  I would have to say it&#8217;s to give people hope (a false sense of hope, but hope nonetheless).  When people look at those numbers, they go, &#8220;WOW!  I can do that?  I had no idea!&#8221;  I will admit, that those numbers are eye-popping.  </p>
<p>But,&#8230;</p>
<p><center><strong>THEY AREN&#8217;T BASED IN REALITY</strong></center></p>
<p>Thoughts?</p>
]]></content:encoded>
			<wfw:commentRss>http://allfinancialmatters.com/2009/10/08/is-it-irresponsible-for-dave-ramsey-to-assume-a-12-rate-of-return-in-his-examples/feed/</wfw:commentRss>
		<slash:comments>61</slash:comments>
		</item>
		<item>
		<title>Excel Tidbits &#8211; Part 1: Using the COUNTIF Function</title>
		<link>http://allfinancialmatters.com/2009/08/06/excel-tidbits-part-1-using-the-countif-function/</link>
		<comments>http://allfinancialmatters.com/2009/08/06/excel-tidbits-part-1-using-the-countif-function/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 19:15:28 +0000</pubDate>
		<dc:creator>JLP</dc:creator>
				<category><![CDATA[Financial Math Basics]]></category>
		<category><![CDATA[How to...]]></category>
		<category><![CDATA[COUNTIF]]></category>
		<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://allfinancialmatters.com/?p=3830</guid>
		<description><![CDATA[I do a lot of stuff with Excel and I have learned some things that go slightly beyond the basics and make the program that much better to use.  I still use Excel 2003 so this series of posts will be based on that version.
I got the idea for this post after putting together [...]]]></description>
			<content:encoded><![CDATA[<p>I do a lot of stuff with Excel and I have learned some things that go slightly beyond the basics and make the program that much better to use.  I still use Excel 2003 so this series of posts will be based on that version.</p>
<p>I got the idea for this post after putting together yesterday&#8217;s post about <a href="http://allfinancialmatters.com/2009/08/05/i-have-a-confession-to-make-too-much-eating-out/">eating out</a>.</p>
<p>In the Excel spreadsheet I used for that post, I had a list of dates along with the name of the restaurant and the amount spent like this:</p>
<p><center><div id="attachment_3831" class="wp-caption alignnone" style="width: 361px"><img src="http://allfinancialmatters.com/wp-content/uploads/2009/08/excel-count-fig-1.gif" alt="Fig. 1" title="excel-count-fig-1" width="351" height="244" class="size-full wp-image-3831" /><p class="wp-caption-text">Fig. 1</p></div></center></p>
<p>As you can see, the list is in chronological order.  I wanted to see how many times and how much we spent (the subject of another post) at each restaurant.  I could have simply used the sort feature by highlighting the data and sorted them based on the restaurant name and then counted them that way.  </p>
<p>I could have.  But, there&#8217;s a better way&#8230;</p>
<p>Excel has a COUNTIF function that will count items based on the parameters you provide.  It&#8217;s a really cool feature.  I wanted Excel to count up the number of times we ate at each restaurant so that I could arrange it in a list insert it into yesterday&#8217;s <a href="http://allfinancialmatters.com/2009/08/05/i-have-a-confession-to-make-too-much-eating-out/">post</a>.  To use the COUNTIF function, do this:</p>
<p>1.  Figure out where you want to put your list.  I decided to put my list in column D, E, F, and G like this:</p>
<p><center><div id="attachment_3832" class="wp-caption alignnone" style="width: 409px"><img src="http://allfinancialmatters.com/wp-content/uploads/2009/08/excel-count-fig-2.gif" alt="Fig. 2" title="excel-count-fig-2" width="399" height="42" class="size-full wp-image-3832" /><p class="wp-caption-text">Fig. 2</p></div></center></p>
<p>2.  Create the list of restaurants that you want to count.  I used the data sort feature and sorted the data by restaurant name and then made the list from there.    </p>
<p>3.  Determine and click on where you want the COUNTIF function to put your information.  For my list, it was column E (cell E2), which I titled &#8220;#&#8221;.</p>
<p>4.  Then click on Insert on the menu tab and scroll down to Function:</p>
<p><center><div id="attachment_3835" class="wp-caption alignnone" style="width: 291px"><img src="http://allfinancialmatters.com/wp-content/uploads/2009/08/excel-count-fig-3.gif" alt="Fig. 3" title="excel-count-fig-3" width="281" height="135" class="size-full wp-image-3835" /><p class="wp-caption-text">Fig. 3</p></div></center></p>
<p>You should be seeing a popup like this:</p>
<p><center><div id="attachment_3845" class="wp-caption alignnone" style="width: 433px"><img src="http://allfinancialmatters.com/wp-content/uploads/2009/08/excel-count-fig-4.gif" alt="Fig. 4" title="excel-count-fig-4" width="423" height="261" class="size-full wp-image-3845" /><p class="wp-caption-text">Fig. 4</p></div></center></p>
<p>Where it asks for range, you&#8217;ll need to enter the range from where your information will come from.  NOTE: You&#8217;ll notice the &#8220;$&#8221; around the column letters.  This fixes the range so that you can copy and paste the formula for each of the restaurants in the list.</p>
<p>Then, where it asks for Criteria, you simply choose the cell with the restaurant name that you want to count.  In this case it is cell D2, which contains &#8220;Buffalo Wild Wings Beaumont.&#8221;  Then click on &#8220;Okay.&#8221;  If everything is done properly, you should see the correct count of all the cells containing &#8220;Buffalo Wild Wings Beaumont,&#8221; which is 3 in my example.</p>
<p>5.  Simply copy cell E2 and paste it in the rest of the D column until the list is complete.  It should look something like this:</p>
<p><center><div id="attachment_3848" class="wp-caption alignnone" style="width: 260px"><img src="http://allfinancialmatters.com/wp-content/uploads/2009/08/excel-count-fig-5.gif" alt="Fig. 5" title="excel-count-fig-5" width="250" height="177" class="size-full wp-image-3848" /><p class="wp-caption-text">Fig. 5</p></div></center></p>
<p>Next time I&#8217;ll show you how to use the SUMIF function.</p>
<p>Any questions?  If so, leave a comment or send me an email and I&#8217;ll see if I can answer them.</p>
]]></content:encoded>
			<wfw:commentRss>http://allfinancialmatters.com/2009/08/06/excel-tidbits-part-1-using-the-countif-function/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to Annualize a Rate of Return</title>
		<link>http://allfinancialmatters.com/2008/07/23/how-to-annualize-a-rate-of-return/</link>
		<comments>http://allfinancialmatters.com/2008/07/23/how-to-annualize-a-rate-of-return/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 17:26:45 +0000</pubDate>
		<dc:creator>JLP</dc:creator>
				<category><![CDATA[Financial Math Basics]]></category>
		<category><![CDATA[Investing]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Financial Math]]></category>

		<guid isPermaLink="false">http://allfinancialmatters.com/?p=2702</guid>
		<description><![CDATA[According to the Vanguard website, the Vanguard S&#038;P 500 Index Fund is down 12.07% YTD as of yesterday&#8217;s close.  To get an idea of what that return would look like if it were to continue for an entire year, you can annualize the YTD return.
It&#8217;s a fairly simple calculation to perform as long as [...]]]></description>
			<content:encoded><![CDATA[<p>According to the Vanguard website, the Vanguard S&#038;P 500 Index Fund is down 12.07% YTD as of yesterday&#8217;s close.  To get an idea of what that return would look like if it were to continue for an entire year, you can annualize the YTD return.</p>
<p>It&#8217;s a fairly simple calculation to perform as long as you have the following information:</p>
<p>1.  Number of days that have elapsed so far this year.  This is easy to calculate if you have access to Excel.</p>
<p>2.  The YTD return of the investment that you want to annualize.</p>
<p>The formula for annualizing a ROR is pretty straight forward:</p>
<p><center>[(1 + YTD ROR)<sup>1/(#of days/365)</sup>] &#8211; 1</center></p>
<p>The YTD ROR should be expressed as a decimal.  Plugging in the Vanguard S&#038;P 500 Index Fund information from above, the equation looks like this:</p>
<p><center>[(1 - .1207)<sup>1/(204/365)</sup>] &#8211; 1</center></p>
<p><center>[.8793<sup>1/(0.55890411)</sup>] &#8211; 1</center></p>
<p><center>[.8793<sup>1.7805</sup>] &#8211; 1</center></p>
<p><center>0.7953 &#8211; 1</center></p>
<p><center>-.2047 or -20.47%</center></p>
<p>So, a 12.07% loss for the first 204 days of the year equates to a 20.47% loss on an annualized basis.</p>
<p>Now let&#8217;s say you are down 12.07% but you purchased this fund on December 31, 2006.  How do you annualize that return?  The only input that changes in the above formula is the number of days, which is now 570.</p>
<p><center>[(1 - .1207)<sup>1/(570/365)</sup>] &#8211; 1</center></p>
<p><center>[.8793<sup>1/1.5616</sup>] &#8211; 1</center></p>
<p><center>[.8793<sup>0.640350877</sup>] &#8211; 1</center></p>
<p><center>0.9209 &#8211; 1</center></p>
<p><center>-.0791 or -7.91%</center></p>
<p>Had you purchased an investment on December 31, 2006 that is currently down 12.07% since the time of purchase, your annualized rate of return on that investment would be -7.91%.  Not much of a return is it?  Anyway, now you know how to annualize your returns.  Fun stuff!</p>
]]></content:encoded>
			<wfw:commentRss>http://allfinancialmatters.com/2008/07/23/how-to-annualize-a-rate-of-return/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>If You&#8217;re Going to Pay Extra on a Loan, Do it Sooner Rather Than Later</title>
		<link>http://allfinancialmatters.com/2008/07/18/if-youre-going-to-pay-extra-on-a-loan-do-it-sooner-rather-than-later/</link>
		<comments>http://allfinancialmatters.com/2008/07/18/if-youre-going-to-pay-extra-on-a-loan-do-it-sooner-rather-than-later/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 23:22:26 +0000</pubDate>
		<dc:creator>JLP</dc:creator>
				<category><![CDATA[Financial Math Basics]]></category>
		<category><![CDATA[Financial Math]]></category>
		<category><![CDATA[loans]]></category>

		<guid isPermaLink="false">http://allfinancialmatters.com/?p=2676</guid>
		<description><![CDATA[The other day I was looking at the amortization for the loan I took out to buy our 2007 Honda Civic.  The balance on the loan is now below $10,000 and I immediately thought about paying more on the loan just to get it paid off earlier.  
But then I noticed something that [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I was looking at the amortization for the loan I took out to buy our 2007 Honda Civic.  The balance on the loan is now below $10,000 and I immediately thought about paying more on the loan just to get it paid off earlier.  </p>
<p>But then I noticed something that I never really noticed before (I noticed it before but never really thought about it):  My extra payments wouldn&#8217;t save me that much in interest.  Why?  Well, it has to do with the way loans are structured.  When you take out a loan, the payment is calculated based on the length of the loan, the interest rate on the loan, and the amount of the loan.</p>
<p>For example:</p>
<p>I&#8217;ll use our Honda loan as an example.  Here&#8217;s the necessary information:</p>
<p><strong>Interest Rate:  </strong>7.3645%<br />
<strong>Period Rate:  </strong>0.6137%<br />
<strong>Loan Term (Years):  </strong>3<br />
<strong>Payments per Year:  </strong>12<br />
<strong>Total Number of Payments:  	</strong>36<br />
<strong>Amount Financed:  </strong>$15,019<br />
<strong>Payment Amount:  </strong>$466.26</p>
<p>Here&#8217;s what the amortization for this loan looks like (you can click on it to see a larger version):</p>
<p><center><a href='http://allfinancialmatters.com/wp-content/uploads/2008/07/3-yearautoloan.gif'><img src="http://allfinancialmatters.com/wp-content/uploads/2008/07/3-yearautoloan-163x300.gif" alt="" title="3-Year Auto Loan" border="none" width="163" height="300" class="alignnone size-medium wp-image-2684" /></a></center></p>
<p>Take a look at the first payment:</p>
<p><center><img src="http://allfinancialmatters.com/wp-content/uploads/2008/07/3-yearautoloan4.gif" alt="" title="3-Year Auto Loan (First Payment)" width="376" height="76" class="alignnone size-full wp-image-2683" /></center></p>
<p>The beginning balance is $15,019.  The interest portion of the $466.26 payment is $92.18 which is calculated by multiplying the beginning balance ($15,019) by the periodic rate (0.6137%).  The remainder of the payment is applied to the principle, which becomes the beginning balance of the following month.</p>
<p>Each month the balance on the loan decreases, which makes the periodic interest payment smaller.  This leads us to the point of this post:</p>
<p>In order get the most benefit from making extra payments on a loan, you need to make them at the beginning of the loan.  How much difference does it make?  Let&#8217;s see.</p>
<p>I ran two scenarios.  The first one assumed an extra $50 each month for the final 18 payments and the second scenario the extra $50 was applied to the first 18 payments.  Here&#8217;s what the two amortizations look like:</p>
<p><center><a href='http://allfinancialmatters.com/wp-content/uploads/2008/07/3-yearautoloan2.gif'><img src="http://allfinancialmatters.com/wp-content/uploads/2008/07/3-yearautoloan2-189x300.gif" alt="" title="3-Year Auto Loan (Extra Payments at End)" border="none" width="189" height="300" class="alignnone size-medium wp-image-2685" /></a></center></p>
<p><center><a href='http://allfinancialmatters.com/wp-content/uploads/2008/07/3-yearautoloan3.gif'><img src="http://allfinancialmatters.com/wp-content/uploads/2008/07/3-yearautoloan3-189x300.gif" alt="" title="3-Year Auto Loan (Extra Payments at the Beginning)" border="none" width="189" height="300" class="alignnone size-medium wp-image-2686" /></a></center></p>
<p>Under the normal amortization for this loan, the total interest charges for this loan would be $1,766.  By making extra payments at the end of the loan, you would pay $1,720 in interest, giving you savings of about $46.  By making extra payments at the beginning of the loan you save $155 in interest.  No, it&#8217;s not a lot of money, but this is a short-term loan.  Imagine how much the saving would be if this were applied to a mortgage.</p>
<p>Of course there are other things to consider when doing this math.  For instance, you have to look at the opportunity cost of the $50 you are putting towards paying off the loan early.  Could you put that money to better use elsewhere?  That&#8217;s something you have to ask yourself.</p>
<p>Anyway, the next time you are tempted to accelerate the payments on a loan, ask yourself how much you are actually going to save by paying it off quickly.  You might be surprised to find out it&#8217;s not as much as you thought.</p>
]]></content:encoded>
			<wfw:commentRss>http://allfinancialmatters.com/2008/07/18/if-youre-going-to-pay-extra-on-a-loan-do-it-sooner-rather-than-later/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Common Questions &#8211; How Much Do I Need to Save for Retirement?</title>
		<link>http://allfinancialmatters.com/2008/04/20/common-questions-how-much-do-i-need-to-save-for-retirement/</link>
		<comments>http://allfinancialmatters.com/2008/04/20/common-questions-how-much-do-i-need-to-save-for-retirement/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 12:00:10 +0000</pubDate>
		<dc:creator>JLP</dc:creator>
				<category><![CDATA[Financial Math Basics]]></category>
		<category><![CDATA[Investing]]></category>
		<category><![CDATA[Retirement Planning]]></category>

		<guid isPermaLink="false">http://allfinancialmatters.com/2008/04/20/common-questions-how-much-do-i-need-to-save-for-retirement/</guid>
		<description><![CDATA[The other day I asked the following questions in a &#8220;Question of the Day&#8221; post:
In your opinion, what’s the most confusing aspect of personal finance?
What area gives you the most trouble?
Several commenters stated that they had problems with trying to determine how much they needed to save for retirement.
That&#8217;s a tough question for a variety [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I asked the following questions in a &#8220;Question of the Day&#8221; post:</p>
<p><strong>In your opinion, what’s the most confusing aspect of personal finance?</strong></p>
<p><strong>What area gives you the most trouble?</strong></p>
<p>Several commenters stated that they had problems with trying to determine how much they needed to save for retirement.</p>
<p>That&#8217;s a tough question for a variety of reasons:</p>
<p>1.  Retirement may be decades away.  AS quickly as things change from one day to the next, it&#8217;s extremely difficult to imagine what the future will be like decades away.</p>
<p>2.  Nobody knows what inflation will be like over the next few decades.  A gallon of milk is around $4 today.  At an inflation rate or 3%, that same gallon of milk will cost over $7 twenty years from now.  </p>
<p>3.  Expected rates of return are hard to determine.  If you&#8217;re too conservative and use a lower expected rate of return, your calculations will tell you that you need to save lots more.  On the other hand, if you&#8217;re too liberal and expect a rate of return that&#8217;s too high, your calculations will tell you need to save too little.  </p>
<p>4.  Nobody knows how long retirement will last.  It could be five years or it could be forty years.  </p>
<p>5.  What will happen with Social Security?  Although I&#8217;m not expecting Social Security to vanish, I do expect to have to wait longer to get a REDUCED benefit.  It stinks, but I don&#8217;t see any way around it.  That&#8217;s why I don&#8217;t include Social Security in my retirement analysis.  If I get some, great.  If not, I&#8217;ll be ticked, but I&#8217;m at least prepared.</p>
<p>6.  Nobody knows what taxes will be like in the future.  If I were a betting man, I would say that tax rates will be higher in the future.</p>
<p>7.  It&#8217;s hard to balance today&#8217;s needs with the needs of the future.  Let&#8217;s face it, we all want to enjoy life today without sacrificing the future.</p>
<p><span id="more-2456"></span></p>
<p><strong>STEP 1</strong></p>
<p>So, where do we start?</p>
<p>Personally, I think the place to start is by looking at your current situation.  Ask yourself these questions:</p>
<p>Do I make enough today to provide for all my needs?  </p>
<p>Realistically, how much more do I need to make in order to put myself financially comfortable situation?  </p>
<p>I use the word &#8220;realistically&#8221; because we would all like to make $1 million per year.  However, for most of us that just isn&#8217;t realistic. </p>
<p>If the answer to the first question is yes, then take that number and project it into the future using an expected inflation rate.  For example: say your current taxable income is $75,000 per year.  We&#8217;ll assume that you are happy with that number and feel that you could have a comfortable retirement on $75,000 per year (in today&#8217;s dollars and excluding Social Security).</p>
<p>The next step is to then look at a range of possible inflation rates to get an idea of what amount will equal $75,000 in today&#8217;s dollars sometime in the future.  For instance, let&#8217;s say you are 30 years from retirement and expect inflation to run between 3% &#8211; 4% over the next 30 years.  Using the future value formula, we can calculate the future value of $75,000 at both 3% and 4% inflation rates like this:</p>
<p>At 3% inflation&#8230;</p>
<p><strong>FV = $75,000 &#215; (1 + .03)<sup>30</sup></strong></p>
<p><strong>FV = $75,000 &#215; (1.03)<sup>30</sup></strong></p>
<p><strong>FV = $75,000 &#215; 2.427262471</strong></p>
<p><strong>FV = $182,045</strong></p>
<p>At 4% inflation&#8230;</p>
<p><strong>FV = $75,000 &#215; (1 + .04)<sup>30</sup></strong></p>
<p><strong>FV = $75,000 &#215; (1.04)<sup>30</sup></strong></p>
<p><strong>FV = $75,000 &#215; 3.24339751</strong></p>
<p><strong>FV = $243,255</strong></p>
<p>It&#8217;s seems crazy to think that someday it will take $182,045 just to equal what $75,000 buys today.  That&#8217;s inflation for ya!  Anyway, according to those numbers, we are looking at a range of $182,045 and $243,255.</p>
<p><strong>STEP 2</strong></p>
<p>So, we have an idea of our future income needs.  Now we need to figure how big of an account we need in order to generate that kind of income.  There&#8217;s a couple of ways to do this.  The first one assumes that you don&#8217;t want to touch your capital base so that it can hopefully grow each year, giving you a bigger base with which to withdraw from in the future.  This is the most conservative method.  It&#8217;s also going to require A LOT more money.  </p>
<p>Here&#8217;s how it works.  Let&#8217;s assume that you don&#8217;t want to withdraw no more than 4% to 5% per year.  You simply divide your withdrawal rate into your income needs to get your capital base.  Like this:</p>
<p><strong>$182,045 &#247; .04 = $4,551,117</strong> </p>
<p><strong>$182,045 &#247; .05 = $3,640,894</strong></p>
<p><strong>$243,255 &#247; .04 = $6,081,370</strong></p>
<p><strong>$243,255 &#247; .05 = $4,865,096</strong></p>
<p>So we&#8217;re looking at needing a capital base of $4.5 million to $6 million if you don&#8217;t want to withdraw no more than 4% per year.  Theoretically, as long as your portfolio returns more than 4% per year, you shouldn&#8217;t run out of money (assuming you don&#8217;t withdraw more than 4% of your portfolio&#8217;s value).  It also means that you will have a pretty good chance of being able to leave an estate to your heirs if that&#8217;s important to you.</p>
<p><center><a href="http://allfinancialmatters.com/Calculators/RetirementSavingsCalcTest.htm"target="_blank"><img src="http://allfinancialmatters.com/Graphics/RetirementSavingsCalc.GIF" width="440" border="none" alt="Retirement Savings Calculator" /></a></center></p>
<p>Another method is to use the <a href="http://allfinancialmatters.com/Calculators/RetirementSavingsCalcTest.htm"target="_blank"><strong>retirement savings calculator</strong></a> I put together a couple of years ago.  I had forgotten that I had created this calculator until I found it while looking through my Excel spreadsheets.  This calculator is one of my favorites because it was one of the most challenging to create.</p>
<p>The calculator is composed of two parts: the input page and the print out page.  Both pages work hand-in-hand.  Using the numbers from above, we can input the following information:</p>
<p>Current Age: 35<br />
Retirement Age: 65<br />
Expected Length of Retirement: 25 (in other words, you expect to die at 90)<br />
Current Income: 75000<br />
Desired Assets to Leave to Relatives/Charity: 250000<br />
Amount Currently Saved: 100000</p>
<p>All the other blanks should already be filled in for you.  You can, however, make changes and run different scenarios.  For instance, if you didn&#8217;t want to leave anything to charity, you could put 0 in that blank.  I would recommend against this because the amount in that box <em>could</em> be your safety net in case you live longer than 25 years in retirement.  </p>
<p>Anyway, this calculator tells you that you need a little over $3 million at age 65.  Why is this amount so much smaller than amounts we found previously? Because this calculator assumes that you are spending down your principal during retirement.  IMPORTANT NOTE:  this calculator also assumes linear (or straightline) growth during both the accumulation phase and the distribution phase.  We all know that we don&#8217;t live in a linear world.  That said, it&#8217;s still a decent way to look at retirement planning.</p>
<p>So there you have two ways to help you determine how much you need at retirement.  Yes, they both work off a lot of assumptions, but I&#8217;m afraid that&#8217;s the best I can do.  There&#8217;s just too many variables to get it nailed down any harder than what we just looked at.  One thing you can do is look at these numbers once a year to see how you are doing.  If it looks like you are going to fall short or your needs change, you can make adjustments.</p>
<p>There&#8217;s more to this.  Next time, I&#8217;ll talk about figuring out how much you need to save each month in order to reach your goal.  Until then, please feel free to offer up any comments or suggestions about today&#8217;s post.</p>
]]></content:encoded>
			<wfw:commentRss>http://allfinancialmatters.com/2008/04/20/common-questions-how-much-do-i-need-to-save-for-retirement/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Probability 101</title>
		<link>http://allfinancialmatters.com/2008/04/11/probability-101/</link>
		<comments>http://allfinancialmatters.com/2008/04/11/probability-101/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 06:08:51 +0000</pubDate>
		<dc:creator>JLP</dc:creator>
				<category><![CDATA[Financial Math Basics]]></category>

		<guid isPermaLink="false">http://allfinancialmatters.com/2008/04/11/probability-101/</guid>
		<description><![CDATA[I&#8217;m in the process of reading Peter Bevelin&#8217;s awesome book, Seeking Wisdom &#8211; From Darwin to Munger (Not an Affiliate Link).  I HIGHLY recommend this book for anyone interested in investing and behavioral finance.  As boring as that sounds, this book is a page-turner.
One of the sections of the book that I found [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m in the process of reading Peter Bevelin&#8217;s awesome book, <a href="http://www.poorcharliesalmanack.com/seekingwisdom.html"target="_blank">Seeking Wisdom &#8211; From Darwin to Munger</a> (<em>Not an Affiliate Link</em>).  I <em>HIGHLY</em> recommend this book for anyone interested in investing and behavioral finance.  As boring as that sounds, this book is a page-turner.</p>
<p>One of the sections of the book that I found most interesting was this illustration of probability on page 151:</p>
<blockquote><p><em>A lottery has 100 tickets.  Each ticket costs $10.  The cash prize is $500.  Is it worthwhile for Mary to buy a lottery ticket?</em></p>
<p>The expected value of this game is the probability of winning (1 in 100) mulitiplied with the prize ($500) less the probability of losing (99 out of 100) mulitplied with the cost of playing ($10).  For each outcome we take the probability and multiply the consequence (a reward or a cost) and then add the figures.  This means that Mary&#8217;s expected value of buying a lottery ticket is a loss of about $5 (0.01 &#215; $500 &#8211; 0.99 &#215; $10).</p></blockquote>
<p>He goes on to say&#8230;</p>
<blockquote><p>Mary has a 1% chance of winning the lottery and if she wins, her gain is $490.  She has a 99% chance of losing $10.</p></blockquote>
<p><strong>What happens if Mary buys 10 tickets?</strong></p>
<p>If Mary were to buy 10 tickets, she would have a 10% chance of winning and her gain would be $400.  She has a 90% chance of losing $100.</p>
<p>I don&#8217;t think I would play this lottery!</p>
<p>This is a very simple example but interesting nonetheless.</p>
<p>I always wondered about this stuff but never gave it much thought.  I actually hated stats class in college.  I had to take three semesters of stats because the one semester I took in college in Kansas wouldn&#8217;t transfer to my college in Texas.  To top it off, the Texas college required TWO semesters of stats.  Lovely!  I just wish I would have paid more attention in class!</p>
<p>It&#8217;s not my intention to turn this into a statistical blog, but I do hope to explore this topic some more in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://allfinancialmatters.com/2008/04/11/probability-101/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>What a Loan with a 171.54% APR Looks Like</title>
		<link>http://allfinancialmatters.com/2008/03/16/what-a-loan-with-a-17154-apr-looks-like/</link>
		<comments>http://allfinancialmatters.com/2008/03/16/what-a-loan-with-a-17154-apr-looks-like/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 02:30:27 +0000</pubDate>
		<dc:creator>JLP</dc:creator>
				<category><![CDATA[Financial Math Basics]]></category>
		<category><![CDATA[How to...]]></category>

		<guid isPermaLink="false">http://allfinancialmatters.com/?p=2373</guid>
		<description><![CDATA[How to calculate APR using Microsoft Excel or a financial calculator.
I recently heard about a loan company that specializes in short-term loans.  Here&#8217;s a typical example of a loan that this company offers:
Loan Amount: $1,250
Loan Term: 36 bi-weekly payments (72 weeks)
Payment Amount: $91.66
Total Payments: $3,299.76 ($91.66 &#215; 36 &#61; $3,299.76)
Total Interest: $2,049.76 ($3,299.76 &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p><em>How to calculate APR using Microsoft Excel or a financial calculator.</em></p>
<p>I recently heard about a loan company that specializes in short-term loans.  Here&#8217;s a typical example of a loan that this company offers:</p>
<p><strong>Loan Amount:</strong> $1,250<br />
<strong>Loan Term:</strong> 36 bi-weekly payments (72 weeks)<br />
<strong>Payment Amount:</strong> $91.66<br />
<strong>Total Payments:</strong> $3,299.76 ($91.66 &#215; 36 &#61; $3,299.76)<br />
<strong>Total Interest:</strong> $2,049.76 ($3,299.76 &#8211; $1,250 &#61; $2,049.76)</p>
<p>What&#8217;s the APR?</p>
<p><strong>171.54%!!!!!!</strong></p>
<p>Now I&#8217;ll show you two ways to calculate the APR on this loan.</p>
<p>Here&#8217;s how the APR is calculated <strong>using a financial calculator</strong>:</p>
<p>N = 36<br />
I/Y = ? (remember that you will need to change the P/Y to 26 since they are bi-weekly payments)<br />
PV = $1,250<br />
PMT = $91.66 (entered as a negative number)<br />
FV = 0</p>
<p>Then you simply solve for I/Y by pressing the CPT button followed by the I/Y button.  Your answer should be 171.54.</p>
<p>You can also <strong>calculate the APR with Excel</strong>, using the RATE formula and inputting the numbers like this:</p>
<p><center><img src="http://allfinancialmatters.com/Graphics/ExcelRATEFunction(Loan).GIF" alt="Microsoft Excel RATE Function" /></center></p>
<p>You then need to multiply the answer (0.065977) by 26 to get the APR, which should be 1.7154 or 171.54%.</p>
<p>Now, here&#8217;s what an amortization schedule looks like for this loan:</p>
<p><center><img src="http://allfinancialmatters.com/Graphics/HighInterestLoanAmort.GIF" alt="High Interest Loan Amortization" /></center></p>
<p>It&#8217;s amazing to think that 90% of the first payment goes to pay interest!</p>
<p>One would have to either be desperate or uneducated to agree to these loan terms.  Needless to say I won&#8217;t be advertising for this company.</p>
]]></content:encoded>
			<wfw:commentRss>http://allfinancialmatters.com/2008/03/16/what-a-loan-with-a-17154-apr-looks-like/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>A Look at Publishers Clearing House&#8217;s &#8220;$5,000 a Week For Life&#8221; Giveaway</title>
		<link>http://allfinancialmatters.com/2008/01/07/a-look-at-publishers-clearing-houses-5000-a-week-for-life-giveaway/</link>
		<comments>http://allfinancialmatters.com/2008/01/07/a-look-at-publishers-clearing-houses-5000-a-week-for-life-giveaway/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 20:47:36 +0000</pubDate>
		<dc:creator>JLP</dc:creator>
				<category><![CDATA[Financial Math Basics]]></category>

		<guid isPermaLink="false">http://allfinancialmatters.com/2008/01/07/a-look-at-publishers-clearing-houses-5000-a-week-for-life-giveaway/</guid>
		<description><![CDATA[Publishers Clearing House is currently advertising a promotion where people can win $5,000 per week for the rest of their lives.  Sounds pretty good doesn&#8217;t it?  But, how good is it really?
Lets take a look at the numbers using my age (38) as the basis for the calculations.  If I&#8217;m lucky enough [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://pch.com"target="_blank">Publishers Clearing House</a> is currently advertising a promotion where people can win $5,000 per week for the rest of their lives.  Sounds pretty good doesn&#8217;t it?  But, how good is it really?</p>
<p>Lets take a look at the numbers using my age (38) as the basis for the calculations.  If I&#8217;m lucky enough to live to age 100, that&#8217;s about 62 years from now (or 3,224 weeks).  If I were to win PCH&#8217;s prize, I would receive $16,120,000 in income over my lifetime:</p>
<p><center><strong>3,224 weeks &#215; $5,000 per week = $16,120,000</strong></center></p>
<p>WOW!  The only problem is, I left out two VERY IMPORTANT details:</p>
<p>1.  Taxes</p>
<p>2. Inflation</p>
<p>The IRS wants their share and will withhold 25% of each check.  So, from day one, you&#8217;ll be receiving $3,750 per week.  In addition to that, the $3,750 per week stays the same dollar amount over your lifetime.  Everyone knows that a dollar today is worth more than a dollar at some point in the future due to inflation.  So, that means that inflation is going to eat into each of those $3,750 checks.  In ten years that $3,750 will only have the purchasing power of $2,778 in today&#8217;s dollars.  Using the numbers from the example, my last check (check #3224) would only be worth $583.46 (and that&#8217;s assuming 3% inflation.  If inflation runs higher than that, the money will be worth even less).</p>
<p>Of course, there are ways around some of this.  For instance, let&#8217;s say you are able to save 10% each week ($375 per week) for 42 years.  During this time, you invest your weekly saving in an S&#038;P 500 Index fund (like the Vanguard S&#038;P 500 Index).  Assuming a straight-line 8% return (.15% per week), at the end of 42 years, you would have an additional $6.77 million, which would be worth approximately $2.8 million after inflation.  </p>
<p>So, it would definitely be to your advantage to save some of your winnings.</p>
<p>It&#8217;s fun to dream about winning the lottery but the winnings are never as good as they make them out to be.</p>
]]></content:encoded>
			<wfw:commentRss>http://allfinancialmatters.com/2008/01/07/a-look-at-publishers-clearing-houses-5000-a-week-for-life-giveaway/feed/</wfw:commentRss>
		<slash:comments>61</slash:comments>
		</item>
	</channel>
</rss>
