Skip to content

Commit 29798aa

Browse files
copy tweaks, moved rate recurrences table
1 parent 825addd commit 29798aa

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

policy/README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -245,16 +245,6 @@ An individual `Rule` object is defined by the following fields:
245245
| `rate` | Fees or subsidies based on regions and time spent in one or more vehicle-states. Rule `rate_amount` refers to the rate in [Rule Units](#rule-units). |
246246
| `user` | Information for users, e.g. about helmet laws. Generally can't be enforced via events and telemetry. |
247247

248-
### Rate Recurrences
249-
250-
| Name | Description |
251-
| --------- | ------------------- |
252-
| `once` | Rate is applied to vehicles entering a matching status from a non-matching status. |
253-
| `each_time_unit` | Rate is applied to vehicles entering or remaining in a matching status, unless it has already been applied in time_unit. Requires a `time_unit` to be specified using `rule_units`. |
254-
| `per_time_unit` | Rate is applied once for full time_unit that vehicles remain in a matching status. Requires a `time_unit` to be specified using `rule_units`. |
255-
256-
257-
258248
### Rule Units
259249

260250
| Name | Description |
@@ -266,6 +256,14 @@ An individual `Rule` object is defined by the following fields:
266256
| `mph` | Miles per hour |
267257
| `kph` | Kilometers per hour |
268258

259+
### Rate Recurrences
260+
261+
| Name | Description |
262+
| --------- | ------------------- |
263+
| `once` | Rate is applied once to vehicles entering a matching status from a non-matching status. |
264+
| `each_time_unit` | During each time_unit, rate is applied once to vehicles entering or remaining in a matching status. Requires a `time_unit` to be specified using `rule_units`. |
265+
| `per_complete_time_unit` | Rate is applied once per complete time_unit that vehicles remain in a matching status. Requires a `time_unit` to be specified using `rule_units`. |
266+
269267
### Messages
270268

271269
Some Policies as established by the Agency may benefit from rider communication. This optional field contains a map of languages to messages, to be shown to the user.

0 commit comments

Comments
 (0)