标题: Reading 58 // Quickly Way to Calculate Reinvestment Income F [打印本页] 作者: bkballa 时间: 2013-4-28 08:20 标题: Reading 58 // Quickly Way to Calculate Reinvestment Income F
Hello,
The formula to calculate Reinvestment Income for year 1 is :
RI = coupon interest*(1+r)^(n-1)
If I want to calculate the reinvestment income for several years, I need to calculate each year and then summing all years but it takes a lot of time if we have 10 years for instance.
Do you know, by any chance, a quick way to calculate the reinvestment income for the whole 10 years in one calculation?
Thanks !作者: hanvinh 时间: 2013-4-28 08:20
Error in the formula, this is the correct formula :
RI = coupon interest*(1+r)^(n-1) - coupon interest作者: Finalnub 时间: 2013-4-28 08:21
Thanks a lot ! I will try it tonight !作者: bkballa 时间: 2013-4-28 08:21
SpyAli wrote:
Do it through Future Annuity formula.
RI = CP x { [ ( 1 + i )^n -1 ] / i } - Capital Gain - Coupon Payments
the proper way to do this is:
RI = CP x { [ ( 1 + i )^n -1 ] / i } - n*CP
You needn’t subtract Capital Gain