finance-math 0.0.1

finance-rust is a simple common finance mathematics in rust.
Documentation
  • Coverage
  • 100%
    15 out of 15 items documented0 out of 14 items with examples
  • Size
  • Source code size: 867.48 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.64 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Documentation
  • imiskolee/finance-rust
    43 5 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • pow2n10

Finance Rust

finance-rust is a simple common finance mathematics in rust.Its cloning form http://financejs.org/. The create includes some finance mathematics theory & formula (eg: CAGR,CI,LR,PI,AM etc.).

Supported Functions

  • Amortization(AM)
  • Compound Annual Growth Rate (CAGR)
  • Compound Interest(CI)
  • Discount Factor (DF)
  • Future Value (FV)
  • Internal Rate of Return (IRR)
  • Leverage Ratio (LR)
  • Net Present Value (NPV)
  • Payback Period (PP)
  • Present Value (PV)
  • Profitability Index (PI)
  • Return on Investment (ROI)
  • Rule of 72 (R72)
  • Weighted Average Cost of Capital (WACC)

Documention

http://blog.pownm.com/finance-rust/finance/.

Todo

  • [] More Functions
  • [] Generic numbers support.