Finance

Build Status License Docs

This is a simple lib to apply financial formulas using Crystal-lang.

Installation

  1. Add the dependency to your shard.yml:
dependencies:
  finance:
    github: Yueyehua/finance
  1. 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

  1. Fork it (https://github.com/Yueyehua/finance/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors