Skip to main content

Estimates yield curves using various methodologies

Project description

This package will allow for easy building of yield curves using various methodologies found in academic literature. Currently, this package only has the Nelson Siegal function programmed but other functions are being worked on at the moment.

To use: Make sure your dataframe consists of yields with column names denoting the maturity of the security in months. Initiate the function as such: curve = NelsonSiegal(est_l=True) curve.fit(data, params=[1,1,1,1], l=none)

The NelsonSiegal function contains one argument. est_l - this argument is basically asking if you would like to have the lambda estimated from the data using a non-linear least squares optimizer. Setting this to true will do so. Setting this to false means you will have to provide your own value of lambda into the fit function. The fit function contains three arguments. Data - this is just your dataframe, params - this is an array of parameters used as starting values in the optimisation function. Finally, l is just the value for lambda if you chose this option in the initiation function.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yieldcurve-0.0.1.tar.gz (1.5 kB view hashes)

Uploaded Source

Built Distribution

yieldcurve-0.0.1-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page