Serving the Quantitative Finance Community

 
User avatar
wdb
Topic Author
Posts: 1
Joined: September 18th, 2004, 3:59 pm

bond return

October 2nd, 2006, 2:38 pm

Hi,I know this could be a very simple question but I am superstitious since anything wrong with the measure could make me use many months of work. I have a database where the total dollar monthly return is reported. If I want to compute the monthly rate of return , I should just divide by the privious month's price. right?Best
 
User avatar
MMP
Posts: 1
Joined: August 18th, 2005, 1:18 am

bond return

October 6th, 2006, 12:01 am

Let Px_0 represent the price per unit at the end of period 0Px_1 represent the price per unit at the end of period 1Mult_0 represent the pricing factor/consideration constant at end of period 0Mult_1 represent the pricing factor/consideration constant at end of period 1(Note that the valuation multiple is usually constant. Capital changes, principal paydowns, etc. may change the factor.)Acc_0 represent the accrual per unit at the end of period 0Acc_1 represent the accrual per unit at the end of period 1Dist represent the distributions per unit in the period (including income received)A common way to calculate the return is(Px_1 * Mult_1 + Acc_1 + Dist) / (Px_0 * Mult_0 + Acc_0) - 1an alternative is to remove the beginning accrual from the calculation(Px_1 * Mult_1 + Acc_1 + Dist) / (Px_0 * Mult_0) - 1The above calcs do not include any currency translation adjustments. EDIT: I may have misread what you are asking. You have the return already? I do not follow.
Last edited by MMP on October 5th, 2006, 10:00 pm, edited 1 time in total.
 
User avatar
wdb
Topic Author
Posts: 1
Joined: September 18th, 2004, 3:59 pm

bond return

October 7th, 2006, 1:32 pm

I have the total dollar return and not the rate of return . so i have just divided this total dollar return by the beginning period return to calculate the rate of return
 
User avatar
Aaron
Posts: 4
Joined: July 23rd, 2001, 3:46 pm

bond return

October 7th, 2006, 11:28 pm

This method ignores reinvestment between payment intervals. That might or might not be significant. For example, suppose you hold a bond that pays 6% per year. It costs $100 at the beginning of the year, and has a dollar return of $6 during the year. You divide $6 by $100 to get a 6% return. That's fine, but it gives the same answer whether the bond pays annually at the beginning of the year or the end of the year, and if the bond pays annually, semi-annually, quarterly, monthly or daily. Those things can make a difference.