Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. [5 pts] Download the monthly Case-Shiller house price index for Los Angeles from the St. Louis Fed (FRED II). Choose the version that is

1. [5 pts] Download the monthly Case-Shiller house price index for Los Angeles from the St. Louis Fed (FRED II). Choose the version that is not seasonally adjusted, and get all data, from about 1987 through the last available data point.

2. [5 pts] Compute the monthly appreciation r tt+1 = (H t+1 H t)/ H t. Extra points if you can show that the resulting time series is stationary.

3. [15 pts] Model the change in appreciation as an Orenstein-Uhlenbeck process (discretized version) rt+1 = r tt+1 r t = ( r t) t + t1/2 where is a normally distributed variable with mean 0 and variance 1, and , , and are constants. Hints: a. Do this in excel, by adding in the Analysis Tool pack from File>Options>Add-Ins. Use OLS regression, with y= r ttt+1 r t and x = r t t, and identify the unknown parameters above (, and ) from your linear regression result. b. To compute , ask the regression to give you the residuals, find their standard deviation, and then divide the answer by t1/2 c. Since t = (1/12) years (monthly), your parameters will be annual numbers.

4. [15 pts] Create a set of 10,000 simulations of a monthly house price for 10 years using the equation and parameters in 3 above. Assume the starting price is $800,000. a. Since you do not know the appreciation before t=0, warm up the data generating process with 1 years worth of appreciation before t=0 (you can start the warmup with r=0). b. You can use either VBA or simulate directly in the spreadsheet. When testing your work, use a smaller time frame (say 1 year) and fewer Monte Carlo simulations (say 100): 10 years worth of 10,000 simulations may take a while on your computer. c. is a normal random draw with mean 0 and variance 1. To generate such a random draw, use the function norm.inv(rand(),0,1). Rand() generates a uniform random number between 0 and 1 (a random probability), and the function then returns a random draw from the normal distribution with mean 0 and variance 1. d. Since every alteration to your spreadsheet will re-compute the random variable (potentially changing your results slightly), I suggest you switch off the automatic workbook calculation by going to file>options>formulas and selecting manual. To re-compute the workbook, you MUST then press control = or F9 to update formulae dont forget this. Also, best to set back to automatic when done with project. Apple computers may be different.

5. [20 pts] Suppose you wanted to buy this home with 10% down, and, to lower mortgage costs, you chose to get unison.com as an equity investor to provide another 10% (for a total of 20% down and 80% mortgage). From your results in 4, create a frequency distribution of Unisons return, compute their expected return and standard deviation of returns, and estimate the probability that Unison will lose money. Do this for the cases that the homeowner will pay back Unison after 1, 2, ,10 years (i.e., only at yearly anniversaries).

6. [5 pts] Why do you think point.com computes appreciation from a risk-adjusted basis, that is smaller than the value of the home at origination, rather than the purchase price/valuation at origination?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals Of Corporate Finance

Authors: Richard A. Brealey, Marcus, Alan J, Myers, Stewart C.

2nd Edition

0070074860, 9780070074866

Students also viewed these Finance questions

Question

What do you think the natural cause of your problem is?

Answered: 1 week ago

Question

4.3 Describe the job analysis process and methods.

Answered: 1 week ago