diff options
| author | Joe Carstairs <me@joeac.net> | 2025-07-15 22:23:18 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-07-15 22:23:18 +0100 |
| commit | d8945831d2cebeec98691a39ec19dac13cf0d66f (patch) | |
| tree | ab0f9179598bbdaac9170848aeddb0ec0934d205 /requirements/data_models/dml-transaction.md | |
| parent | 4b4621a18ff301708f98c8a6d89cb78e184ac795 (diff) | |
| parent | 376e5623ef0a202c391908a7a3093df4d804a052 (diff) | |
Merge branch 'main' of https://git.joeac.net/joeac/schist
Diffstat (limited to 'requirements/data_models/dml-transaction.md')
| -rw-r--r-- | requirements/data_models/dml-transaction.md | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/requirements/data_models/dml-transaction.md b/requirements/data_models/dml-transaction.md index db7d1ed..b6b76f7 100644 --- a/requirements/data_models/dml-transaction.md +++ b/requirements/data_models/dml-transaction.md @@ -3,12 +3,13 @@ A transaction represents a real transaction, such as buying a beer or depositing a wage slip. It may be associated with at most one bucket. -| Field | Type | Description | -| ------------ | ------- | -------------------------------------------------- | -| id | string | | -| 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. | +| Field | Type | Description | +| ------------ | ------- | ---------------------------------------------------------- | +| id | string | | +| 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_id | string? | The bucket associated with the transaction. | +| timestamp | number | The time the transaction was inserted as a Unix timestamp. | Source: req-010, req-017 |
