diff options
| -rw-r--r-- | requirements/data_models/dml-bucket.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/requirements/data_models/dml-bucket.md b/requirements/data_models/dml-bucket.md new file mode 100644 index 0000000..b0d978f --- /dev/null +++ b/requirements/data_models/dml-bucket.md @@ -0,0 +1,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 |
