Bond Rate Calculation

EssoExplJoe

New Member
Joined
Nov 11, 2016
Messages
28
How do I calculate the nominal annual interest rate of return on a bond whose maturity is days from purchase instead of years?
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
The Interest is P x R where P is Principal R is Rate % - Generally it is per annum

So convert it into days we do (P x R x D)/365

Remember to put R as %

Hope it helps
 
Upvote 0
Check this and revert -

Book1
AB
1
2Principal10,000
3Rate7%
4Duration (Days)20
5
6
7Interest Earned38.36
8
9Interest Earned for Year700
10for 20 days38.36
Sheet1
Cell Formulas
RangeFormula
B7B7=ROUND(B2*B3*B4/365,2)
B9B9=B2*B3
B10B10=ROUND(B9*20/365,2)
 
Upvote 0
Solution
How do I calculate the nominal annual interest rate of return on a bond whose maturity is days from purchase instead of years?
If you know the daily effective rates, multiply by 365 to get the nominal annual rate.
 
Upvote 0
If you know the daily effective rates, multiply by 365 to get the nominal annual rate.
@Cubist Banks generally don't give Daily rates and converting them to Daily effective rate can be a misleading calculation, if I may update.
 
Upvote 0
@Cubist Banks generally don't give Daily rates and converting them to Daily effective rate can be a misleading calculation, if I may update.
Banks normally give nominal annual rates, but the OP is asking how to calculate it suggesting it isn't given. It's not necessarily misleading if they're being compounded daily. In your post #3, you're assuming 7% is the annual nominal rate, this isn't correct if the interest is being calculated daily. It needs to be divided by 365 i.e. 7%/365.
 
Upvote 0

Forum statistics

Threads
1,215,133
Messages
6,123,231
Members
449,091
Latest member
jeremy_bp001

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top