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

# Reports

> Buró de Crédito reports contain credit bureau data generated from the `buro_de_credito_report` extractor.

Buró de Crédito reports are created by the `buro_de_credito_report` extractor after Syntage submits the entity's valid authorization to Buró de Crédito.

Each report includes the provider, requested product type, provider report ID, parsed provider response, score when the requested product returns one, and generated files such as the report PDF.

## How report data is collected

Buró de Crédito reports are collected with the `buro_de_credito_report` extractor. The entity must have taxpayer data and a valid Buró de Crédito authorization. The selected product type controls which Buró de Crédito product is requested.

| Entity type | Supported `productType` values | Default        |
| ----------- | ------------------------------ | -------------- |
| Person      | `007`, `004`, `INFORME_BURO`   | `007`          |
| Company     | `INFORME_BURO`, `RCO`          | `INFORME_BURO` |

The generated PDF is returned as a file resource in the report's `files` collection. Use the file download endpoint to download the PDF content.

For implementation details, see [Extraction request examples](/developers/extraction-request-examples#buro-de-credito).
