From 519721cd14e31fcc6998b387a27eaf3ad34d2869 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 15 Jul 2025 15:09:31 +0100 Subject: add req-037 --- requirements/data_models/dml-pipe.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'requirements/data_models/dml-pipe.md') 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 -- cgit v1.2.3