diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2025-07-15 13:24:11 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2025-07-15 13:24:11 +0100 |
| commit | 8ce1d909ad205d7f212a66b180d054bcc21e5038 (patch) | |
| tree | fa49f23966a77560b902c1b3b7c9024e33b5ed1a | |
| parent | 2bad8968bc8a5e8acadf3219f1e6a8cf7d79ec8f (diff) | |
edit dml-transaction
| -rw-r--r-- | requirements/data_models/dml-transaction.md | 2 |
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 |
