Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 779 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 779 Bytes

Finances

experimental test status codecov

An opinionated, strongly-typed package for common financial types and tasks.

  • Basic yet strict classes like Returns which make use of period and calcuation logic.
  • Commmon procedures such as compounding, interest calculation etc.
  • Projection of balances and cashflows
  • Ex-post calculation of performance such as IRR and Sharpe ratio

Example

See example/example.dart for some running examples.