The corridor_reliability_by_day object

Attributes


average_reliability_percent

array Average reliability score for all carriers across the requested trade lane within the given time period.

Child attributes
  • day string
    Specific day within the requested date range
  • value number
    Average reliability score for the specific day

average_late_arrivals_in_days

array Average off-schedule arrival time (in days) for all carriers across the requested trade lane within the given time period.

Child attributes
  • day string
    Specific day within the requested date range
  • value number
    Average off-schedule arrival time for the specific day
📘

Off-schedule arrival

Note that a vessel is generally considered off-schedule (early or late) if it arrives more than 24 hours before or after its scheduled ETA.


Body


{
  "corridor_reliability_by_day": {
    "average_reliability_percent": [
      { "day": "2023-02-27", "value": 56 },
      { "day": "2023-02-28", "value": 56 },
      { "day": "2023-03-01", "value": 64 },
      { "day": "2023-03-02", "value": 64 }
    ],
    "average_late_arrivals_in_days": [
      { "day": "2023-02-27", "value": 4.6 },
      { "day": "2023-02-28", "value": 4.6 },
      { "day": "2023-03-01", "value": 4.3 },
      { "day": "2023-03-02", "value": 4.3 }
    ]
  }
}
Xeneta Footer - Fixed