Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joeychilson/financial_formulas
An Elixir library for financial formulas.
https://github.com/joeychilson/financial_formulas
elixir finance formulas
Last synced: 1 day ago
JSON representation
An Elixir library for financial formulas.
- Host: GitHub
- URL: https://github.com/joeychilson/financial_formulas
- Owner: joeychilson
- Created: 2023-08-08T08:33:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-21T03:19:39.000Z (about 1 year ago)
- Last Synced: 2024-11-13T16:53:53.508Z (3 days ago)
- Topics: elixir, finance, formulas
- Language: Elixir
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FinancialFormulas
An Elixir library for financial formulas.
## Installation
`FinancialFormulas` is available on Hex. Add it to your list of dependencies in mix.exs:
```elixir
def deps do
[
{:financial_formulas, "~> 0.1.0"}
]
end
```