From 8ce1d909ad205d7f212a66b180d054bcc21e5038 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 15 Jul 2025 13:24:11 +0100 Subject: edit dml-transaction --- requirements/data_models/dml-transaction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3