powered by
Functions to switch from nominal / effective / convertible rates
nominal2Real(i, k = 1, type = "interest")convertible2Effective(i, k = 1, type = "interest")real2Nominal(i, k = 1, type = "interest")effective2Convertible(i, k = 1, type = "interest")
convertible2Effective(i, k = 1, type = "interest")
real2Nominal(i, k = 1, type = "interest")
effective2Convertible(i, k = 1, type = "interest")
A numeric value.
The rate to be converted.
The original / target compounting frequency.
Either "interest" (default) or "nominal".
effective2Convertible and convertible2Effective wrap the other two functions.
effective2Convertible
convertible2Effective
Broverman, S.A., Mathematics of Investment and Credit (Fourth Edition), 2008, ACTEX Publications.
real2Nominal
#a nominal rate of 0.12 equates an APR of nominal2Real(i=0.12, k = 12, "interest")
Run the code above in your browser using DataLab