Internal id of product_route_version row that produced this resolution.
product_quote.route_version_id FKs to this.
status
status:"ACTIVE"|"INACTIVE"
variableFeeBps
variableFeeBps:BigNumber|null
vendorId
vendorId:Vendor
External id of the vendor that produced this resolution
(product_vendor.external_id) — dart, route_fusion, metcap, cfx.
This is the dispatch key for anything downstream that must act on which
vendor won, and bankId is not a substitute: bank_id is NULL on
every vendor that fronts banks rather than being one, so a bankId-only
branch cannot separate route_fusion from cfx from self_custody and
silently treats all of them as its default case.
Never null — the vendor join is INNER, because a route without a vendor
cannot be resolved at all.
vendorVersionId
vendorVersionId:number
Internal id of the latest product_vendor_version row at resolve time.
product_quote.vendor_version_id FKs to this — freezes the vendor's
identity snapshot at quote time. The fee and limit snapshots are frozen
by routeVersionId (both are per-route).
Internal id of the version row that produced this resolution.