summaryrefslogtreecommitdiff
path: root/requirements/data_models
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2025-07-24 12:46:32 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2025-07-24 12:46:32 +0100
commit56f8a44a7035a286f73021c3543a72d975025fa0 (patch)
tree63c017d8354f94bbcd66d1b4da268dcb7db361c0 /requirements/data_models
parenta9b90c7f6079c32f3b0245b79dbc0329cc142ff6 (diff)
task-059: adds req-113
Diffstat (limited to 'requirements/data_models')
-rw-r--r--requirements/data_models/dml-pipe.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/requirements/data_models/dml-pipe.md b/requirements/data_models/dml-pipe.md
index 7a6825d..a78f710 100644
--- a/requirements/data_models/dml-pipe.md
+++ b/requirements/data_models/dml-pipe.md
@@ -3,12 +3,13 @@
A pipe represents how much money the user wants to come in or go out of a
bucket. In other words, it represents a flow of money from the tank to a bucket.
-| Field | Type | Description |
-| --------- | ------ | -------------------------------------------------------- |
-| id | string | |
-| amount | number | The amount of money flowing through the pipe. |
-| 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. |
+| Field | Type | Description |
+| ---------- | ------ | -------------------------------------------------------- |
+| id | string | |
+| amount | number | The amount of money flowing through the pipe. |
+| 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. |
+| start_date | date | The first date on which money flowed through the pipe. |
Constraints:
@@ -18,4 +19,4 @@ Constraints:
- `month`
- `year`
-Sources: req-017, req-037, req-088
+Sources: req-017, req-037, req-088, req-114, req-116