# 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