1

I read on Investopedia that a 360-day-count convention is being used in the case of Bank Discount Basis. And I found the following formula on Wikipedia:

R = n*ln(1 + r/n)

This is the conversion formula for converting an interest rate r with compounding frequency n to the rate R on a continuous compounding basis. What I wonder is if it is correct to set r equal to the interest rate on the Bank Discount Basis. And n equal to 360. Would that give me the conversion formula for converting from Bank Discount Basis to continuous compounding?

  • It is unclear what you are trying to do. When you use continuous compounding, the number of days/year does not apply, since you are 'continuously' compounding, meaning at near infinite frequency. The formula for the value of P compounded continuously at r for n years is P*e^(nr). – Rao A. Nov 01 '14 at 22:09
  • Yes @Rao, absolutely. I do know that this is how to compute using continuous compounding. I want to know how to convert. I assume that Bank Discount Basis means that a different compounding frequency is being used and I want to know what values to put into the conversion formula. – PhysicistEngineer Nov 02 '14 at 13:01

1 Answers1

1

I recently found the answer to my own question! =) I realized that I had to be even more stubborn than I usually am. =S

I think that this web page is great for learning how to calculate:

http://www.allbusiness.com/glossaries/discount-yield/4952922-1.html

Let's say for instance that the 3-month rate given on discount basis is 1.3 %. Then I can calculate it on the continuous compounding basis by first calculating the discount factor:

0.013*90/360 = 0.00325 => d = 1 - 0.00325 = 0.99675

Then I get the rate that I want by the following calculation:

-1*(360/90)*ln(d) = 1.302117 %

The math here is very simple but it is essential to find the relevant formulas first.