> For the complete documentation index, see [llms.txt](https://docs.craft.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.craft.co/company-data-api/graphql-objects/acurispepentry.md).

# AcurisPepEntry

| Field          | Type                                                                              | Description                                                                                                     |
| -------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| tier           | String                                                                            | Defines the PEP tier of the individual                                                                          |
| status         | String                                                                            | The status of the PEP entry. This can be either 'Current' or 'Former'                                           |
| countryIsoCode | String                                                                            | The ISO country code of the country where the position is held.                                                 |
| segment        | String                                                                            | The category of in scope PEP positions for a particular country.                                                |
| position       | String                                                                            | The exact political position in scope for a particular country.                                                 |
| dateFrom       | String                                                                            | The start data of the political position in format YYYY or YYYY-MM or YYYY-MM-DD                                |
| dateTo         | String                                                                            | The end date of the political position in format YYYY or YYYY-MM or YYYY-MM-DD. This date can be in the future. |
| evidences      | \[[AcurisEvidence](/company-data-api/graphql-objects/acurisevidence.md)]!         | The list of supporting evidence.                                                                                |
| individual     | [AcurisIndividualLink](/company-data-api/graphql-objects/acurisindividuallink.md) | The individual information related to the PEP entry.                                                            |
