Skip to main content

Python library for discounting cashflows.

Project description

https://img.shields.io/codeship/9d5f1200-9cf4-0134-bcff-6ae80fc9d0de/master.svg

A Python library for generating discounted cashflows. Typical banking business methods are provided like interpolation, compounding, discounting and fx.

Example Usage

from dcf import ZeroRateCurve

>>> ZeroRateCurve([20140101, 20160101], [.03, .05]).get_zero_rate(20140101, 20150101)
0.04

Install

The latest stable version can always be installed or updated via pip:

$ pip install businessdate

If the above fails, please try easy_install instead:

$ easy_install businessdate

Examples

# Simplest example possible

Development Version

The latest development version can be installed directly from GitHub:

$ pip install --upgrade git+https://github.com/pbrisk/dcf.git

Contributions

Issues and Pull Requests are always welcome.

License

Code and documentation are available according to the Apache Software License (see LICENSE).

Download files

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

Source Distribution

dcf-0.2.tar.gz (15.9 kB view hashes)

Uploaded Source

Built Distribution

dcf-0.2-py2-none-any.whl (14.1 kB view hashes)

Uploaded Python 2

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