the parsed GTFS CSV data
OptionaldurationOptional Duration limit (in seconds) for the transfer. Empty means no limit.
OptionaldurationConditionally Required
Defines how to measure the durationLimit.
durationLimit is defined.durationLimit is empty.OptionalfareOptional Fare product ID for the transfer. If empty, cost is 0 (no transfer cost).
Required Indicates how to combine transfer costs:
OptionalfromOptional
The pre-transfer fare leg group (fare_leg_rules.leg_group_id).
from_leg_group_id.OptionaltoOptional
The post-transfer fare leg group (fare_leg_rules.leg_group_id).
to_leg_group_id.OptionaltransferConditionally Forbidden / Required Defines how many consecutive transfers this rule may be applied to.
-1 means no limit.1 or more = the transfer count this rule applies to.Forbidden if from_leg_group_id !== to_leg_group_id.
Required if from_leg_group_id === to_leg_group_id.
Fare Transfer Rules
Optional Defines the cost of transferring between fare legs specified in
fare_leg_rules.txt. Matching uses:Primary Key: (from_leg_group_id, to_leg_group_id, fare_product_id, transfer_count, duration_limit)