wilsonfreitas / R-fixedincome

Fixed income tools for R
http://wilsonfreitas.github.io/R-fixedincome/
Other
50 stars 25 forks source link

Issues calculating real interest rates #25

Open wilsonfreitas opened 2 years ago

wilsonfreitas commented 2 years ago

In real interest rates we have monthly inflation and daily interest rates.

How to make that implemented easily?

real_rate <- compound(nominal_rate, "1 month") / compound(inflation, "1 month")

Issues