summaryrefslogtreecommitdiff
path: root/requirements/data_models/dml-bucket.md
blob: b0d978f794a413e88e14a8ef26414a3d9161c306 (plain)
1
2
3
4
5
6
7
8
9
10
11
# dml-bucket

A bucket represents a real category of spending, like beer or holidays.

| Field   | Type   | Description                                           |
| ------- | ------ | ----------------------------------------------------- |
| id      | string |                                                       |
| name    | string | A short description of the real category of spending. |
| balance | number | The amount of money currently in the bucket.          |

Source: req-017