Metadata-Version: 2.1
Name: yield-curve-dynamics
Version: 0.1.0
Summary: A cursory look at the dynamics of zero coupon bond yield curves.
Home-page: https://github.com/luphord/yield_curve_dynamics
Author: luphord
Author-email: luphord@protonmail.com
License: MIT license
Keywords: yield_curve_dynamics
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: Click (>=6.0)
Requires-Dist: nelson-siegel-svensson (>=0.3)
Requires-Dist: jupyter (>=1.0)
Requires-Dist: pandas (>=0.24)
Requires-Dist: matplotlib (>=3.0)
Requires-Dist: scikit-learn (>=0.20)

====================
Yield Curve Dynamics
====================


.. image:: https://img.shields.io/pypi/v/yield_curve_dynamics.svg
        :target: https://pypi.python.org/pypi/yield_curve_dynamics

.. image:: https://img.shields.io/travis/luphord/yield_curve_dynamics.svg
        :target: https://travis-ci.org/luphord/yield_curve_dynamics

.. image:: https://readthedocs.org/projects/yield-curve-dynamics/badge/?version=latest
        :target: https://yield-curve-dynamics.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




A cursory look at the dynamics of zero coupon bond yield curves.


* Free software: MIT license
* Documentation: https://yield-curve-dynamics.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2019-03-21)
------------------

* First release on PyPI.


