From 55296f35e44ba8f77acbe3a4f1115fff6e1acfd8 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 15 Jul 2025 07:48:31 +0100 Subject: add dml-pipe --- requirements/data_models/dml-pipe.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 requirements/data_models/dml-pipe.md (limited to 'requirements/data_models') diff --git a/requirements/data_models/dml-pipe.md b/requirements/data_models/dml-pipe.md new file mode 100644 index 0000000..a7d2e8a --- /dev/null +++ b/requirements/data_models/dml-pipe.md @@ -0,0 +1,12 @@ +# dml-pipe + +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. | + +Source: req-017 -- cgit v1.2.3