Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.7 KB

README.rst

File metadata and controls

39 lines (25 loc) · 1.7 KB

Yield Curve Dynamics

Documentation Status

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

  • Data source: Zero coupon bond yield curve data published by European Central Bank (ECB)
  • Visualization: Animated plot shows a video of historic yield curves
  • Analysis: Principal Component Analysis (PCA) is applied to (shifted) log diffs of keyrates in order to reduce the dimensionality of curve movements
  • Key insight: Three factors (parallel shift, steepening and hump) can capture the majority of curve movements
  • Structure: Functionality is contained in the yield_curve_dynamics Python package, presentation is performed using Jupyter notebooks in the notebooks directory
  • Free software: MIT license
  • Documentation: https://yield-curve-dynamics.readthedocs.io.
  • Slides

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.