> For the complete documentation index, see [llms.txt](https://docs.cnpj.ws/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cnpj.ws/modelos-de-dados/socios.md).

# Sócios

Abaixo o modelo de dados referente aos sócios:

| Campo                       | Tipo | Descrição                    |
| --------------------------- | :--: | ---------------------------- |
| cpf\_cnpj\_socio            |   S  | CPF\* ou CNPJ                |
| nome                        |   S  | Descrição                    |
| tipo                        |   S  | Tipo de pessoa               |
| data\_entrada               |   S  | Data de entrada              |
| cpf\_representante\_legal   |   S  | CPF\* do representante legal |
| nome\_representante         |   S  | Nome do representante legal  |
| faixa\_etaria               |   S  | Faixa etária                 |
| pais\_id                    |   S  | Código do País (BACEN)       |
| qualificacao\_socio         |   O  | Qualificação                 |
| qualificacao\_representante |   O  | Qualificação                 |

{% hint style="info" %}
**Importante:** **O campo cpf\_cnpj\_socio e cpf\_representante\_legal são descaracterizados conforme a regra abaixo:**

Ocultação de informações pessoais sigilosas como no caso do CPF, o qual deve ser descaracterizado por meio da ocultação dos três primeiros dígitos e dos dois dígitos verificadores, conforme orientação disposta no art. 129 § 2o da Lei no 13.473/2017 (LDO 2018).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cnpj.ws/modelos-de-dados/socios.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
