summaryrefslogtreecommitdiff
path: root/requirements/catalogue/req-116.md
blob: e8ac0908f047298e75387b44bba7ccdfa055588c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# req-116

Pipes must have the following properties:

- `amount`
- `period`
- `bucket_id`

which together represent a flow of `amount` of money each `period` into the
bucket with the `id` equal to `bucket_id`.

Source: req-113, req-114

Satisfied by: dml-pipe, req-111