finance-math

Crates.iofinance-math
lib.rsfinance-math
version0.0.1
sourcesrc
created_at2016-12-28 16:20:48.072605
updated_at2016-12-28 16:20:48.072605
descriptionfinance-rust is a simple common finance mathematics in rust.
homepage
repositoryhttps://github.com/pow2n10/finance-rust
max_upload_size
id7818
size867,331
pow2n10 (pow2n10)

documentation

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

README

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.
Commit count: 7

cargo fmt