Skip to content

Releases: simicd/smith-wilson-py

v0.2.0

30 Jan 12:51
e8e9e0e
Compare
Choose a tag to compare
  • feature: Estimate convergence factor alpha. The parameter determines the convergence speed of the yield curve towards the Ultimate Forward Rate (UFR). The parameter is estimated by finding the smallest value such that the difference between forward rate at convergence maturity and UFR is smaller than 1bps.
  • docs: Add installation instruction
  • build: Publish package to pypi on release

v0.1.0

30 Jan 12:37
af397de
Compare
Choose a tag to compare
  • feature: Implement Smith-Wilson yield curve fitting algorithm in Python for interpolations and extrapolations of zero-coupon bond rates
  • docs: Write how-to-use section
  • build: Set up CI pipeline