February 11th, 2004, 2:01 pm
I am computing the spread between the returns of SP500 and 10 year Treasury note over a 5 year period.I have the closing prices of the spx index and can compute returns as ln(p2/p1). For 10 year treasury, I haveYields (not prices). How do I work with yields, if it were prices, I would computed the returns the same way asIndex returns. If it is yields, should I just subtract the yields. but it has the inverse relationship with pricesso if the yield went from 4.00 to 4.10 (day1 to day2), should I have the return as the yld change i,e (4.10/4 -1).