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

# WashtradeLabelForEvent

> Per-event washtrade classification carried inside LabelsForEvent.

### TypeScript shape

```ts theme={null}
interface WashtradeLabelForEvent {
  label: string;
}
```

<ResponseField name="label" type="String!">Display label for the washtrade classification.</ResponseField>
