From e4a45be445c7b85b5ab5a2f6addd08336d9e45ee Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 15 Jul 2025 13:03:05 +0100 Subject: add req-027 --- requirements/catalogue/req-027.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 requirements/catalogue/req-027.md diff --git a/requirements/catalogue/req-027.md b/requirements/catalogue/req-027.md new file mode 100644 index 0000000..83208a7 --- /dev/null +++ b/requirements/catalogue/req-027.md @@ -0,0 +1,9 @@ +# req-027 + +Buckets must have a `balance` property, which represents the amount of money +currently in the bucket, that is, the difference between the amount of money +which has flowed in from a pipe less the amount taken out by my transactions. + +Source: req-017 + +Satisfied by: dml-bucket -- cgit v1.2.3