summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-07-15 07:43:15 +0100
committerJoe Carstairs <me@joeac.net>2025-07-15 07:45:56 +0100
commit4699be8a1f6ceab4200d391a94c5711f20f02615 (patch)
tree2e57d95e8696da64ca6fc7f81337c4f3017470e5
parent1f40dd79535ba7987b5c01abcd54b016983e20f7 (diff)
add dml-bucket
-rw-r--r--requirements/data_models/dml-bucket.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/requirements/data_models/dml-bucket.md b/requirements/data_models/dml-bucket.md
new file mode 100644
index 0000000..b0d978f
--- /dev/null
+++ b/requirements/data_models/dml-bucket.md
@@ -0,0 +1,11 @@
+# dml-bucket
+
+A bucket represents a real category of spending, like beer or holidays.
+
+| Field | Type | Description |
+| ------- | ------ | ----------------------------------------------------- |
+| id | string | |
+| name | string | A short description of the real category of spending. |
+| balance | number | The amount of money currently in the bucket. |
+
+Source: req-017