R-fixedincome icon indicating copy to clipboard operation
R-fixedincome copied to clipboard

Fixed income tools for R

Results 16 R-fixedincome issues
Sort by recently updated
recently updated
newest added

Create a class to represent basis points values ```r bps(10) ``` 1 basis point is 0.01%

new-features

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.

enhancement

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...

new-features

http://en.wikipedia.org/wiki/Day_count_convention http://wiki.treasurers.org/wiki/Day_count_conventions

new-features

Define and build a constructor for a json representation of fixedincome objects. ``` sr

new-features

In real interest rates we have monthly inflation and daily interest rates. How to make that implemented easily? ``` r real_rate

new-features

``` r library(fixedincome) crv Error in validObject(.Object): invalid class "SpotRateCurve" object: FALSE ``` This could return NA elements instead of raising an error.

enhancement