<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    
    <channel>
    
    <title>Financial Risk Manager</title>
    <link>http://www.bionicturtle.com/forum/</link>
    <description>Financial Risk Manager</description>
    <dc:language>en</dc:language>
    <dc:rights>Copyright 2008</dc:rights>
    <dc:date>2008-10-17T12:04:19-08:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>Early Bird Episode No. 2 &#45; Question 1</title>
      <link>http://www.bionicturtle.com/forum/viewthread/163/</link>
      <guid>http://www.bionicturtle.com/forum/viewthread/163/#When:18:25:37Z</guid>
      <description>&lt;p&gt;&lt;b&gt;QUESTION:&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;See image below for illustration of four&#45;step binomial tree&lt;/b&gt;. 
&lt;/p&gt;
&lt;p&gt;
Let&#8217;s assume a four&#45;step binomial tree for the random walk of a stock that starts at price S(0). At each node, the stock can jump up (u) or down (d). This is a &lt;b&gt;recombining&lt;/b&gt; binomial tree. That means, for example, the middle node (ud) &lt;i&gt;at the second step &lt;/i&gt;is reached in two ways, either: an up jump (u) followed by a down jump (d), or a down jump (d) followed by an up jump (d). In other words, ud = du. Similarly, the node (uud) at the third step can be reached three ways: uud = udu = duu. 
&lt;/p&gt;
&lt;p&gt;
Assume S(0) = $10, p = 50%, u = 1.1 and d = 0.9. 
&lt;/p&gt;
&lt;p&gt;
That is, today&#8217;s stock price, S(0), is $10. The probability (p) of an up jump is 50%. The magnitude of an up jump (u) is 1.1 and the magnitude of a down jump (d) is 0.9. For example, at the first step, the price of S(1) will be either $11.00 ($10 x 1.1 = $11, in the case of an up jump) or $9.00 ($10 x 0.9 = $9, in the case of a down jump).
&lt;/p&gt;
&lt;p&gt;
(i) How many total paths are possible through the tree (separately counting even those paths that redundantly reach the same final nodes)?
&lt;/p&gt;
&lt;p&gt;
(ii) How many paths can be taken to reach the middle node at S(4). That is, the node reached with two ups and two down jumps (e.g., uudd)? (Please try to express as a combination)
&lt;/p&gt;
&lt;p&gt;
(iii) At the end of the tree are five possible events. Which of the five is most likely and what is its probability?
&lt;/p&gt;
&lt;p&gt;
(iv) What is the stock&#8217;s expected value at S(4)?
&lt;/p&gt;
&lt;p&gt;
(v) The final distribution at S(4) is a discrete binomial distribution, what is the variance of this binomial distribution?
&lt;/p&gt;
&lt;p&gt;
(vi) Tough (unfair) question: assume we are not given p, u, or d. Rather, assume that each step is one year, that the annualized volatilty of the stock is 20%, that the (annual) riskless rate is 5%, and that each step is three months; i.e., S(4) is one year. What are p, u, and d?
&lt;/p&gt;
&lt;p&gt;
(vii) Tougher still: Now assume the annualized volatility is 20% and the (annual) riskless rate is 5%, but instead assume each time step is three months (0.25) such that S(4) is reached in one year. What are p, u, and d?
&lt;/p&gt;
&lt;p&gt;
&lt;img src=&quot;http://www.bionicturtle.com/images/forum/binomialTree_1.png&quot;  alt=&apos;binomialTree_1.png&apos; /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;ANSWER:&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.editgrid.com/bt/frm_2008/ebEpisode2_Prob1_binomial&quot;&gt;Here is a link to an EditGrid XLS that computes the answers below.&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
(i) 2^4 = 16 possible paths. 
&lt;/p&gt;
&lt;p&gt;
(ii) This is given by a combination, the same combination that is embedded in the binomial probability formula. You can visually count the number of paths to reach node (UUDD) is six. This is given by combination for &#8220;2 taken out of 4 objects&#8221; or 4C2. That&#8217;s because this node has two &#8220;success&#8221; (or up jumps) out of four total. 4C2 = 6. 
&lt;/p&gt;
&lt;p&gt;
(iii) The most likely occurrence is the mean event, which is S(4) = UUDD. The probability of this event is given by the binomial distribution, where the number of up jumps (U) is two. In other words, the most likely is &#8220;two successes out of four trials&#8221; and P(X=2) = 6/16 = 37.5%. It is useful to recall we can straightaway &lt;b&gt;use the binomial distribution&lt;/b&gt;: P(X=2) = (4C2)(50%^2)(50%^2) = 37.5%.
&lt;/p&gt;
&lt;p&gt;
(iv) The stock&#8217;s expected value is given by $10(1.1)(1.1)(0.9)(0.9) = about $9.80. Note that because this is a recombining tree, the associative property of multiplication holds, and the order does not matter; e.g., same result if $10(0.9)(0.9)(1.1)(1.1). 
&lt;/p&gt;
&lt;p&gt;
It is &lt;i&gt;sort of okay&lt;/i&gt; to give $10 as the expected value instead of $9.80. If you understand the difference! $10 would be based on an arithmetic mean, while $9.80 is geometric. The geometric return will always be lower because volatility erodes returns!
&lt;/p&gt;
&lt;p&gt;
(v) The variance of a binomial distribution is n(p)(1&#45;p) or (n)(p)(q) where q = (1&#45;p). In this case, variance = (4)(50%)(50%) = 1.0. That means, of course, that the standard deviation is also 1.0 as SQRT(1) = 1.
&lt;/p&gt;
&lt;p&gt;
(vi) See John Hull page 252: under this approach we can &#8220;match up and down to volatility.&#8221; Up (u) = EXP(20%) = 1.221, Down (d) = EXP(&#45;20%) = 0.819 and probability of up (p) = (a &#45;d)/(u&#45;d) where a = EXP(riskless rate). Here, a = 1.051 so p = 0.577. 
&lt;/p&gt;
&lt;p&gt;
(vii) This scales the steps. Up (u) = 1.105, Down (d) = 0.905, a = 1.013 so that p = 0.538
&lt;/p&gt;</description>
      <dc:date>2008-01-18T18:25:37-08:00</dc:date>
    </item>

    <item>
      <title>Early Bird Episode No. 8 &#45; Question 3</title>
      <link>http://www.bionicturtle.com/forum/viewthread/214/</link>
      <guid>http://www.bionicturtle.com/forum/viewthread/214/#When:18:09:22Z</guid>
      <description>&lt;p&gt;&lt;img src=&quot;http://www.bionicturtle.com/images/forum/blackscholes.png&quot;  alt=&apos;blackscholes.png&apos; /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Question:&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
Assume Hewlett&#45;Packard&#8217;s (HPQ) stock price is $50 with an annualized volatility of 40%. The riskless rate is 4%. For simplicity&#8217;s sake, assume HPQ does not pay a dividend (actually, they do). Consider a one year European call option with a strike of $50. To summarize:
&lt;/p&gt;
&lt;p&gt;
Stock (S) = $50
&lt;br /&gt;
Strike (K) = $50
&lt;br /&gt;
Volatility (sigma) = 40%
&lt;br /&gt;
Term (T) = 1.0
&lt;br /&gt;
Dividend = 0
&lt;br /&gt;
Riskless rate (r) = 4%
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;To perform this calculation, you will need the standard normal cumulative distribution.
&lt;br /&gt;
&lt;a href=&quot;http://www.editgrid.com/bt/admin/Std_Normal_Cuml_Distribution&quot;&gt;Click here to view a lookup table.&lt;/a&gt;
&lt;br /&gt;
You can also get N(z) in Excel with the function =NORMSDIST(z)&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
(i) What is the option&#8217;s delta?
&lt;br /&gt;
(ii) Use this delta in a sentence (i.e., interpret its meaning)
&lt;br /&gt;
(iii) If we assume (as we often do) that the stock price follows geometric Brownian motion (GBM), how are the stock&#8217;s PERIODIC RETURNS assumed to be distributed?
&lt;br /&gt;
(iv) Under GBM again, how are the future stock PRICE LEVELS assumed to be distributed?
&lt;br /&gt;
(v) What does the Black&#45;Scholes option pricing model give for the price of the call option?
&lt;/p&gt;
&lt;p&gt;
&lt;img src=&quot;http://www.bionicturtle.com/images/forum/blackscholeseurocall.png&quot;  alt=&apos;blackscholeseurocall.png&apos; /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Answer:&lt;/b&gt;
&lt;br /&gt;
(i) 
&lt;br /&gt;
A Eupean call option on a non&#45;dividend paying stock has a delta = N(d1)
&lt;br /&gt;
d1 = 0.3 (&lt;a href=&quot;https://www.editgrid.com/bt/frm_2008/eb8_q3&quot;&gt;see spreadsheet here for detail&lt;/a&gt;)
&lt;br /&gt;
N(d1) = NORMSDIST(0.3) = 0.62
&lt;/p&gt;
&lt;p&gt;
(ii) 
&lt;br /&gt;
Possibilities include,
&lt;br /&gt;
&#8220;if the stock price changes by X%, the call option price changes by 0.62X%&#8221;
&lt;br /&gt;
&#8220;0.62 is the (instantaneous) rate of change of the option price with respect to the stock price&#8221;
&lt;br /&gt;
&#8220;0.62 is the slope of the tangent line on the plot of stock price (x) to option price (y)&#8221;
&lt;br /&gt;
&#8220;0.62 is the slope of the linear approximation given by the first&#45;order derivative with respect to stock price&#8221;
&lt;/p&gt;
&lt;p&gt;
(iii)
&lt;br /&gt;
GBM assumption: periodic returns are normally distributed
&lt;/p&gt;
&lt;p&gt;
(iv)
&lt;br /&gt;
GBM assumption: future price levels are lognormally distributed
&lt;br /&gt;
Please make sure you understand why:
&lt;br /&gt;
the continously compounded periodic return is given by LN(ST/S0).
&lt;br /&gt;
In other words, LN(ST/S0) is normally distributed.
&lt;br /&gt;
That means, by definition, that ST/S0 is lognormally distributed (i.e., both the future price level and the future price as a ratio of the current price are lognormally distributed)
&lt;/p&gt;
&lt;p&gt;
(v) 
&lt;br /&gt;
d1 = 0.3
&lt;br /&gt;
N(d1) = 0.618
&lt;br /&gt;
d2 = &#45;0.1
&lt;br /&gt;
N(d2) = 0.46
&lt;br /&gt;
Black&#45;Scholes = (S)N(d1) &#45; (K)EXP[(&#45;r)(T)]N(d2)
&lt;br /&gt;
= (50)(0.618) &#45; (50)(0.9608)(0.46) = $8.79 (approximately)[/img][/img]
&lt;/p&gt;</description>
      <dc:date>2008-03-01T18:09:22-08:00</dc:date>
    </item>

    <item>
      <title>Early Bird Episode No. 5 &#45; Question 1</title>
      <link>http://www.bionicturtle.com/forum/viewthread/189/</link>
      <guid>http://www.bionicturtle.com/forum/viewthread/189/#When:15:27:49Z</guid>
      <description>&lt;p&gt;&lt;b&gt;Question:&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
As of Feb 2008, the spot price of gold is $900. The August 2008 gold futures price is $921 (+ 6 months) and the Feb 2009 gold futures price is $923 (+ 12 months). Finally, the current riskless rate is 3%. 
&lt;/p&gt;
&lt;p&gt;
In summary:
&lt;/p&gt;
&lt;p&gt;
Gold spot = $900
&lt;br /&gt;
Gold futures (+ 6 months) = $921
&lt;br /&gt;
Gold futures (+ 12 months) = $923
&lt;br /&gt;
Riskless rate = 3%
&lt;/p&gt;
&lt;p&gt;
Let&#8217;s assume continuous compounding/discounting. (Please note: all numbers are significantly rounded from actual, for convenience&#8217;s sake). 
&lt;/p&gt;
&lt;p&gt;
(i) If storage costs are 6% per annum, what does the cost of carry model predict for the Feb 2009 futures price (+12 months)?
&lt;br /&gt;
(ii) If we assume gold has no convenience yield (nor financing costs above the riskless rate), what does the six month contract imply is the per annum storage cost of gold?
&lt;br /&gt;
(iii) If storage costs are $2 per ounce per year, rather than a proportional cost, what does the cost of carry model predict for the Feb 2009 futures price (+12 months)?
&lt;br /&gt;
(iv) What is the delta of six month futures contract (including the storage cost above)? Please try and show this by taking the first derivative!
&lt;br /&gt;
(v) Bonus: (i) Is this gold futures curve in contango? (ii) is this gold futures curve in normal contango?
&lt;/p&gt;
&lt;p&gt;
&lt;img src=&quot;http://www.bionicturtle.com/images/forum/goldBull.png&quot;  alt=&apos;goldBull.png&apos; /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Answer:&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
(i) 
&lt;br /&gt;
Where u = proportional storage costs, the COC model says: 
&lt;br /&gt;
F=(S)EXP([r+u]T). In this case, F = (900)EXP([3%+6%][1]) = $984.76
&lt;/p&gt;
&lt;p&gt;
(ii) 
&lt;br /&gt;
Where u = proportional storage costs, the COC model says: F = (S)EXP([r+u]T).
&lt;br /&gt;
So: F/S = EXP([r+u]T)
&lt;br /&gt;
Taking natural log of both sides: LN(F/S) = [r+u]T
&lt;br /&gt;
Such that: u = LN(F/S)/T &#45; r
&lt;br /&gt;
In this case, u = LN(921/900)/0.5 &#45; 3% = 1.613% per annum
&lt;/p&gt;
&lt;p&gt;
(iii) 
&lt;br /&gt;
Lump&#45;sum storage costs = U = ($2)EXP([&#45;3%][1]) =$1.94
&lt;br /&gt;
F = (S + U)EXP[(rate)(T)] = (900 + 1.94)EXP[(3%)(1)] = $929.41
&lt;/p&gt;
&lt;p&gt;
(iv) 
&lt;br /&gt;
Since F = (S)EXP[rT], the first derivative dF/dS = EXP[rT]
&lt;br /&gt;
On the six&#45;month contract (T=1), delta = EXP[(3% + 1.613%)(0.5)] = 1.023
&lt;br /&gt;
Or, if you did not include storage costs, delta = EXP[(3%)(0.5)] = 1.015
&lt;/p&gt;
&lt;p&gt;
(v)
&lt;br /&gt;
Contango = Forward/futures price &amp;gt; Spot Price. The gold futures curve is indeed &#8220;in contango&#8221;
&lt;br /&gt;
Normal contango = Forward/futures price &amp;gt; Expected future spot price. Unknown. Neither normal contango nor normal backwardation can be currently observed.
&lt;br /&gt;
For more on the&lt;a href=&quot;http://www.bionicturtle.com/learn/article/contango_backwardation_expected_future_price/&quot;&gt; difference between (normal) contango and backwardation, see this post.&lt;/a&gt;
&lt;/p&gt;</description>
      <dc:date>2008-02-04T15:27:49-08:00</dc:date>
    </item>

    <item>
      <title>Early Bird slide 7</title>
      <link>http://www.bionicturtle.com/forum/viewthread/389/</link>
      <guid>http://www.bionicturtle.com/forum/viewthread/389/#When:10:22:16Z</guid>
      <description>&lt;p&gt;David,
&lt;/p&gt;
&lt;p&gt;
On slide 7 you show a rule.
&lt;/p&gt;
&lt;p&gt;
y= 10+3x &#45;x^3
&lt;/p&gt;
&lt;p&gt;
y&#8217;= 3+3x^2
&lt;/p&gt;
&lt;p&gt;
I have 2 questions
&lt;/p&gt;
&lt;p&gt;
so the &#8216; of a constant times X is the constant?
&lt;/p&gt;
&lt;p&gt;
why does &#45;x^3 become positive
&lt;/p&gt;</description>
      <dc:date>2008-06-27T10:22:16-08:00</dc:date>
    </item>

    <item>
      <title>Early Bird Episode No. 5 &#45; Question 3</title>
      <link>http://www.bionicturtle.com/forum/viewthread/193/</link>
      <guid>http://www.bionicturtle.com/forum/viewthread/193/#When:20:08:03Z</guid>
      <description>&lt;p&gt;&lt;b&gt;Question:&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
Assume we have fitted a few nonlinear functions to explain a company&#8217;s annual sales over time (as a function of the year T). In these functions, sales are given as a function of the year (T):
&lt;/p&gt;
&lt;p&gt;
1. S(T) =  2&#45;(T^2)+(T^3)
&lt;br /&gt;
2. S(T) = (10)EXP[T^0.25]
&lt;br /&gt;
3. S(T) = LN[6*T^2]
&lt;br /&gt;
4. Bonus: What is the relative growth rate of function 2: S(T) = (10)EXP[T^0.25]?
&lt;/p&gt;
&lt;p&gt;
For each of the equation, evaluate the first derivative at the fifth year (T=5); i.e., the derivative of S with respect to T.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Answer:&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
1. 
&lt;br /&gt;
S(T) =  2&#45;(T^2)+(T^3)
&lt;br /&gt;
S&#8217;(T) = 0 &#45; (2)(T) + (3)(T^2)
&lt;br /&gt;
S&#8217;(5) = (2)(5) + (3)(5^2) = 85
&lt;/p&gt;
&lt;p&gt;
2.
&lt;br /&gt;
S(T) = (10)EXP[T^0.25]
&lt;br /&gt;
S&#8217;(T) = (10)EXP[T^0.25]*(1/4)(T)(&#45;3/4)
&lt;br /&gt;
S&#8217;(5) = (10)EXP[5^0.25]*(1/4)(5)(&#45;3/4) = 0.65
&lt;/p&gt;
&lt;p&gt;
3. 
&lt;br /&gt;
S(T) = LN[6*T^2]
&lt;br /&gt;
S&#8217;(T) = (1/6[T^2])(12)(T) = 2/T
&lt;br /&gt;
S&#8217;(T) = 2/5 = 0.40
&lt;/p&gt;
&lt;p&gt;
4. 
&lt;br /&gt;
S(T) = (10)EXP[T^0.25]. Taking natural log of both sides:
&lt;br /&gt;
LN[S(T)] = LN(10) + [T^0.25]
&lt;br /&gt;
LN[S(T)] = constant + [T^0.25]
&lt;br /&gt;
Relative growth rate is equal to differential of this natural log function:
&lt;br /&gt;
Growth rate (T) = (0.25)[T^(&#45;0.75)]
&lt;br /&gt;
Growth rate (5) = (0.25)[5^(&#45;0.75)] = 7.48%
&lt;/p&gt;</description>
      <dc:date>2008-02-05T20:08:03-08:00</dc:date>
    </item>

    <item>
      <title>Early Bird Episode No. 3 &#45; Question 3</title>
      <link>http://www.bionicturtle.com/forum/viewthread/180/</link>
      <guid>http://www.bionicturtle.com/forum/viewthread/180/#When:22:31:16Z</guid>
      <description>&lt;p&gt;&lt;b&gt;Question:&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
We regressed the monthly returns of two HFRI Hedge Fund Indices (actual data as of Jan 2008, not hypothetical): the Equity Hedge Index (E) and the Distressed Securities Index (D). We will call the Equity Hedge Index (E) the independent variable; and we will call Distressed Securities Index (D) the dependent variable. 
&lt;/p&gt;
&lt;p&gt;
Here were the results of the analysis for the five&#45;year period ending Dec 2008:
&lt;/p&gt;
&lt;p&gt;
n = 60 (sample size of 60 monthly returns, or 5 years)
&lt;br /&gt;
Covariance (E,D) = 0.00013 (or 0.013%)
&lt;br /&gt;
Variance (E, independent) = 0.00026 or 0.026%
&lt;br /&gt;
Variance (D, dependent) = 0.00014 or 0.014%
&lt;br /&gt;
y&#45;intercept (D&#45;intercept) = 0.0072 or 0.72% (if y=mx + b is the linear regression, then b = 0.72%)
&lt;/p&gt;
&lt;p&gt;
(i) What is the slope of the regression line. That is, what is (m) in the equation y = mx + b (or D = mE + b)?
&lt;br /&gt;
(ii) If the independent variable (E) equals 5%, what does the regression line predict for the dependent variable (D)?
&lt;br /&gt;
(iii) What is the correlation coefficient between E and D?
&lt;br /&gt;
(iv) What is the coefficient of determination (r^2) for the regression line?
&lt;br /&gt;
(v) Bonus: What is another way to calculate the coefficient of determination if you are given, for example, that both SSE and SSR equal 0.004?
&lt;br /&gt;
(vi) Bonus: Is the correlation coefficient (r) significant?&amp;nbsp; 
&lt;br /&gt;
(vii) Gold star bonus (bionic turtle tough!): If the sum of squared errors (SSE) is 0.004, what is a 95% confidence interval that bounds the projected dependent variable (D) if E equals 5%?
&lt;/p&gt;
&lt;p&gt;
&lt;img src=&quot;http://www.bionicturtle.com/images/forum/hfriRegress.png&quot;  alt=&apos;hfriRegress.png&apos; /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Answer:&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.editgrid.com/bt/frm_2008/eb_episode3_hfriRegress&quot;&gt;You can analyze the EditGrid spreadsheet here.&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
(i) Slope = Covariance(E,D)/Variance(E) = 0.013%/0.026% = 0.5 (note this is rounded up from actual of 0.4986)
&lt;/p&gt;
&lt;p&gt;
(ii) y = (slope)(X) + intercept. In this case, E = (slope)(D) = (0.5)(5%) + 0.72% = 3.22%
&lt;/p&gt;
&lt;p&gt;
(iii) Correlation = Covariance (E,D) / [(Standard Dev E)(Standard Dev D)]. In this case, = 0.013%/[[SQRT(0.026%)][SQRT(0.014%)]] = about 68.1% (rounded from actual of 69.47%)
&lt;/p&gt;
&lt;p&gt;
(iv) Coefficient of determination = the square of the correlation coefficient. So, it equals about 46.4%%
&lt;/p&gt;
&lt;p&gt;
(v) r^2 = SSR/SST or 1 &#45; (SSE/SST). Since SSR + SSE = SST, SST = 0.004 + 0.004 = 0.008. And r^2 = 0.004/0.008 = 0.5 (rounded from the actual of 0.4825)
&lt;/p&gt;
&lt;p&gt;
(vi) The test for significant of the correlation coefficient (r) given sample size (n) is given by (r)*SQRT[n&#45;2]/SQRT[1&#45;r^2]. In this case, the test statistic = (68%)SQRT(60&#45;2)/SQRT[1&#45;(68%^2)] = about 7 (or up to 7.35 depending on how exact). As that is significantly greater than 2.0 (the &#8220;sweet spot&quot;), we can conclude the correlation coefficient is indeed significant.
&lt;/p&gt;
&lt;p&gt;
(vii) First, we need the standard error of the estimate (SEE) which can be figured from the SSE: SEE = SQRT(SSE/(n&#45;2)). In this case, SEE = SQRT(0.004/58) = 0.008305. As the SEE is analogous to the standard deviation, we can use it to bound the expected value at E = 5%:
&lt;/p&gt;
&lt;p&gt;
Lower: D (L) = mx + b &#45; [SEE][NORMSINV(97.5%)], and
&lt;br /&gt;
Upper: D (U) = mx + b + [SEE][NORMSINV(97.5%)]
&lt;/p&gt;
&lt;p&gt;
In this case, 
&lt;/p&gt;
&lt;p&gt;
Lower: D (L) = 3.22% (the predicted D) &#45; [0.008305][1.96], and
&lt;br /&gt;
Upper: D (U) = 3.22% (the predicted D) + [0.008305][1.96]
&lt;/p&gt;
&lt;p&gt;
Depending on rounding, that produces a 95% confidence interval of 1.59% and 4.85%.
&lt;/p&gt;</description>
      <dc:date>2008-01-23T22:31:16-08:00</dc:date>
    </item>

    <item>
      <title>Early Bird Episode No. 3 &#45; Question 2</title>
      <link>http://www.bionicturtle.com/forum/viewthread/179/</link>
      <guid>http://www.bionicturtle.com/forum/viewthread/179/#When:17:15:02Z</guid>
      <description>&lt;p&gt;&lt;b&gt;Question:&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
Next year, the economy will be in one of three states: low growth (30% likely), moderate growth (60% likely) and high growth (10% likely). Assume both Google&#8217;s (G) and Yahoo&#8217;s (Y) sales are a function of the economic state, such that:
&lt;/p&gt;
&lt;p&gt;
If economic growth is low (30% likely), Google (G) will grow 20% and Yahoo (Y) will grow 4%
&lt;br /&gt;
If economic growth is moderate (60% likely), Google will grow 30% and Yahoo will grow 4%
&lt;br /&gt;
If economic growth is high (10% likely), Google will grow 60% and Yahoo will grow 10%
&lt;/p&gt;
&lt;p&gt;
(i) What is Google&#8217;s expected growth?
&lt;br /&gt;
(ii) What is the covariance between Google (G) and Yahoo (Y)?
&lt;br /&gt;
(iii) What is Google&#8217;s variance?
&lt;br /&gt;
(iv) What is the correlation (coefficient) between Google and Yahoo?
&lt;/p&gt;
&lt;p&gt;
&lt;img src=&quot;http://www.bionicturtle.com/images/forum/googyhoo.png&quot;  alt=&apos;googyhoo.png&apos; /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Answer:&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.editgrid.com/bt/frm_2008/eb_episode3_GOOGYHOO&quot;&gt;See the EditGrid worksheet for a complete solution&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
(i) Google&#8217;s expected growth is the weighted average: (30% low)(20%) + (60% moderate)(30%) + (10% high)(60%) = 30%
&lt;/p&gt;
&lt;p&gt;
(ii) COVAR(G,Y) = E[GY] &#45; E[G]E[Y]. Since the expected product of G*Y = 1.56%, COVAR(G,Y) = 1.56% &#45; (30%)(4.6%) = 0.0156 &#45; 0.0138 = 0.0018
&lt;/p&gt;
&lt;p&gt;
(iii) VARIANCE(G) = COVAR(G,G) = E[G^2] &#45; [E(G)]^2. 
&lt;/p&gt;
&lt;p&gt;
Since the set of G = (20%, 30%, 60%), the set of G^2 = (4%, 9%, 36%). Therefore, the E[G^2] = (30%)(4%)+(60%)(9%)+(10%)(36%) = 10.2%. And E(G) = 30%. So, variance is given by:
&lt;/p&gt;
&lt;p&gt;
VARIANCE (G) = E[G^2] &#45; [E(G)]^2 = 10.2% &#45; (30%)^2 = 10.2% &#45; 0% = 1.1%
&lt;br /&gt;
(Note: the standard deviation is therefore about 10.954%)
&lt;/p&gt;
&lt;p&gt;
(iv) Correlation = COV/(STD)(STD). In this case, (0.0018)/[(0.109545)(0.018)] = 91.29%.
&lt;/p&gt;</description>
      <dc:date>2008-01-23T17:15:02-08:00</dc:date>
    </item>

    <item>
      <title>Early Bird Episode No. 2 &#45; Question 3</title>
      <link>http://www.bionicturtle.com/forum/viewthread/169/</link>
      <guid>http://www.bionicturtle.com/forum/viewthread/169/#When:14:35:04Z</guid>
      <description>&lt;p&gt;&lt;b&gt;Question:&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
Assume mutual fund period returns are normally distributed with mean expected return of 8% and standard deviation of 10%. 
&lt;/p&gt;
&lt;p&gt;
(i) If a particular return is +15%, how many standard units is that from the mean? 
&lt;/p&gt;
&lt;p&gt;
(ii) Approximately what percentage of funds should return more than +15%? (simplistic single period assumption, nothing fancy)
&lt;/p&gt;
&lt;p&gt;
(iii) What is the 95% parametric value at risk (VaR), in return terms?
&lt;/p&gt;
&lt;p&gt;
(iv) Actual equity returns tend to violate normality. Cite at least one key difference between the empirical tendencies of equity returns and normality?
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Answer:&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
(i) If a particular return is +15%, how many standard units is that from the mean? 
&lt;/p&gt;
&lt;p&gt;
To express a value in STANDARD UNITS, we divide it&#8217;s distance from the mean by the standard deviation.
&lt;br /&gt;
In this case, (15% &#45; 8%)/10% = +0.7 standard units
&lt;/p&gt;
&lt;p&gt;
(ii) Approximately what percentage of funds should return more than +15%?
&lt;/p&gt;
&lt;p&gt;
This is the area &#8220;to the right&#8221; of the +0.7 standard units, in the standard normal distribution.
&lt;br /&gt;
The percentage of funds that return less than or equal to 15% is given by the cumulative probability distribution function.
&lt;br /&gt;
In this case, P (X &amp;lt;= 0.7 standard units) = NORMSDIST(0.7) = NORMDIST(15%, 8%, 10%, TRUE) = 75.8%. That is the probability of less than or equal to +15%. Therefore, the probability of greater than +15% = 1 &#45; 75.8% = 24.2%.
&lt;/p&gt;
&lt;p&gt;
(iii) What is the 95% parametric value at risk (VaR), in return terms?
&lt;/p&gt;
&lt;p&gt;
You could answer two ways. 
&lt;br /&gt;
In all cases, NORMSINV(5%) = &#45;1.645, such that with 95% confidence:
&lt;br /&gt;
Relative VaR  = (10%)(&#45;1.654) = &#45;16.5%, and/or
&lt;br /&gt;
Absolute VaR = 8% + (10%)(&#45;1.654) = 8.45%
&lt;/p&gt;
&lt;p&gt;
(iv) Actual equity returns tend to violate normality. Cite at least one key difference between the empirical tendencies of equity returns and normality?
&lt;/p&gt;
&lt;p&gt;
As Linda Allen says (Chapter 2), asset returns tend to be:
&lt;/p&gt;
&lt;p&gt;
1. Fat&#45;tailed (kurtosis &amp;gt; 3, leptokurtosis)
&lt;br /&gt;
2. Skewed
&lt;br /&gt;
3. Unstable (time&#45;varying; the parameters change over time!)
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;For reflection:&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
You need to be able to STANDARDIZE quickly.
&lt;/p&gt;
&lt;p&gt;
Note how simple is relative VaR. (At least this approach. We can get more complicated, but the starting point is this &#8216;delta normal&#8217; approach. Specifically, this approach is PARAMETRIC, as opposed to historical simulation or Monte Carlo. And WITHIN PARAMETRIC, this uses a normal distribution as opposed to some other distribution). I like to say it is &#8220;scaling volatility&#8221; because all we do is multiply volatility by the critical value that is a function of our confidence.
&lt;/p&gt;
&lt;p&gt;
Note that 95% VaR confidence is a ONE&#45;TAILED test that gives us a critical value of (&#45;)1.645. If you are new to FRM/risk, you&#8217;ll soon see that we have two really common critical values: 1.645 @ 95%/5% and 2.33 @ 99%/1%. (95% confidence is another way of saying 5% significance).
&lt;/p&gt;
&lt;p&gt;
Please FOCUS on Linda Allen&#8217;s THREE points. We do all this model work with the distributions. But we can&#8217;t forget that actual, empirical asset returns do not conform (they are not &#8220;well behaved&quot;). Notice this is almost comical as collectively, these &#8220;problems&#8221; are deadly. The &#8216;unstable&#8217; is particularly vexing: our parameters can be correct today and incorrect tomorrow.
&lt;/p&gt;</description>
      <dc:date>2008-01-19T14:35:04-08:00</dc:date>
    </item>

    <item>
      <title>Early Bird Episode No. 2 &#45; Question 2</title>
      <link>http://www.bionicturtle.com/forum/viewthread/168/</link>
      <guid>http://www.bionicturtle.com/forum/viewthread/168/#When:13:51:56Z</guid>
      <description>&lt;p&gt;&lt;b&gt;Question:&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
A company produces widgets but with a 2% defect rate (i.e., two widgets out of 100 widgets are defective, on average). The next production run will contain 100 widgets. Assume the Poisson distribution is a good fit.
&lt;/p&gt;
&lt;p&gt;
(i) What is the probability that exactly two (2) defects will be produced?
&lt;br /&gt;
(ii) What is the probability that no more than two (2) defects will be produced (i.e., less than three defects)?
&lt;br /&gt;
(iii) A defect is considered a &#8220;rare event&#8221; (i.e., small probability and large number of trials). &lt;i&gt;In this case&lt;/i&gt;,  the Poisson distribution closely approximates the binomial. Under the binomial distribution, what is the probability of exactly two (2) defects?
&lt;br /&gt;
(iv) What is the mean and variance of this Poisson distribution?
&lt;br /&gt;
(v) Can the normal distribution approximate this Poisson distribution? If not, under what circumstances could the normal approximate this Poisson?
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Answer:&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.editgrid.com/bt/frm_2008/ebEpisode2_Prob2_poisson&quot;&gt;Here is an EditGrid spreadsheet if you&#8217;d like to take a closer look at the Poisson pdf&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
(i) What is the probability that exactly two (2) defects will be produced?
&lt;/p&gt;
&lt;p&gt;
Given lambda (mean) of 2, under the Poisson distribution P(X=2) = 27.1%.
&lt;/p&gt;
&lt;p&gt;
The numerator of the pdf = (lambda ^ X)exp(&#45;lambda) = (2^2)exp(&#45;2) = 0.541
&lt;br /&gt;
The denominator of the pdf = 2! = 2
&lt;br /&gt;
So, the pdf = 0.541/2 = 27.1%
&lt;/p&gt;
&lt;p&gt;
(ii) What is the probability that no more than two (2) defects will be produced (i.e., less than three defects)?
&lt;/p&gt;
&lt;p&gt;
P(X&amp;lt;=2) = P(X=0) + P(X=1) + P(X=2) = 67.7%
&lt;/p&gt;
&lt;p&gt;
This is the nature of a discrete density function: the x&#45;values are independent and discrete. We can add them!
&lt;/p&gt;
&lt;p&gt;
(iii) A defect is considered a &#8220;rare event&#8221; (i.e., small probability and large number of trials). Therefore, the binomial distribution closely approximates the binomial. Under the binomial distribution, what is the probability of exactly two (2) defects?
&lt;/p&gt;
&lt;p&gt;
=BINOMDIST(2,100,2%,FALSE). The &#8216;false&#8217; param gives us a pdf instead of a cumulative function.
&lt;/p&gt;
&lt;p&gt;
Note how close this is to the Poisson result!
&lt;/p&gt;
&lt;p&gt;
(iv) What is the mean and variance of this Poisson distribution?
&lt;/p&gt;
&lt;p&gt;
Mean = lambda = 2
&lt;br /&gt;
Variance = lambda = 2
&lt;/p&gt;
&lt;p&gt;
That&#8217;s the funny thing about the Poisson, LAMBDA is BOTH THE MEAN AND THE VARIANCE.
&lt;/p&gt;
&lt;p&gt;
(v) Can the normal distribution approximate this Poisson distribution? If not, under what circumstances could the normal approximate this Poisson?
&lt;/p&gt;
&lt;p&gt;
&#8220;No&#8221; and &#8220;as lambda becomes large&#8221;
&lt;/p&gt;
&lt;p&gt;
For a low lambda, like in this example, the Poisson looks like a binomial. As lambda increases (toward infinity), it begins to converge on the normal distribution (and, as they say, the normal approximates the Poisson, or vice )
&lt;/p&gt;</description>
      <dc:date>2008-01-19T13:51:56-08:00</dc:date>
    </item>

    <item>
      <title>Early Bird Episode No. 1 &#45; Question 4</title>
      <link>http://www.bionicturtle.com/forum/viewthread/158/</link>
      <guid>http://www.bionicturtle.com/forum/viewthread/158/#When:19:13:54Z</guid>
      <description>&lt;p&gt;Question:
&lt;/p&gt;
&lt;p&gt;
Consider a three&#45;asset portfolio consisting of three stocks called A, B, and C. The stocks are weighted, respectively, 20%, 30% and 50% (i.e., weight A = 20%, weight B = 30%, and weight C = 50%). The volatility (standard deviation) of returns for all three assets is 20%. The covariances are as follows: COVAR(A,B) = 0.09 = 9%, COVAR(A,C) = 0.16 = 16%, COVAR(B,C) = 0.01 = 1%. Using matrix math, calculate the three&#45;asset portfolio variance. 
&lt;/p&gt;
&lt;p&gt;
Answer:
&lt;/p&gt;
&lt;p&gt;
This is likely a harder question than you would encounter on the exam (not for conceptual difficulty but rather time required to perform the calculation). It is basic matrix application. 
&lt;/p&gt;
&lt;p&gt;
Recall that if w is the vector of portfolio weights and Sigma is the covariance matrix, we have a very COMPACT FORMULA for PORTFOLIO VARIANCE:
&lt;/p&gt;
&lt;p&gt;
&lt;img src=&quot;http://www.bionicturtle.com/images/forum/vectorportvariance.png&quot;  alt=&apos;vectorportvariance.png&apos; /&gt;
&lt;/p&gt;
&lt;p&gt;
portfolio variance = (w&#8217;)(Sigma)(w)
&lt;br /&gt;
where w&#8217; is row vector of weights, having been transposed.
&lt;/p&gt;
&lt;p&gt;
In this case, w&#8217; is given by:
&lt;br /&gt;
[20% 30% 50%]
&lt;/p&gt;
&lt;p&gt;
And the COVARIANCE MATRIX is 3 x 3 and given by:
&lt;/p&gt;
&lt;p&gt;
| 0.04 0.09 0.16 |
&lt;br /&gt;
| 0.09 0.04 0.01 |
&lt;br /&gt;
| 0.16 0.01 0.04 |
&lt;/p&gt;
&lt;p&gt;
Note the diagonal of the covariance matrix contains the variances (0.04) which are squared volatilities (0.04 = 20%^2).
&lt;/p&gt;
&lt;p&gt;
The portfolio variance is the product of:
&lt;br /&gt;
(w&#8217;)(Sigma)(w)
&lt;/p&gt;
&lt;p&gt;
Note that matrix multiplication happens to be &#8216;associative&#8217; so that the order of multiplication does not matter: (AB)C = A(BC).
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.editgrid.com/bt/frm_2008/threeAssetVariance&quot;&gt;The worked out answer can viewed in this editgrid spreadsheet&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
For reflection:
&lt;br /&gt;
* The diagonal of the covariance matrix consists of variances. Why? The covariance of a thing with itself is its variance.
&lt;/p&gt;
&lt;p&gt;
* Where is the correlation matrix? It is implicit in the covariance matrix. By the way, what elements are in the diagonal of a correlation matrix? Ones (1). Why? Because the correlation of a thing with itself is 1.0.
&lt;/p&gt;</description>
      <dc:date>2008-01-09T19:13:54-08:00</dc:date>
    </item>

    
    </channel>
</rss>