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