summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2025-07-15 13:24:11 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2025-07-15 13:24:11 +0100
commit8ce1d909ad205d7f212a66b180d054bcc21e5038 (patch)
treefa49f23966a77560b902c1b3b7c9024e33b5ed1a
parent2bad8968bc8a5e8acadf3219f1e6a8cf7d79ec8f (diff)
edit dml-transaction
-rw-r--r--requirements/data_models/dml-transaction.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/data_models/dml-transaction.md b/requirements/data_models/dml-transaction.md
index db7d1ed..921eb10 100644
--- a/requirements/data_models/dml-transaction.md
+++ b/requirements/data_models/dml-transaction.md
@@ -9,6 +9,6 @@ a wage slip. It may be associated with at most one bucket.
| amount | number | The amount of money involved in the transaction. |
| date | date | The calendar date when the transaction took place. |
| counterparty | string | The other party in the transaction. |
-| bucket | string? | The bucket associated with the transaction. |
+| bucket_id | string? | The bucket associated with the transaction. |
Source: req-010, req-017