Skip to main content

Double book-keeping transaction framework

Project description

little-bank

CI Build Status

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

little-bank-0.0.0.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

little_bank-0.0.0-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page