# Enumerations

This section contains reference tables for all enumeration values used across ARENA360 products.

***

## Fixture & Event Status

| Page                                                                            | Description                                           |
| ------------------------------------------------------------------------------- | ----------------------------------------------------- |
| [Fixture/Scoreboard Status](/u/trade/enumerations/fixture-scoreboard-status.md) | Fixture state codes (NSY, InProgress, Finished, etc.) |
| [Status Description](/u/trade/enumerations/status-description.md)               | Extended status descriptions                          |
| [Periods](/u/trade/enumerations/periods.md)                                     | Match period identifiers by sport                     |

***

## Markets & Betting

| Page                                                                                | Description              |
| ----------------------------------------------------------------------------------- | ------------------------ |
| [Bet Settlements & Statuses](/u/trade/enumerations/bet-settlements-and-statuses.md) | Settlement outcome codes |
| [Bet Suspension Reasons](/u/trade/enumerations/bet-suspension-reasons.md)           | Why bets get suspended   |
| [Subscription](/u/trade/enumerations/subscription.md)                               | Subscription type codes  |

***

## Messages

| Page                                                    | Description              |
| ------------------------------------------------------- | ------------------------ |
| [Message Types](/u/trade/enumerations/message-types.md) | Message type identifiers |

***

## Data Fields

| Page                                                                        | Description                         |
| --------------------------------------------------------------------------- | ----------------------------------- |
| [Fixture Extra Data](/u/trade/enumerations/fixture-extra-data.md)           | Additional fixture metadata fields  |
| [Livescore Extra Data](/u/trade/enumerations/livescore-extra-data.md)       | Additional livescore fields         |
| [Statistics & Incidents](/u/trade/enumerations/statistics-and-incidents.md) | Match statistics and incident types |

***

## Localization

| Page                                            | Description              |
| ----------------------------------------------- | ------------------------ |
| [Languages](/u/trade/enumerations/languages.md) | Supported language codes |

***

## Quick Reference

### Common Fixture Statuses

| ID | Status       | Description         |
| -- | ------------ | ------------------- |
| 1  | NSY          | Not Started Yet     |
| 2  | InProgress   | Live/In-Play        |
| 3  | Finished     | Event completed     |
| 4  | Cancelled    | Event cancelled     |
| 5  | Postponed    | Event postponed     |
| 6  | Interrupted  | Temporarily stopped |
| 7  | Abandoned    | Permanently stopped |
| 8  | LostCoverage | Coverage lost       |
| 9  | AboutToStart | Starting soon       |

### Common Settlement Statuses

| ID | Status   | Description             |
| -- | -------- | ----------------------- |
| 1  | NotSet   | Pending settlement      |
| 2  | Win      | Selection won           |
| 3  | Lose     | Selection lost          |
| 4  | Refund   | Stake returned          |
| 5  | HalfWin  | Partial win (dead heat) |
| 6  | HalfLose | Partial loss (Asian)    |


---

# Agent Instructions: 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:

```
GET https://docs.lsports.eu/u/trade/enumerations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
