The carrier_spread_by_day object

Attributes


mean

array Average carrier rate.

Child attributes
  • day string
    Specific day within the requested date range
  • value integer
    Average carrier rate value for the specific day

low

array Carrier rate at the low benchmark (2.5 percentile).

Child attributes
  • day string
    Specific day within the requested date range
  • value integer
    Carrier rate at the low benchmark for the specific day

high

array Carrier rate at the high benchmark (97.5 percentile).

Child attributes
  • day string
    Specific day within the requested date range
  • value integer
    Carrier rate at the high benchmark for the specific day

Body


{
  "carrier_spread_by_day": {
    "mean": [
      {
        "day": "2023-02-01",
        "value": 1551
      },
      {
        "day": "2023-02-02",
        "value": 1551
      },
      {
        "day": "2023-02-03",
        "value": 1551
      }
    ],
    "low": [
      {
        "day": "2023-02-01",
        "value": 1350
      },
      {
        "day": "2023-02-02",
        "value": 1350
      },
      {
        "day": "2023-02-03",
        "value": 1350
      }
    ],
    "high": [
      {
        "day": "2023-02-01",
        "value": 2019
      },
      {
        "day": "2023-02-02",
        "value": 2019
      },
      {
        "day": "2023-02-03",
        "value": 2019
      }
    ]
  }
}
Xeneta Footer - Fixed