Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

49 lines (34 loc) · 1.16 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Rate function
  • Dependabot support

Fixed

  • Func definition in readme

Added

  • support for nper with examples

Changed

  • Replace floats with decimal

Fixed

  • Fix PMT, 0 rate case
  • Fix IPMT

Added

  • support for pv & npv functions with examples & test cases.
  • test cases for PlotRows
  • updated readme.

Changed

  • refactored PlotRows

Added

  • support for fv, ipmt, pmt, ppmt functions.
  • support for amortisation table generation.