diff options
Diffstat (limited to 'requirements/data_models/dml-pipe.md')
| -rw-r--r-- | requirements/data_models/dml-pipe.md | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
