R-fixedincome
R-fixedincome copied to clipboard
Fixed income tools for R
Create a class to represent basis points values ```r bps(10) ``` 1 basis point is 0.01%
Bom dia, poderia indicar o caminho para a função interp_flatforward()? Não encontrei no código tal como a de Svensson/Nelson Siegel. Voce chegou a bater com a curva da b3? Para...
Implement binary operations with Term objects: - Arith: + - * / - Comparison: > < >=
Implement an autoplot function to create graphics with ggplot2. This code has good examples on how it can be done.
I have a problem with term objects. I can't do comparison between term objects because I don't know how to count them (I don't have a daycount). I can't say...
http://en.wikipedia.org/wiki/Day_count_convention http://wiki.treasurers.org/wiki/Day_count_conventions
Define and build a constructor for a json representation of fixedincome objects. ``` sr
In real interest rates we have monthly inflation and daily interest rates. How to make that implemented easily? ``` r real_rate
``` r library(fixedincome) crv Error in validObject(.Object): invalid class "SpotRateCurve" object: FALSE ``` This could return NA elements instead of raising an error.