document.write( "Question 1179443: A Php 100,000, 10% bond, pays a dividend every quarter for 8 years. The bond is priced at par and is redeemable at 110% of the par value. Find the yield to maturity. \n" ); document.write( "
Algebra.Com's Answer #850232 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! To calculate the yield to maturity (YTM) of the bond, we can use the following formula:\r \n" ); document.write( "\n" ); document.write( "``` \n" ); document.write( "YTM = (C + (FV - PV) / N) / ((FV + PV) / 2) \n" ); document.write( "```\r \n" ); document.write( "\n" ); document.write( "Where:\r \n" ); document.write( "\n" ); document.write( "* C = Annual coupon payment \n" ); document.write( "* FV = Face value of the bond \n" ); document.write( "* PV = Present value of the bond \n" ); document.write( "* N = Number of years to maturity\r \n" ); document.write( "\n" ); document.write( "In this case:\r \n" ); document.write( "\n" ); document.write( "* C = 100,000 * 10% = 10,000 Php (annual coupon payment) \n" ); document.write( "* FV = 100,000 Php (face value) \n" ); document.write( "* PV = 100,000 Php (priced at par) \n" ); document.write( "* N = 8 years (number of years to maturity)\r \n" ); document.write( "\n" ); document.write( "However, since the bond is redeemable at 110% of the par value, we need to adjust the FV accordingly:\r \n" ); document.write( "\n" ); document.write( "* FV = 100,000 * 110% = 110,000 Php (redeemable value)\r \n" ); document.write( "\n" ); document.write( "Now, we can plug these values into the YTM formula:\r \n" ); document.write( "\n" ); document.write( "``` \n" ); document.write( "YTM = (10,000 + (110,000 - 100,000) / 8) / ((110,000 + 100,000) / 2) \n" ); document.write( "```\r \n" ); document.write( "\n" ); document.write( "``` \n" ); document.write( "YTM = (10,000 + 1,250) / 105,000 \n" ); document.write( "```\r \n" ); document.write( "\n" ); document.write( "``` \n" ); document.write( "YTM = 11,250 / 105,000 \n" ); document.write( "```\r \n" ); document.write( "\n" ); document.write( "``` \n" ); document.write( "YTM ≈ 0.1071 or 10.71% \n" ); document.write( "```\r \n" ); document.write( "\n" ); document.write( "Therefore, the yield to maturity of the bond is approximately **10.71%**.\r \n" ); document.write( "\n" ); document.write( "Note that this is just an approximate YTM, as it doesn't take into account the quarterly coupon payments. To get a more precise YTM, you would need to use a financial calculator or spreadsheet software that can handle the time value of money calculations with quarterly compounding. \n" ); document.write( " |