https://github.com/joeychilson/financial_formulas
An Elixir library for financial formulas.
https://github.com/joeychilson/financial_formulas
elixir finance formulas
Last synced: 10 months 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-21T03:19:39.000Z (almost 3 years ago)
- Last Synced: 2025-08-20T15:25:24.541Z (10 months 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
```