finance
Finance
This is a simple lib to apply financial formulas using Crystal-lang.
Installation
- Add the dependency to your
shard.yml
:
dependencies:
finance:
github: Yueyehua/finance
- Run
shards install
Usage
require "finance"
All functions are usable as is, i.e.:
Finance::Loan.loan_schedule(1000, 0.02, 24)
Development
WIP
Contributing
- Fork it (https://github.com/Yueyehua/finance/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Richard Delaplace - creator and maintainer
Repository
finance
Owner
Statistic
- 0
- 0
- 0
- 0
- 0
- over 5 years ago
- February 5, 2019
License
MIT License
Links
Synced at
Sun, 24 Nov 2024 03:38:32 GMT
Languages