Popularity
6.1
Declining
Activity
0.0
Stable
13
4
1
Monthly Downloads: 9
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Finance
Latest version: v0.1.00
dollaridoos alternatives and similar packages
Based on the "Finance" category.
Alternatively, view dollaridoos alternatives based on common mentions on social networks and blogs.
-
safe-money
Haskell library for type-safe and lossless encoding and manipulation of world currencies and precious metals -
netrium
Precise description and operational execution of exotic contracts. -
commodities
A rewrite of Ledger's core mathematical concepts in Haskell -
bitx-bitcoin
(Hopefully useful) Haskell bindings to the BitX bitcoin exchange's API. -
bitcoin-payment-channel
Bitcoin payment channel library -
eurofxref
Free foreign exchange/currency feed from the European Central Bank -
docusign-example
A basic demonstration of the Haskell `docusign-client` package. -
bitcoin-rpc
Haskell library to communicate with the Satoshi Bitcoin daemon -
lendingclub
Haskell API bindings to the LendingClub marketplace API -
ochintin-daicho
A module to manage payroll books for Japanese companies. -
bookkeeping-jp
Helper functions of Haskell bookkeeping module for Japanese bookkeeping.
Deliver Cleaner and Safer Code - Right in Your IDE of Choice!
SonarLint is a free and open source IDE extension that identifies and catches bugs and vulnerabilities as you code, directly in the IDE. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
Do you think we are missing an alternative of dollaridoos or a related project?
README
Dollaridoos
The money library provides a typesafe wrapper around numeric types that allows only those operations which are sensible in the context of monetary sums. For instance, adding two monetary values together makes sense, but multiplying money by money doesn't make any sense. Functions are also provided to multiply money by constants, among other things.