Finance
[![Build Status][travis-img]][travis-url] [![License][license-img]][license-url] [![Docs][docs-img]][docs-url]
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
[travis-img]: https://travis-ci.org/Yueyehua/finance.svg?branch=master [travis-url]: https://travis-ci.org/Yueyehua/finance [license-img]: https://img.shields.io/badge/License-MIT-blue.svg [license-url]: LICENSE [docs-img]: https://img.shields.io/readthedocs/docs.svg [docs-url]: https://yueyehua.github.io/finance/