<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Michael J Bommarito II's blog</title>
  <link rel="alternate" type="text/html" href="http://www.etf-central.com/blog/michael-j-bommarito-ii"/>
  <link rel="self" type="application/atom+xml" href="http://www.etf-central.com/blog/1/atom/feed"/>
  <id>http://www.etf-central.com/blog/1/atom/feed</id>
  <updated>2008-04-12T10:08:26-07:00</updated>
  <entry>
    <title>&quot;Fannie Mae Eases Credit To Aid Mortgage Lending&quot; circa 1999, NY Times</title>
    <link rel="alternate" type="text/html" href="http://www.etf-central.com/%2526quot%3Bfannie-mae-eases-credit-aid-mortgage-lending%2526quot%3B-circa-1999%2C-ny-times-216" />
    <id>http://www.etf-central.com/%2526quot%3Bfannie-mae-eases-credit-aid-mortgage-lending%2526quot%3B-circa-1999%2C-ny-times-216</id>
    <published>2008-09-28T05:36:24-07:00</published>
    <updated>2008-09-28T05:36:49-07:00</updated>
    <author>
      <name>Michael J Bommarito II</name>
    </author>
    <summary type="html"><![CDATA[<p><a href="http://query.nytimes.com/gst/fullpage.html?res=9C0DE7DB153EF933A0575AC0A96F958260&amp;sec=&amp;spon=&amp;partner=permalink&amp;exprod=permalink">http://query.nytimes.com/gst/fullpage.html?res=9C0DE7DB153EF933A0575AC0A96F958260&amp;sec=&amp;spon=&amp;partner=permalink&amp;exprod=permalink</a><br />
<strong>Paragraph 8:</strong><br />
&quot;''From the perspective of many people, including me, this is another thrift industry growing up around us,'' said Peter Wallison a resident fellow at the American Enterprise Institute. ''If they fail, the government will have to step up and bail them out the way it stepped up and bailed out the thrift industry.''&quot;</p>
    ]]></summary>
    <content type="html"><![CDATA[<p><a href="http://query.nytimes.com/gst/fullpage.html?res=9C0DE7DB153EF933A0575AC0A96F958260&amp;sec=&amp;spon=&amp;partner=permalink&amp;exprod=permalink">http://query.nytimes.com/gst/fullpage.html?res=9C0DE7DB153EF933A0575AC0A96F958260&amp;sec=&amp;spon=&amp;partner=permalink&amp;exprod=permalink</a><br />
<strong>Paragraph 8:</strong><br />
&quot;''From the perspective of many people, including me, this is another thrift industry growing up around us,'' said Peter Wallison a resident fellow at the American Enterprise Institute. ''If they fail, the government will have to step up and bail them out the way it stepped up and bailed out the thrift industry.''&quot;</p>
    ]]></content>
  </entry>
  <entry>
    <title>Comparison of ETFs and CEFs: Dollars Traded Per Day vs Total Assets</title>
    <link rel="alternate" type="text/html" href="http://www.etf-central.com/comparison-etfs-and-cefs%3A-dollars-traded-day-vs-total-assets-215" />
    <id>http://www.etf-central.com/comparison-etfs-and-cefs%3A-dollars-traded-day-vs-total-assets-215</id>
    <published>2008-04-19T11:41:13-07:00</published>
    <updated>2008-04-19T11:41:13-07:00</updated>
    <author>
      <name>Michael J Bommarito II</name>
    </author>
    <summary type="html"><![CDATA[<p>This picture should be pretty straightforward.&nbsp; The numbers are the natural log of the average dollars traded per day YTD and the natural log of total assets held.&nbsp; Note the distinct clustering of the two asset types.</p>
<p><img height="486" width="616" alt="" src="/files/u1/20080419-dollars-assets.png" /></p>
    ]]></summary>
    <content type="html"><![CDATA[<p>This picture should be pretty straightforward.&nbsp; The numbers are the natural log of the average dollars traded per day YTD and the natural log of total assets held.&nbsp; Note the distinct clustering of the two asset types.</p>
<p><img height="486" width="616" alt="" src="/files/u1/20080419-dollars-assets.png" /></p>
    ]]></content>
  </entry>
  <entry>
    <title>Using Matlab&#039;s Database Toolbox with MySQL Connector/J</title>
    <link rel="alternate" type="text/html" href="http://www.etf-central.com/using-matlab%2526%2523039%3Bs-database-toolbox-mysql-connector/j-214" />
    <id>http://www.etf-central.com/using-matlab%2526%2523039%3Bs-database-toolbox-mysql-connector/j-214</id>
    <published>2008-04-13T13:34:09-07:00</published>
    <updated>2008-04-13T13:34:09-07:00</updated>
    <author>
      <name>Michael J Bommarito II</name>
    </author>
    <summary type="html"><![CDATA[<p>I normally don't delve too much into the programmatic details of my work, but I've seen enough interest in this topic that I figured I'd lend a helping hand to those fellow frustrated souls.</p>
<p>There are a few awkward, non-native MEX implementations of various database interfaces.&nbsp; However, Matlab has its own database toolbox built around ODBC/JDBC, and when developing distributable software, one always hopes to minimize third-party library usage.&nbsp; As a result, I've put a good deal of effort into integrating Matlab with both MySQL and SQLite.&nbsp; In fact, the data for every post on this site is stored in a 2GB MySQL database server running on my laptop.</p>
<p>As you can see, this requires only that you distribute the platform-independent JAR.&nbsp; No DLLs, no MEX compilation.</p>
<pre style="overflow: auto;"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="ProgId" content="Word.Document"><meta name="Generator" content="Microsoft Word 12"><meta name="Originator" content="Microsoft Word 12"><p class="rteindent1" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 8pt; color: forestgreen;">% Database Server</span><br /><span style="font-size: 8pt; color: black;">host = </span><span style="font-size: 8pt; color: rgb(160, 32, 240);">'localhost'</span><span style="font-size: 8pt; color: black;">;</span></p><p class="rteindent1" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 8pt; color: forestgreen;">% Database Username/Password</span></p><div class="rteindent1" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 8pt; color: black;">user = </span><span style="font-size: 8pt; color: rgb(160, 32, 240);">'user'</span><span style="font-size: 8pt; color: black;">;</span><br /><span style="font-size: 8pt; color: black;">password = </span><span style="font-size: 8pt; color: rgb(160, 32, 240);">'password'</span><span style="font-size: 8pt; color: black;">;</span></div><div class="rteindent1" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 8pt; color: black;"><br /></span><span style="font-size: 8pt; color: forestgreen;">% Database Name</span></div><div class="rteindent1" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 8pt; color: black;">dbName = </span><span style="font-size: 8pt; color: rgb(160, 32, 240);">'assets'</span><span style="font-size: 8pt; color: black;">;</span><span style="font-size: 8pt; color: black;">&nbsp;</span></div><p class="rteindent1" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 8pt; color: forestgreen;">% JDBC Parameters</span><br /><span style="font-size: 8pt; color: black;">jdbcString = sprintf(</span><span style="font-size: 8pt; color: rgb(160, 32, 240);">'jdbc:mysql://%s/%s'</span><span style="font-size: 8pt; color: black;">, host, dbName);</span><br /><span style="font-size: 8pt; color: black;">jdbcDriver = </span><span style="font-size: 8pt; color: rgb(160, 32, 240);">'com.mysql.jdbc.Driver'</span><span style="font-size: 8pt; color: black;">;</span></p><br /><div class="rteindent1" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 8pt; color: forestgreen;">% Set this to the path to your MySQL Connector/J JAR</span></div><div class="rteindent1" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 8pt; color: black;">javaaddpath(</span><span style="font-size: 8pt; color: rgb(160, 32, 240);">'mysql-connector-java-5.1.6-bin.jar'</span><span style="font-size: 8pt; color: black;">)</span></div><br /><div class="rteindent1" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 8pt; color: forestgreen;">% Create the database connection object</span><br /><span style="font-size: 8pt; color: black;">dbConn = database(dbName, user , password, jdbcDriver, jdbcString);</span></div><br /><div class="rteindent1" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 8pt; color: forestgreen;">% Check to make sure that we successfully connected</span><br /><span style="font-size: 8pt; color: blue;">if</span><span style="font-size: 8pt; color: black;"> isconnection(dbConn)</span><br /><span style="font-size: 8pt; color: black;">&nbsp;&nbsp;&nbsp; </span><span style="font-size: 8pt; color: forestgreen;">% Fetch the symbol, market cap, and last close for the 10 largest</span><br />    <span style="font-size: 8pt; color: forestgreen;">% market cap ETFs</span><br /><span style="font-size: 8pt; color: black;">&nbsp;&nbsp;&nbsp; result = get(fetch(exec(dbConn, </span><span style="font-size: 8pt; color: rgb(160, 32, 240);">'SELECT info.symbol,info.marketcap,series.close FROM info, series WHERE info.type=''ETF'' AND info.id = series.symbolid AND series.date = ''2008-04-11'' ORDER BY marketcap DESC LIMIT 10'</span><span style="font-size: 8pt; color: black;">)), </span><span style="font-size: 8pt; color: rgb(160, 32, 240);">'Data'</span><span style="font-size: 8pt; color: black;">);</span><br /><span style="font-size: 8pt; color: black;">&nbsp;&nbsp;&nbsp; disp(result);</span></div><p class="rteindent1" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 8pt; color: forestgreen;">% If the connection failed, print the error message</span><br /><span style="font-size: 8pt; color: blue;">else</span><br /><span style="font-size: 8pt; color: black;">&nbsp;&nbsp;&nbsp; disp(sprintf(</span><span style="font-size: 8pt; color: rgb(160, 32, 240);">'Connection failed: %s'</span><span style="font-size: 8pt; color: black;">, dbConn.Message));</span><br /><span style="font-size: 8pt; color: blue;">end</span><br /><span style="font-size: 8pt; color: blue;"><br /></span><span style="font-size: 8pt; color: forestgreen;">% Close the connection so we don't run out of MySQL threads</span><br /><span style="font-size: 8pt; color: black;">close(dbConn);</span>&nbsp;<br />&nbsp;</p><div><b>Output:</b><br /><span>&nbsp;&nbsp;&nbsp; 'SPY'<span>&nbsp;&nbsp;&nbsp;&nbsp; </span>[8.2300e+010]&nbsp;&nbsp;&nbsp; [133.3800]</span><br /><span>&nbsp;&nbsp;&nbsp; 'EFA'<span>&nbsp;&nbsp;&nbsp;&nbsp; </span>[4.5420e+010]&nbsp;&nbsp;&nbsp; [ 72.6400]</span><br /><span>&nbsp;&nbsp;&nbsp; 'EEM'<span>&nbsp;&nbsp;&nbsp;&nbsp; </span>[2.3850e+010]&nbsp;&nbsp;&nbsp; [139.3400]</span><br /><span>&nbsp;&nbsp;&nbsp; 'GLD'<span>&nbsp;&nbsp;&nbsp;&nbsp; </span>[1.9260e+010]&nbsp;&nbsp;&nbsp; [ 91.3000]</span><br /><span>&nbsp;&nbsp;&nbsp; 'QQQQ'<span>&nbsp;&nbsp;&nbsp; </span>[1.7040e+010]&nbsp;&nbsp;&nbsp; [ 44.2800]</span><br /><span>&nbsp;&nbsp;&nbsp; 'IVV'<span>&nbsp;&nbsp;&nbsp;&nbsp; </span>[1.6410e+010]&nbsp;&nbsp;&nbsp; [133.5200]</span><br /><span>&nbsp;&nbsp;&nbsp; 'IWF'<span>&nbsp;&nbsp;&nbsp;&nbsp; </span>[1.2860e+010]&nbsp;&nbsp;&nbsp; [ 55.2500]</span><br /><span>&nbsp;&nbsp;&nbsp; 'DIA'<span>&nbsp;&nbsp;&nbsp;&nbsp; </span>[1.0830e+010]&nbsp;&nbsp;&nbsp; [123.3400]</span><br /><span>&nbsp;&nbsp;&nbsp; 'IWM'<span>&nbsp;&nbsp;&nbsp;&nbsp; </span>[1.0470e+010]&nbsp;&nbsp;&nbsp; [ 68.7200]</span><br /><span>&nbsp;<span>&nbsp;&nbsp; </span>'VTI'&nbsp;&nbsp;&nbsp;&nbsp; [9.7800e+009]&nbsp;&nbsp;&nbsp; [132.2900]</span></div><br /><br /></meta></meta></meta></meta></pre>    ]]></summary>
    <content type="html"><![CDATA[<p>I normally don't delve too much into the programmatic details of my work, but I've seen enough interest in this topic that I figured I'd lend a helping hand to those fellow frustrated souls.</p>
<p>There are a few awkward, non-native MEX implementations of various database interfaces.&nbsp; However, Matlab has its own database toolbox built around ODBC/JDBC, and when developing distributable software, one always hopes to minimize third-party library usage.&nbsp; As a result, I've put a good deal of effort into integrating Matlab with both MySQL and SQLite.&nbsp; In fact, the data for every post on this site is stored in a 2GB MySQL database server running on my laptop.</p>
<p>As you can see, this requires only that you distribute the platform-independent JAR.&nbsp; No DLLs, no MEX compilation.</p>
<pre style="overflow: auto;"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="ProgId" content="Word.Document"><meta name="Generator" content="Microsoft Word 12"><meta name="Originator" content="Microsoft Word 12"><p class="rteindent1" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 8pt; color: forestgreen;">% Database Server</span><br /><span style="font-size: 8pt; color: black;">host = </span><span style="font-size: 8pt; color: rgb(160, 32, 240);">'localhost'</span><span style="font-size: 8pt; color: black;">;</span></p><p class="rteindent1" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 8pt; color: forestgreen;">% Database Username/Password</span></p><div class="rteindent1" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 8pt; color: black;">user = </span><span style="font-size: 8pt; color: rgb(160, 32, 240);">'user'</span><span style="font-size: 8pt; color: black;">;</span><br /><span style="font-size: 8pt; color: black;">password = </span><span style="font-size: 8pt; color: rgb(160, 32, 240);">'password'</span><span style="font-size: 8pt; color: black;">;</span></div><div class="rteindent1" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 8pt; color: black;"><br /></span><span style="font-size: 8pt; color: forestgreen;">% Database Name</span></div><div class="rteindent1" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 8pt; color: black;">dbName = </span><span style="font-size: 8pt; color: rgb(160, 32, 240);">'assets'</span><span style="font-size: 8pt; color: black;">;</span><span style="font-size: 8pt; color: black;">&nbsp;</span></div><p class="rteindent1" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 8pt; color: forestgreen;">% JDBC Parameters</span><br /><span style="font-size: 8pt; color: black;">jdbcString = sprintf(</span><span style="font-size: 8pt; color: rgb(160, 32, 240);">'jdbc:mysql://%s/%s'</span><span style="font-size: 8pt; color: black;">, host, dbName);</span><br /><span style="font-size: 8pt; color: black;">jdbcDriver = </span><span style="font-size: 8pt; color: rgb(160, 32, 240);">'com.mysql.jdbc.Driver'</span><span style="font-size: 8pt; color: black;">;</span></p><br /><div class="rteindent1" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 8pt; color: forestgreen;">% Set this to the path to your MySQL Connector/J JAR</span></div><div class="rteindent1" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 8pt; color: black;">javaaddpath(</span><span style="font-size: 8pt; color: rgb(160, 32, 240);">'mysql-connector-java-5.1.6-bin.jar'</span><span style="font-size: 8pt; color: black;">)</span></div><br /><div class="rteindent1" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 8pt; color: forestgreen;">% Create the database connection object</span><br /><span style="font-size: 8pt; color: black;">dbConn = database(dbName, user , password, jdbcDriver, jdbcString);</span></div><br /><div class="rteindent1" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 8pt; color: forestgreen;">% Check to make sure that we successfully connected</span><br /><span style="font-size: 8pt; color: blue;">if</span><span style="font-size: 8pt; color: black;"> isconnection(dbConn)</span><br /><span style="font-size: 8pt; color: black;">&nbsp;&nbsp;&nbsp; </span><span style="font-size: 8pt; color: forestgreen;">% Fetch the symbol, market cap, and last close for the 10 largest</span><br />    <span style="font-size: 8pt; color: forestgreen;">% market cap ETFs</span><br /><span style="font-size: 8pt; color: black;">&nbsp;&nbsp;&nbsp; result = get(fetch(exec(dbConn, </span><span style="font-size: 8pt; color: rgb(160, 32, 240);">'SELECT info.symbol,info.marketcap,series.close FROM info, series WHERE info.type=''ETF'' AND info.id = series.symbolid AND series.date = ''2008-04-11'' ORDER BY marketcap DESC LIMIT 10'</span><span style="font-size: 8pt; color: black;">)), </span><span style="font-size: 8pt; color: rgb(160, 32, 240);">'Data'</span><span style="font-size: 8pt; color: black;">);</span><br /><span style="font-size: 8pt; color: black;">&nbsp;&nbsp;&nbsp; disp(result);</span></div><p class="rteindent1" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 8pt; color: forestgreen;">% If the connection failed, print the error message</span><br /><span style="font-size: 8pt; color: blue;">else</span><br /><span style="font-size: 8pt; color: black;">&nbsp;&nbsp;&nbsp; disp(sprintf(</span><span style="font-size: 8pt; color: rgb(160, 32, 240);">'Connection failed: %s'</span><span style="font-size: 8pt; color: black;">, dbConn.Message));</span><br /><span style="font-size: 8pt; color: blue;">end</span><br /><span style="font-size: 8pt; color: blue;"><br /></span><span style="font-size: 8pt; color: forestgreen;">% Close the connection so we don't run out of MySQL threads</span><br /><span style="font-size: 8pt; color: black;">close(dbConn);</span>&nbsp;<br />&nbsp;</p><div><b>Output:</b><br /><span>&nbsp;&nbsp;&nbsp; 'SPY'<span>&nbsp;&nbsp;&nbsp;&nbsp; </span>[8.2300e+010]&nbsp;&nbsp;&nbsp; [133.3800]</span><br /><span>&nbsp;&nbsp;&nbsp; 'EFA'<span>&nbsp;&nbsp;&nbsp;&nbsp; </span>[4.5420e+010]&nbsp;&nbsp;&nbsp; [ 72.6400]</span><br /><span>&nbsp;&nbsp;&nbsp; 'EEM'<span>&nbsp;&nbsp;&nbsp;&nbsp; </span>[2.3850e+010]&nbsp;&nbsp;&nbsp; [139.3400]</span><br /><span>&nbsp;&nbsp;&nbsp; 'GLD'<span>&nbsp;&nbsp;&nbsp;&nbsp; </span>[1.9260e+010]&nbsp;&nbsp;&nbsp; [ 91.3000]</span><br /><span>&nbsp;&nbsp;&nbsp; 'QQQQ'<span>&nbsp;&nbsp;&nbsp; </span>[1.7040e+010]&nbsp;&nbsp;&nbsp; [ 44.2800]</span><br /><span>&nbsp;&nbsp;&nbsp; 'IVV'<span>&nbsp;&nbsp;&nbsp;&nbsp; </span>[1.6410e+010]&nbsp;&nbsp;&nbsp; [133.5200]</span><br /><span>&nbsp;&nbsp;&nbsp; 'IWF'<span>&nbsp;&nbsp;&nbsp;&nbsp; </span>[1.2860e+010]&nbsp;&nbsp;&nbsp; [ 55.2500]</span><br /><span>&nbsp;&nbsp;&nbsp; 'DIA'<span>&nbsp;&nbsp;&nbsp;&nbsp; </span>[1.0830e+010]&nbsp;&nbsp;&nbsp; [123.3400]</span><br /><span>&nbsp;&nbsp;&nbsp; 'IWM'<span>&nbsp;&nbsp;&nbsp;&nbsp; </span>[1.0470e+010]&nbsp;&nbsp;&nbsp; [ 68.7200]</span><br /><span>&nbsp;<span>&nbsp;&nbsp; </span>'VTI'&nbsp;&nbsp;&nbsp;&nbsp; [9.7800e+009]&nbsp;&nbsp;&nbsp; [132.2900]</span></div><br /><br /></meta></meta></meta></meta></pre><p> <!--break--></p>
    ]]></content>
  </entry>
  <entry>
    <title>Marketocracy ETF Portfolio: April 12, 2008</title>
    <link rel="alternate" type="text/html" href="http://www.etf-central.com/marketocracy-etf-portfolio%3A-april-12%2C-2008-213" />
    <id>http://www.etf-central.com/marketocracy-etf-portfolio%3A-april-12%2C-2008-213</id>
    <published>2008-04-12T10:47:48-07:00</published>
    <updated>2008-04-12T10:56:48-07:00</updated>
    <author>
      <name>Michael J Bommarito II</name>
    </author>
    <category term="Commodities" />
    <category term="Country" />
    <category term="Currency" />
    <category term="Sector" />
    <summary type="html"><![CDATA[<p><a href="http://marketocracy.com/">Marketocracy</a>, in their own words, is:</p>
<p class="rteindent1"><em>&quot;&quot;&quot;Marketocracy Data Services is a research company whose mission is to find the best investors in the world and then track, analyze, and evaluate their trading activity. The company's affiliate, Marketocracy Capital Management, is the investment advisor for the Marketocracy family of mutual funds and uses the research generated by Marketocracy Data Services.&quot;&quot;&quot;</em></p>
<p>This isn't an endorsement for Marketocracy, but last October, I started a portfolio there as part of the activities for a club here at the University of Michigan.&nbsp; While I'd originally intended it to be allocated strictly from the Select Sector SPDR ETFs, Marketocracy rules led me to increase the scope of the fund to include commodities, currencies, and geography-based ETFs.</p>
<p>You can view the portfolio performance at this link: <a href="http://www.marketocracy.com/cgi-bin/WebObjects/Portfolio.woa/ps/FundPublicPage/source=DeDoDkLbEhAdLcIhMaKiAbDd "> www.marketocracy.com/cgi-bin/WebObjects/Portfolio.woa/ps/FundPublicPage/source=DeDoDkLbEhAdLcIhMaKiAbDd</a></p>
<p><img height="300" width="500" src="/files/u1/marketocracy-20080412.png" alt="" /></p>
<table cellpadding="0" border="0" class="rctable" style="width: 502px; height: 26px;">
<tbody>
<tr>
<td align="middle"><img height="10" border="0" width="10" src="http://www.marketocracy.com/cgi-bin/nph-pvs?1&amp;direct&amp;MO_Marker&amp;10,10&amp;4&amp;1&amp;FFFFFF&amp;MO_Fund_Graph" alt="" /> Mine </td>
<td align="middle"><img height="10" border="0" width="10" src="http://www.marketocracy.com/cgi-bin/nph-pvs?1&amp;direct&amp;MO_Marker&amp;10,10&amp;0&amp;1&amp;FFFFFF&amp;MO_Fund_Graph" alt="" />   <a href="http://www.marketocracy.com/P/ps/M100IndexPage/bfix=1">m100</a></td>
<td align="middle"><img height="10" border="0" width="10" src="http://www.marketocracy.com/cgi-bin/nph-pvs?1&amp;direct&amp;MO_Marker&amp;10,10&amp;1&amp;1&amp;FFFFFF&amp;MO_Fund_Graph" alt="" />  S&amp;P 500</td>
<td align="middle"><img height="10" border="0" width="10" src="http://www.marketocracy.com/cgi-bin/nph-pvs?1&amp;direct&amp;MO_Marker&amp;10,10&amp;2&amp;1&amp;FFFFFF&amp;MO_Fund_Graph" alt="" />   DJIA</td>
<td align="middle"><img height="10" border="0" width="10" src="http://www.marketocracy.com/cgi-bin/nph-pvs?1&amp;direct&amp;MO_Marker&amp;10,10&amp;3&amp;1&amp;FFFFFF&amp;MO_Fund_Graph" alt="" />   Nasdaq</td>
</tr>
</tbody>
</table>
<table cellspacing="0" cellpadding="0" border="0" align="left" style="width: 518px; height: 296px;">
<tbody>
<tr height="20" style="height: 15pt;">
<th height="20" width="106" style="height: 15pt; width: 80pt;" class="xl63">&nbsp;</th>
<th width="64" style="width: 48pt;" class="xl64 rtecenter"><strong>RETURNS</strong></th>
<th width="115" style="width: 86pt;" class="xl64"><strong>S&amp;P500 RETURNS</strong></th>
<th width="135" style="width: 101pt;" class="xl64"><strong>RETURNS VS S&amp;P500</strong></th>
</tr>
<tr height="20" style="height: 15pt;">
<td height="20" align="center" style="height: 15pt;" class="xl64"><strong>Last Week<span style="">&nbsp;</span></strong></td>
<td align="center" class="xl65 rtecenter">-1.80%</td>
<td align="center" class="xl65">-2.69%</td>
<td align="center" class="xl65">0.88%</td>
</tr>
<tr height="20" style="height: 15pt;">
<td height="20" align="center" style="height: 15pt;" class="xl64"><strong>Last Month<span style="">&nbsp;</span></strong></td>
<td align="center" class="xl65">3.36%</td>
<td align="center" class="xl65">1.98%</td>
<td align="center" class="xl65">1.39%</td>
</tr>
<tr height="20" style="height: 15pt;">
<td height="20" align="center" style="height: 15pt;" class="xl64"><strong>Last 3 Months<span style="">&nbsp;</span></strong></td>
<td align="center" class="xl65">0.42%</td>
<td align="center" class="xl65">-4.36%</td>
<td align="center" class="xl65">4.78%</td>
</tr>
<tr height="20" style="height: 15pt;">
<td height="20" align="center" style="height: 15pt;" class="xl64"><strong>Last 6 Months<span style="">&nbsp;</span></strong></td>
<td align="center" class="xl65">-2.34%</td>
<td align="center" class="xl65">-13.76%</td>
<td align="center" class="xl65">11.42%</td>
</tr>
<tr height="20" style="height: 15pt;">
<td height="20" align="center" style="height: 15pt;" class="xl64"><strong>Last 12 Months<span style="">&nbsp;</span></strong></td>
<td align="center" class="xl63">N/A</td>
<td align="center" class="xl63">N/A</td>
<td align="center" class="xl63">N/A</td>
</tr>
<tr height="20" style="height: 15pt;">
<td height="20" align="center" style="height: 15pt;" class="xl64"><strong>Last 2 Years<span style="">&nbsp;</span></strong></td>
<td align="center" class="xl63">N/A</td>
<td align="center" class="xl63">N/A</td>
<td align="center" class="xl63">N/A</td>
</tr>
<tr height="20" style="height: 15pt;">
<td height="20" align="center" style="height: 15pt;" class="xl64"><strong>Last 3 Years<span style="">&nbsp;</span></strong></td>
<td align="center" class="xl63">N/A</td>
<td align="center" class="xl63">N/A</td>
<td align="center" class="xl63">N/A</td>
</tr>
<tr height="20" style="height: 15pt;">
<td height="20" align="center" style="height: 15pt;" class="xl64"><strong>Last 5 Years<span style="">&nbsp;</span></strong></td>
<td align="center" class="xl63">N/A</td>
<td align="center" class="xl63">N/A</td>
<td align="center" class="xl63">N/A</td>
</tr>
<tr height="20" style="height: 15pt;">
<td height="20" align="center" style="height: 15pt;" class="xl64"><strong>Since Inception<span style="">&nbsp;</span></strong></td>
<td align="center" class="xl65">-1.63%</td>
<td align="center" class="xl65">-12.48%</td>
<td align="center" class="xl65">10.85%</td>
</tr>
<tr height="20" style="height: 15pt;">
<td height="20" align="center" style="height: 15pt;" class="xl64"><strong>(Annualized)<span style="">&nbsp;</span></strong></td>
<td align="center" class="xl65">-3.08%</td>
<td align="center" class="xl65">-22.38%</td>
<td align="center" class="xl65">19.31%</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>My largest positions at the moment are DUG @ 14%, SHV @ 11%, UPW @ 7%, and EWA @ 5%.&nbsp; I doubled my exposure in DUG, the double short Oil &amp; Gas fund, this week as it hit a new 52-week low, despite downgrades in both the funds' constitutents and projected consumption.&nbsp; I'll be looking to lighten the position in the short-term treasuries SHV in the coming month for bottom plays, possibly in the double long financials ETF UYG or some mixture of country ETFs.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p><a href="http://marketocracy.com/">Marketocracy</a>, in their own words, is:</p>
<p class="rteindent1"><em>&quot;&quot;&quot;Marketocracy Data Services is a research company whose mission is to find the best investors in the world and then track, analyze, and evaluate their trading activity. The company's affiliate, Marketocracy Capital Management, is the investment advisor for the Marketocracy family of mutual funds and uses the research generated by Marketocracy Data Services.&quot;&quot;&quot;</em></p>
<p>This isn't an endorsement for Marketocracy, but last October, I started a portfolio there as part of the activities for a club here at the University of Michigan.&nbsp; While I'd originally intended it to be allocated strictly from the Select Sector SPDR ETFs, Marketocracy rules led me to increase the scope of the fund to include commodities, currencies, and geography-based ETFs.</p>
<p>You can view the portfolio performance at this link: <a href="http://www.marketocracy.com/cgi-bin/WebObjects/Portfolio.woa/ps/FundPublicPage/source=DeDoDkLbEhAdLcIhMaKiAbDd "> www.marketocracy.com/cgi-bin/WebObjects/Portfolio.woa/ps/FundPublicPage/source=DeDoDkLbEhAdLcIhMaKiAbDd</a></p>
<p><img height="300" width="500" src="/files/u1/marketocracy-20080412.png" alt="" /></p>
<table cellpadding="0" border="0" class="rctable" style="width: 502px; height: 26px;">
<tbody>
<tr>
<td align="middle"><img height="10" border="0" width="10" src="http://www.marketocracy.com/cgi-bin/nph-pvs?1&amp;direct&amp;MO_Marker&amp;10,10&amp;4&amp;1&amp;FFFFFF&amp;MO_Fund_Graph" alt="" /> Mine </td>
<td align="middle"><img height="10" border="0" width="10" src="http://www.marketocracy.com/cgi-bin/nph-pvs?1&amp;direct&amp;MO_Marker&amp;10,10&amp;0&amp;1&amp;FFFFFF&amp;MO_Fund_Graph" alt="" />   <a href="http://www.marketocracy.com/P/ps/M100IndexPage/bfix=1">m100</a></td>
<td align="middle"><img height="10" border="0" width="10" src="http://www.marketocracy.com/cgi-bin/nph-pvs?1&amp;direct&amp;MO_Marker&amp;10,10&amp;1&amp;1&amp;FFFFFF&amp;MO_Fund_Graph" alt="" />  S&amp;P 500</td>
<td align="middle"><img height="10" border="0" width="10" src="http://www.marketocracy.com/cgi-bin/nph-pvs?1&amp;direct&amp;MO_Marker&amp;10,10&amp;2&amp;1&amp;FFFFFF&amp;MO_Fund_Graph" alt="" />   DJIA</td>
<td align="middle"><img height="10" border="0" width="10" src="http://www.marketocracy.com/cgi-bin/nph-pvs?1&amp;direct&amp;MO_Marker&amp;10,10&amp;3&amp;1&amp;FFFFFF&amp;MO_Fund_Graph" alt="" />   Nasdaq</td>
</tr>
</tbody>
</table>
<table cellspacing="0" cellpadding="0" border="0" align="left" style="width: 518px; height: 296px;">
<tbody>
<tr height="20" style="height: 15pt;">
<th height="20" width="106" style="height: 15pt; width: 80pt;" class="xl63">&nbsp;</th>
<th width="64" style="width: 48pt;" class="xl64 rtecenter"><strong>RETURNS</strong></th>
<th width="115" style="width: 86pt;" class="xl64"><strong>S&amp;P500 RETURNS</strong></th>
<th width="135" style="width: 101pt;" class="xl64"><strong>RETURNS VS S&amp;P500</strong></th>
</tr>
<tr height="20" style="height: 15pt;">
<td height="20" align="center" style="height: 15pt;" class="xl64"><strong>Last Week<span style="">&nbsp;</span></strong></td>
<td align="center" class="xl65 rtecenter">-1.80%</td>
<td align="center" class="xl65">-2.69%</td>
<td align="center" class="xl65">0.88%</td>
</tr>
<tr height="20" style="height: 15pt;">
<td height="20" align="center" style="height: 15pt;" class="xl64"><strong>Last Month<span style="">&nbsp;</span></strong></td>
<td align="center" class="xl65">3.36%</td>
<td align="center" class="xl65">1.98%</td>
<td align="center" class="xl65">1.39%</td>
</tr>
<tr height="20" style="height: 15pt;">
<td height="20" align="center" style="height: 15pt;" class="xl64"><strong>Last 3 Months<span style="">&nbsp;</span></strong></td>
<td align="center" class="xl65">0.42%</td>
<td align="center" class="xl65">-4.36%</td>
<td align="center" class="xl65">4.78%</td>
</tr>
<tr height="20" style="height: 15pt;">
<td height="20" align="center" style="height: 15pt;" class="xl64"><strong>Last 6 Months<span style="">&nbsp;</span></strong></td>
<td align="center" class="xl65">-2.34%</td>
<td align="center" class="xl65">-13.76%</td>
<td align="center" class="xl65">11.42%</td>
</tr>
<tr height="20" style="height: 15pt;">
<td height="20" align="center" style="height: 15pt;" class="xl64"><strong>Last 12 Months<span style="">&nbsp;</span></strong></td>
<td align="center" class="xl63">N/A</td>
<td align="center" class="xl63">N/A</td>
<td align="center" class="xl63">N/A</td>
</tr>
<tr height="20" style="height: 15pt;">
<td height="20" align="center" style="height: 15pt;" class="xl64"><strong>Last 2 Years<span style="">&nbsp;</span></strong></td>
<td align="center" class="xl63">N/A</td>
<td align="center" class="xl63">N/A</td>
<td align="center" class="xl63">N/A</td>
</tr>
<tr height="20" style="height: 15pt;">
<td height="20" align="center" style="height: 15pt;" class="xl64"><strong>Last 3 Years<span style="">&nbsp;</span></strong></td>
<td align="center" class="xl63">N/A</td>
<td align="center" class="xl63">N/A</td>
<td align="center" class="xl63">N/A</td>
</tr>
<tr height="20" style="height: 15pt;">
<td height="20" align="center" style="height: 15pt;" class="xl64"><strong>Last 5 Years<span style="">&nbsp;</span></strong></td>
<td align="center" class="xl63">N/A</td>
<td align="center" class="xl63">N/A</td>
<td align="center" class="xl63">N/A</td>
</tr>
<tr height="20" style="height: 15pt;">
<td height="20" align="center" style="height: 15pt;" class="xl64"><strong>Since Inception<span style="">&nbsp;</span></strong></td>
<td align="center" class="xl65">-1.63%</td>
<td align="center" class="xl65">-12.48%</td>
<td align="center" class="xl65">10.85%</td>
</tr>
<tr height="20" style="height: 15pt;">
<td height="20" align="center" style="height: 15pt;" class="xl64"><strong>(Annualized)<span style="">&nbsp;</span></strong></td>
<td align="center" class="xl65">-3.08%</td>
<td align="center" class="xl65">-22.38%</td>
<td align="center" class="xl65">19.31%</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>My largest positions at the moment are DUG @ 14%, SHV @ 11%, UPW @ 7%, and EWA @ 5%.&nbsp; I doubled my exposure in DUG, the double short Oil &amp; Gas fund, this week as it hit a new 52-week low, despite downgrades in both the funds' constitutents and projected consumption.&nbsp; I'll be looking to lighten the position in the short-term treasuries SHV in the coming month for bottom plays, possibly in the double long financials ETF UYG or some mixture of country ETFs.</p>
<p> <!--break--></p>
    ]]></content>
  </entry>
  <entry>
    <title>Capitalization Coupling: The Dow, S&amp;P, and Russell At Correlation Highs</title>
    <link rel="alternate" type="text/html" href="http://www.etf-central.com/capitalization-coupling%3A-dow%2C-s%2526amp%3Bp%2C-and-russell-correlation-highs-212" />
    <id>http://www.etf-central.com/capitalization-coupling%3A-dow%2C-s%2526amp%3Bp%2C-and-russell-correlation-highs-212</id>
    <published>2008-04-12T09:59:54-07:00</published>
    <updated>2008-04-12T10:08:26-07:00</updated>
    <author>
      <name>Michael J Bommarito II</name>
    </author>
    <category term="Large Cap" />
    <category term="Probability and Statistics" />
    <category term="Small Cap" />
    <summary type="html"><![CDATA[<p>Last summer, I often <a href="http://etf-central.com/russell-2000-vs-s-p-500-august-23rd-2007-147">covered the difference in short-term performance between the Russell 2000 and S&amp;P 500.</a>&nbsp; I suggested that <a href="http://etf-central.com/vix-s-p-500-and-russell-2000-morning-friday-may-25th-2007-58">the VIX, as a measure of implied volatility, was a good predictor for this capitalization premium</a>, and that claim often held up.&nbsp; I even went so far as <a href="http://www.etf-central.com/period-amplitude-difference-between-spy-and-iwm-log-return-75">to analyze the high-amplitude periods of this relationship</a>.&nbsp; However, as the actual volatility of volatility has increased dramatically since last fall, my suggestions have been more and more difficult to implement.&nbsp;</p>
<p>I wanted to explore why this relationship had changed, and so I've taken a look at the Dow 30 (DIA), S&amp;P 500 (SPY), and Russell 2000 (IWM) since 2002.&nbsp; The figure below shows the cumulative return of each index ETF in the top pane.&nbsp; The bottom pane shows&nbsp; the trailing 100-session percentage-correlation between each pair of indexes.</p>
<p><img height="575" width="711" alt="" src="/files/u1/20080412-dia-spy-iwm.gif" /></p>
<p>One of the most striking features of these plots is that all three indexes are trading at or above their highest historical correlations on this range.&nbsp; The only timespan of comparable length was during late 2002 and early 2003 as a short bear market held sway.&nbsp;</p>
<p>The other relationship that caught my eye was that the trend in correlation between the indexes was inversely related to the overall market performance.&nbsp; In other words, as the correlation between indexes fell, the markets rose on average.&nbsp; Furthermore, during these falling correlation periods, the Russell often outperformed its counterparts, and vice versa in rising correlation periods.&nbsp; This relationship likely reflects the fact that the capitalization premium and discount on small caps and large caps is very much a function of the strength of the economy and credit market.&nbsp;</p>
<p>In the future, I'll be watching closely for a decline in the correlation between these indexes as a confirmation of overall market uptrend.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>Last summer, I often <a href="http://etf-central.com/russell-2000-vs-s-p-500-august-23rd-2007-147">covered the difference in short-term performance between the Russell 2000 and S&amp;P 500.</a>&nbsp; I suggested that <a href="http://etf-central.com/vix-s-p-500-and-russell-2000-morning-friday-may-25th-2007-58">the VIX, as a measure of implied volatility, was a good predictor for this capitalization premium</a>, and that claim often held up.&nbsp; I even went so far as <a href="http://www.etf-central.com/period-amplitude-difference-between-spy-and-iwm-log-return-75">to analyze the high-amplitude periods of this relationship</a>.&nbsp; However, as the actual volatility of volatility has increased dramatically since last fall, my suggestions have been more and more difficult to implement.&nbsp;</p>
<p>I wanted to explore why this relationship had changed, and so I've taken a look at the Dow 30 (DIA), S&amp;P 500 (SPY), and Russell 2000 (IWM) since 2002.&nbsp; The figure below shows the cumulative return of each index ETF in the top pane.&nbsp; The bottom pane shows&nbsp; the trailing 100-session percentage-correlation between each pair of indexes.</p>
<p><img height="575" width="711" alt="" src="/files/u1/20080412-dia-spy-iwm.gif" /></p>
<p>One of the most striking features of these plots is that all three indexes are trading at or above their highest historical correlations on this range.&nbsp; The only timespan of comparable length was during late 2002 and early 2003 as a short bear market held sway.&nbsp;</p>
<p>The other relationship that caught my eye was that the trend in correlation between the indexes was inversely related to the overall market performance.&nbsp; In other words, as the correlation between indexes fell, the markets rose on average.&nbsp; Furthermore, during these falling correlation periods, the Russell often outperformed its counterparts, and vice versa in rising correlation periods.&nbsp; This relationship likely reflects the fact that the capitalization premium and discount on small caps and large caps is very much a function of the strength of the economy and credit market.&nbsp;</p>
<p>In the future, I'll be watching closely for a decline in the correlation between these indexes as a confirmation of overall market uptrend.</p>
<p> <!--break--></p>
    ]]></content>
  </entry>
</feed>
