little-bank 0.0.0

Creator: codyrutscher

Last updated:

Add to Cart

Description:

littlebank 0.0.0

little-bank



Little Bank is a framework for analyzing financial transactions.
Design goals

All analysis should be a matter of summarizing credit, debit or balance of an account
in a system. The intention is to reduce bugs by making all analysis use the same
numerical implementation.
Allow defining rules for a system in a declarative way.
Disallow mutation. The design encourages immutable, append-only transactions.
All operations that update the system are very similar: appending transactions which
automatically verifies all defined rules, and persisting the new transactions. This
allows centralizing code that saves transactions to a single place.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.