Skip to content

Releases: felipenoris/InterestRates.jl

Release v0.4.3

21 May 03:59
Compare
Choose a tag to compare

This release adds a new feature.

  • introducing DailyDatesRange

Release v0.4.2

13 May 21:27
Compare
Choose a tag to compare

This release adds a new feature.

  • introducing CurveMap

Release v0.4.1

14 Mar 21:08
Compare
Choose a tag to compare

This is a bugfix release.

  • fix yearfractionvalue to reproduce old behavior of yearfraction.

Release v0.4.0

14 Mar 17:12
Compare
Choose a tag to compare

Breaking changes

  • AbstractIRCurve{M<:CurveMethod} is now parametric on the curve method.

  • YearFraction type was introduced. All internal API methods that had an year fraction argument as t::Float64 were changed to use t::YearFraction.

  • InterestRates.yearfraction method returns a YearFraction as result. Use InterestRates.yearfractionvalue to get the old behavior.

Improvements

  • package docs website.

  • discountfactor(curve, fwd_maturity, maturity).

  • public API methods should accept maturity::YearFraction argument when possible. This means that the library now supports discountfactor and other methods for an arbitrary maturity::YearFraction that is not a closing date.

Release v0.3.5

08 Mar 12:52
Compare
Choose a tag to compare
  • Drop support for Julia v0.7

  • minor refactoring

Release v0.3.4

03 Jun 01:32
Compare
Choose a tag to compare
  • Project files.

Release v0.3.3

02 Dec 12:54
276e1b5
Compare
Choose a tag to compare

Bugfix release.

Release v0.3.2

18 Nov 13:14
Compare
Choose a tag to compare

Bugfix release.

Release v0.3.1

21 Aug 18:36
Compare
Choose a tag to compare

Bugfix release.

Release v0.2.3

21 Aug 15:49
Compare
Choose a tag to compare

Bugfix release.