> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# StakeholderRole

> The role of a stakeholder in a boarding application, defining their relationship and responsibilities with respect to the applying business.

`ENUM`

The role of a stakeholder in a boarding application, defining their relationship and responsibilities with respect to the applying business.

## Values

<ResponseField name="AUTHORIZED" type="enum">
  An individual authorized to act on behalf of the business, such as an officer or signatory.
</ResponseField>

<ResponseField name="COMPANY" type="enum">
  A business entity that holds an ownership or controlling interest in the applying organization.
</ResponseField>

<ResponseField name="CONTROL_PERSON" type="enum">
  An individual who exercises significant responsibility for managing the business, as defined by
  FinCEN beneficial ownership requirements.
</ResponseField>

<ResponseField name="GUARANTOR" type="enum">
  An individual or entity that provides a personal or corporate guarantee for the obligations of the
  business.
</ResponseField>

<ResponseField name="OWNER" type="enum">
  An individual or entity that holds a direct ownership interest in the applying business.
</ResponseField>

<ResponseField name="PRIMARY_CONTACT" type="enum">
  The primary point of contact for the application, responsible for receiving communications and
  responding to information requests.
</ResponseField>
