infineac.file_loader.get_participants_position#

infineac.file_loader.get_participants_position(participant: dict[str, str | int], corp_participants: list[str], conf_participants: list[str]) str[source]#

Returns the position of the participant based on the lists of corporate and conference call participants.

Parameters:
  • participant (dict[str, str | int]) – Participant to be transformed. Only uses the key ‘name’.

  • corp_participants (list[str]) – List of corporate participants.

  • conf_participants (list[str]) – List of conference call participants.

Returns:

The position of the participant.

Return type:

str