summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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