> 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/acurisrelevent.md).

# AcurisRelEvent

| Field        | Type                                                                              | Description                                                                                                                  |
| ------------ | --------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| type         | String                                                                            | The type of event associated with the list entry.                                                                            |
| currencyCode | String                                                                            | For specific event types, there can be associated financial penalties. This field indicates the international currency code. |
| amount       | Integer                                                                           | For specific event types, there can be associated financial penalties. This field indicates the monetary amount              |
| period       | [AcurisRelEventPeriod](/company-data-api/graphql-objects/acurisreleventperiod.md) | Indicates the length of time of the penalty.                                                                                 |
| dateIso      | String                                                                            | e.g. 2021-04-09                                                                                                              |
| evidences    | \[[AcurisEvidence](/company-data-api/graphql-objects/acurisevidence.md)]!         | The list of evidence associated with the REL event.                                                                          |
