diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2025-07-15 15:09:31 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2025-07-15 15:10:04 +0100 |
| commit | 519721cd14e31fcc6998b387a27eaf3ad34d2869 (patch) | |
| tree | b47613ceced8be37c466d68a355d7eeae35b48c1 /requirements/data_models/dml-pipe.md | |
| parent | 136650f884576da871e48f6c1b2a927edea636d1 (diff) | |
add req-037
Diffstat (limited to 'requirements/data_models/dml-pipe.md')
| -rw-r--r-- | requirements/data_models/dml-pipe.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/requirements/data_models/dml-pipe.md b/requirements/data_models/dml-pipe.md index a701ea3..d889b0a 100644 --- a/requirements/data_models/dml-pipe.md +++ b/requirements/data_models/dml-pipe.md @@ -10,4 +10,12 @@ bucket. In other words, it represents a flow of money from the tank to a bucket. | period | string | How long it takes for `amount` to flow through the pipe. | | bucket_id | string | The ID of the bucket to which this pipe corresponds. | -Source: req-017 +Constraints: + +- `period` must be one of these options: + - `day` + - `week` + - `month` + - `year` + +Sources: req-017, req-037 |
