type: object
nullable: false
properties:
  earliest_position:
    $ref: '../properties/earliest_position.yaml'
  earliest_position_date:
    $ref: '../properties/earliest_position_date.yaml'
  latest_position:
    $ref: '../properties/latest_position.yaml'
  latest_position_date:
    $ref: '../properties/latest_position_date.yaml'
  max_position:
    $ref: '../properties/max_position.yaml'
  max_position_date:
    $ref: '../properties/max_position_date.yaml'
  min_position:
    $ref: '../properties/min_position.yaml'
  min_position_date:
    $ref: '../properties/min_position_date.yaml'
  total_days:
    $ref: '../properties/total_days.yaml'
example:
  'earliest_position': 43
  'earliest_position_date': '2020-04-05'
  'latest_position': 7
  'latest_position_date': '2020-05-15'
  'max_position': 2
  'max_position_date': '2020-02-23'
  'min_position': 87
  'min_position_date': '2020-03-17'
  'total_days': 85