<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Some Lazy Portfolio Entries Backtested</title>
	<atom:link href="http://MadMoneyMachine.com/2008/02/08/some-lazy-portfolio-entries-backtested/feed/" rel="self" type="application/rss+xml" />
	<link>http://MadMoneyMachine.com/2008/02/08/some-lazy-portfolio-entries-backtested/</link>
	<description>BEST BUSINESS PODCAST NOMINEE 2006 and 2007. Paul Douglas Boyer takes on Wall Street with complete laziness and reviews the Mad Money recommendations of Jim Cramer. Plus: Money-making idea segments like Guru Roulette, Tools in the Crib, and Portfolio Smackdown. Subscribe to get the lastest episodes! More info at MadMoneyMachine.com.</description>
	<lastBuildDate>Fri, 20 Jun 2008 20:44:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Paul Douglas Boyer</title>
		<link>http://MadMoneyMachine.com/2008/02/08/some-lazy-portfolio-entries-backtested/comment-page-1/#comment-24633</link>
		<dc:creator>Paul Douglas Boyer</dc:creator>
		<pubDate>Sun, 10 Feb 2008 02:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://MadMoneyMachine.com/2008/02/08/some-lazy-portfolio-entries-backtested/#comment-24633</guid>
		<description>Oh excellent! Love a 2nd pair of eyes.

I started with August 2000 because if I went back further in time, VIPSX (Vanguard Inflation Protected Securities) didn&#039;t exist prior to that (at least according to Yahoo). And it is used in several portfolios.

I pull monthly &quot;Adjusted&quot; historical stock quotes from Yahoo finance (using that free tool RCHGetYahooHistory) These presumably account for reinvested dividends and for things like splits.

I calculate but do not report the annualized return and annualized risk for each fund. Then I also calculate and report the total portfolio&#039;s return and risk, as below:

Five columns are used in the spreadsheet for each fund:
Date, Adj Close, Normalized, Gain, Value
Date = the first trading day of each month
Adj Close = the funds value brought back from Yahoo including (subtracting) reinvested dividends
Normalized = first month, fund value starts at 1. Each subsequent month therefore shows the total gain
Gain = delta in the value between each month. This is used to calculate the annualized standard deviation.
Value = this fund&#039;s contribution to the total portfolio. Basically, multiply the Normalized column by the fund&#039;s percentage in the portfolio

Then to compute the returns and risk on the total portfolio, I add up all the Value columns for each month, calculate another monthly gain difference column for the total portfolio, compute the total annualized standard deviation, and report the annualized return as:

=+(Last value/First value)^(1/((End date-Start date)/365))-1

I calculate Annualized Standard Deviation as 
=STDEV(RANGE*SQRT(12)) where RANGE is the gain column (each monthly difference in value). 

It takes about a minute for the spreadsheet to load as it draws all the stock histories from Yahoo.

I DO NOT PERFORM REBALANCING. I should probably do this, huh? Will have to think about how to code it up in Excel.

Suggestions for improvement greatly welcomed.</description>
		<content:encoded><![CDATA[<p>Oh excellent! Love a 2nd pair of eyes.</p>
<p>I started with August 2000 because if I went back further in time, VIPSX (Vanguard Inflation Protected Securities) didn&#8217;t exist prior to that (at least according to Yahoo). And it is used in several portfolios.</p>
<p>I pull monthly &#8220;Adjusted&#8221; historical stock quotes from Yahoo finance (using that free tool RCHGetYahooHistory) These presumably account for reinvested dividends and for things like splits.</p>
<p>I calculate but do not report the annualized return and annualized risk for each fund. Then I also calculate and report the total portfolio&#8217;s return and risk, as below:</p>
<p>Five columns are used in the spreadsheet for each fund:<br />
Date, Adj Close, Normalized, Gain, Value<br />
Date = the first trading day of each month<br />
Adj Close = the funds value brought back from Yahoo including (subtracting) reinvested dividends<br />
Normalized = first month, fund value starts at 1. Each subsequent month therefore shows the total gain<br />
Gain = delta in the value between each month. This is used to calculate the annualized standard deviation.<br />
Value = this fund&#8217;s contribution to the total portfolio. Basically, multiply the Normalized column by the fund&#8217;s percentage in the portfolio</p>
<p>Then to compute the returns and risk on the total portfolio, I add up all the Value columns for each month, calculate another monthly gain difference column for the total portfolio, compute the total annualized standard deviation, and report the annualized return as:</p>
<p>=+(Last value/First value)^(1/((End date-Start date)/365))-1</p>
<p>I calculate Annualized Standard Deviation as<br />
=STDEV(RANGE*SQRT(12)) where RANGE is the gain column (each monthly difference in value). </p>
<p>It takes about a minute for the spreadsheet to load as it draws all the stock histories from Yahoo.</p>
<p>I DO NOT PERFORM REBALANCING. I should probably do this, huh? Will have to think about how to code it up in Excel.</p>
<p>Suggestions for improvement greatly welcomed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wizkid</title>
		<link>http://MadMoneyMachine.com/2008/02/08/some-lazy-portfolio-entries-backtested/comment-page-1/#comment-24612</link>
		<dc:creator>wizkid</dc:creator>
		<pubDate>Sat, 09 Feb 2008 21:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://MadMoneyMachine.com/2008/02/08/some-lazy-portfolio-entries-backtested/#comment-24612</guid>
		<description>OK - Ready to audit the calculations.
Please define the calculation of Return and Risk using the multiple periods.
Is return - average annualized return, compounded return with reinvesting dividends, rebalanced annualized return, etc. etc.
Is the risk based on monthly returns, monthly rolling etc.

Explain the reason for the timeframe - why Aug 2000 as the start date?

Great job on comparing the portfolios!</description>
		<content:encoded><![CDATA[<p>OK &#8211; Ready to audit the calculations.<br />
Please define the calculation of Return and Risk using the multiple periods.<br />
Is return &#8211; average annualized return, compounded return with reinvesting dividends, rebalanced annualized return, etc. etc.<br />
Is the risk based on monthly returns, monthly rolling etc.</p>
<p>Explain the reason for the timeframe &#8211; why Aug 2000 as the start date?</p>
<p>Great job on comparing the portfolios!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

