<?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>Chris Roland &#187; Finance</title>
	<atom:link href="http://www.chrisroland.info/category/finance/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisroland.info</link>
	<description>Software, Web and Database Developer</description>
	<lastBuildDate>Sun, 26 Dec 2010 00:44:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Calculating CAPM with F#</title>
		<link>http://www.chrisroland.info/calculating-capm-with-f/</link>
		<comments>http://www.chrisroland.info/calculating-capm-with-f/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 00:00:57 +0000</pubDate>
		<dc:creator>Chris Roland</dc:creator>
				<category><![CDATA[F#]]></category>
		<category><![CDATA[Finance]]></category>

		<guid isPermaLink="false">http://www.chrisroland.info/?p=242</guid>
		<description><![CDATA[The Capital Asset Pricing Model (CAPM) is a way to determine the rate of return for an asset, a single stock or the entire portfolio. I wanted to see how this would be calculated in F#, so here you go, enjoy: let capm (beta:float) (y:float) (z:float) = y + (beta * (z - y));;]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://en.wikipedia.org/wiki/Capital_asset_pricing_model">Capital Asset Pricing Model (CAPM)</a> is a way to determine the rate of return for an asset, a single stock or the entire portfolio.</p>
<p>I wanted to see how this would be calculated in F#, so here you go, enjoy:</p>
<p><code><br />
let capm (beta:float) (y:float) (z:float) = y + (beta * (z - y));;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrisroland.info/calculating-capm-with-f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

