> ## 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.

# StakeholderOutput

> A stakeholder associated with a boarding application, either a person or business entity with an ownership or control role.

`INTERFACE`

A stakeholder associated with a boarding application, either a person or business entity with an ownership or control role.

## Fields

<ResponseField name="id" type="UUID">
  A unique UUID created by Tesouro and assigned to the stakeholder.
</ResponseField>

<ResponseField name="roles" type="[StakeholderRole!]">
  The roles this stakeholder holds in relation to the business, such as Owner or ControlPerson.

  <Expandable title="Possible enum 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>
  </Expandable>
</ResponseField>

<ResponseField name="emailAddress" type="String">
  The email address of the stakeholder.
</ResponseField>

<ResponseField name="ipAddress" type="String">
  The IP address of the stakeholder at the time of application submission.
</ResponseField>

<ResponseField name="ownershipPercentage" type="Percentage">
  The approximate ownership of the acceptor that this owner holds. Formatted as a decimal, e.g., If
  the owners holds 30%, input as 0.30
</ResponseField>

<ResponseField name="sensitiveFields" type="StakeholderSensitiveFields">
  Sensitive fields that require special permissions to access.

  <Expandable title="child attributes">
    <ResponseField name="taxIdentificationNumber" type="String">
      The full tax identification number (for business stakeholders) or personal identification number (for person stakeholders).
    </ResponseField>
  </Expandable>
</ResponseField>
