type: object
nullable: false
properties:
  current:
    $ref: '../properties/current_position.yaml'
  date:
    $ref: '../properties/date.yaml'
  date_gap:
    $ref: '../properties/date_gap_nullable.yaml'
  is_entry:
    $ref: '../properties/is_entry.yaml'
  is_exit:
    $ref: '../properties/is_exit_nullable.yaml'
  is_reentry:
    $ref: '../properties/is_reentry.yaml'
  previous_date:
    $ref: '../properties/previous_date_nullable.yaml'
  previous_position:
    $ref: '../properties/previous_position_nullable.yaml'
  trend:
    $ref: '../properties/trend.yaml'