> For the complete documentation index, see [llms.txt](https://docs.scorepositivo.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scorepositivo.com.br/pessoa-juridica/relatorios-para-cnpj/variaveis-de-credito/cedente/ccb.md).

# CCB

Esta seção apresenta os atributos associados ao book **Cedente** no contexto do produto **CCB (Cédula de Crédito Bancário)**. Cada variável está documentada com sua respectiva descrição técnica, classificação funcional e tipo de retorno esperado.

A seguir, estão listadas todas as variáveis do book Cedente aplicáveis ao produto CCB.

### **Atributo:** bk\_200\_001\_qtd\_emissoes\_ult12m <a href="#k6tcq3bvzxl5s-ccb-atributo-bk_200_001_qtd_emissoes_ult12m" id="k6tcq3bvzxl5s-ccb-atributo-bk_200_001_qtd_emissoes_ult12m"></a>

<table><thead><tr><th width="184">Campo</th><th>Descrição</th></tr></thead><tbody><tr><td>Variável </td><td>Quantidade de CCB emitidas nos últimos 12 meses.</td></tr><tr><td>Classificação</td><td>Frequência</td></tr><tr><td>Descrição</td><td>Indica a quantidade de CCB emitidas como CEDENTE nos últimos 12 meses.</td></tr></tbody></table>

Retorno:

<table><thead><tr><th width="79.81817626953125">code</th><th width="391.81817626953125">reason</th><th width="80">type</th><th width="83.8182373046875">from</th><th width="77">to</th><th width="100">percentual</th><th data-hidden>Campo</th><th data-hidden>Extra 2</th><th data-hidden>Extra 3</th></tr></thead><tbody><tr><td>0</td><td>CNPJ não encontrado</td><td>range</td><td>null</td><td>null</td><td>null</td><td>Valor duplicatas emitidas</td><td>Sem garantia</td><td>Observação A</td></tr><tr><td>1</td><td>CNPJ encontrado, mas sem informações suficientes</td><td>range</td><td>null</td><td>null</td><td>null</td><td></td><td></td><td></td></tr><tr><td>2</td><td>Até 10 CCB emitidas nos últimos 12 meses</td><td>range</td><td>0</td><td>10</td><td>null</td><td></td><td></td><td></td></tr><tr><td>3</td><td>Entre 11 e 100 CCB emitidas nos últimos 12 meses</td><td>range</td><td>11</td><td>11</td><td>null</td><td></td><td></td><td></td></tr><tr><td>4</td><td>Entre 101 e 1.200 CCB emitidas nos últimos 12 meses</td><td>range</td><td>101</td><td>1200</td><td>null</td><td></td><td></td><td></td></tr><tr><td>5</td><td>Entre 1.201 e 25.000 CCB emitidas nos últimos 12 meses</td><td>range</td><td>1201</td><td>25000</td><td>null</td><td></td><td></td><td></td></tr><tr><td>6</td><td>Acima de 25.000 CCB emitidas nos últimos 12 meses</td><td>range</td><td>25000</td><td>null</td><td>null</td><td></td><td></td><td></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.scorepositivo.com.br/pessoa-juridica/relatorios-para-cnpj/variaveis-de-credito/cedente/ccb.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
