-
Notifications
You must be signed in to change notification settings - Fork 114
Add rules for the Fares v2 base implementation #1201
Copy link
Copy link
Closed
Labels
GTFS ReferenceUsed for Adding or changing rules that belong in the GTFS referenceUsed for Adding or changing rules that belong in the GTFS referenceepicUsed for bigger pieces of work. Usually split between several issues.Used for bigger pieces of work. Usually split between several issues.new ruleNew rule to be addedNew rule to be added
Description
After the PR # 286 was merged in May 2022.
Materials
Google Doc to keep track of the Validator implementation
Additional files:
Changes to existing files
- routes.txt: additional
network_idfield - fare_rules.txt: the file becomes conditionally required
New requirement concept
Conditionally forbidden: The field or file must not be included under conditions outlined in the field or file description.
New field type
Currency amount: A decimal value indicating a currency amount. The number of decimal places is specified by ISO 4217 for the accompanying Currency code. All financial calculations should be processed as decimal, currency, or another equivalent type suitable for financial calculations depending on the programming language used to consume data. Processing currency amounts as float is discouraged due to gains or losses of money during calculations.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
GTFS ReferenceUsed for Adding or changing rules that belong in the GTFS referenceUsed for Adding or changing rules that belong in the GTFS referenceepicUsed for bigger pieces of work. Usually split between several issues.Used for bigger pieces of work. Usually split between several issues.new ruleNew rule to be addedNew rule to be added