Releases: wilsonfreitas/R-fixedincome
Releases · wilsonfreitas/R-fixedincome
jane says
braveheart
fixedincome 0.0.3
- ggplot2 support.
- Added optional refdate attribute to ForwardRate class. (Issue #29)
- New vignette "Plotting Spot Rate Curves"
- Updated vignette "Spot Rate Curve Interpolation"
won't get fooled again
fixedincome 0.0.2
Term class
- Term class accepts multiple units.
toyears
returns Term objects- New methods
tomonths
andtodays
for Term conversion in different units.
SpotRate
- SpotRate Compare method split into spectific methods: ==, !=, >, <, >=, <=. The methods >, <, >=, <= raise error for objects with different slots: compounding, daycount, calendar.
- SpotRate Arith methods raise error for objects with different slots: compounding, daycount, calendar.
SpotRateCurve
- The curve methods
[
and[[
don't propagate interpolation. The returned curves don't have interpolation. This avoids recurrentprepare_interpolation
calls. - New SpotRateCurve method
[[
for missing returns interpolated curve in curve's terms. - SpotRateCurve converts terms to
days
units, sodays
units becomes the default units to SpotRateCurve.
Interpolation
- Added
progagate
slot toInterpolation
class. It defines if the interpolation method is propagated to interpolated curves. - The
interpolate
function, for NelsonSiegel and NelsonSiegelSvensson models, convertsterm
argument to years withtoyears
. - Organized nelsonsiegel and nelsonsiegelsvensson code.
- New objective functions (and their gradients) have been created to improve the optimization.
Compounding
rates
method has been renamed toimplied_rate
Misc
- Code refactoring
- Updated to bizdays version 0.1.10 (Issue #21)
v0.1.1
- Finished docs
- CRAN check passing
v0.1.0
First functional release
Classes:
- spotrate
- daycount
- term
- compounding
The documentation is incomplete.
Check is passing.
lft.R
has a great example of use.