# TRADE Overview

> **Control your odds feed with precision**

TRADE is LSports' comprehensive real-time odds feed, delivering pre-match and in-play market data from multiple providers. Control every aspect of your odds flow—from provider selection to margin configuration to settlement handling.

***

## What TRADE Does

TRADE answers the critical questions every trading team needs to know:

* **Which fixtures should I offer?** — Order fixtures from 20+ sports across 1,000+ leagues
* **What odds should I show?** — Configure providers, margins, and templates
* **Is my feed healthy?** — Real-time Trading Floor monitoring
* **How do I settle?** — Automatic settlement messages for bet resolution

***

## Key Modules

### Trading Floor

Monitor all ordered fixtures with live status updates, odds movements, and quick access to settings.

<figure><img src="/files/fvp6vPM9i7Mw0d7O1DPj" alt="Trading Floor"><figcaption><p>Monitor InPlay and PreMatch fixtures in real-time</p></figcaption></figure>

| Feature                  | Description                                 |
| ------------------------ | ------------------------------------------- |
| **InPlay/PreMatch tabs** | Switch between live and upcoming fixtures   |
| **Main markets**         | 1X2, Over/Under, Asian Handicap at a glance |
| **Status indicators**    | NSY, In Progress, Lost Coverage             |
| **Sport filtering**      | Quick access to specific sports             |

### Fixture Ordering

Order fixtures at the sport, location, competition, or individual fixture level.

<figure><img src="/files/YjuP94tyakr5hHkFbEU3" alt="Fixture Ordering"><figcaption><p>Order fixtures by sport, competition, or fixture</p></figcaption></figure>

| Feature                  | Description                                  |
| ------------------------ | -------------------------------------------- |
| **Multi-level ordering** | Sport → Location → Competition → Fixture     |
| **Fixtures count**       | See ordered vs available fixtures            |
| **Settings level**       | Indicates where configuration is applied     |
| **Premium toggle**       | Switch between standard and premium coverage |

### Configuration

Configure providers, packages, templates, odds ladders, and notifications.

<figure><img src="/files/iuJJaMB9HoDAerXxPKDT" alt="Configuration"><figcaption><p>Configure providers, templates, and odds settings</p></figcaption></figure>

| Tab               | What It Does                                                   |
| ----------------- | -------------------------------------------------------------- |
| **Provider List** | Create provider groups with mandatory providers and thresholds |
| **Package**       | View package details and entitlements                          |
| **Templates**     | Define reusable odds configurations                            |
| **Odds Ladders**  | Configure odds rounding rules                                  |
| **Notification**  | Set up alerts for quota and distributor status                 |

***

## Who Uses TRADE

| Role                     | How They Use TRADE                                |
| ------------------------ | ------------------------------------------------- |
| **Head of Trading**      | Strategic provider selection, margin policies     |
| **Senior Trader**        | Day-to-day odds management, market monitoring     |
| **Live Betting Manager** | In-play operations, real-time suspension handling |

***

## Technical Overview

| Feature           | Description                                   |
| ----------------- | --------------------------------------------- |
| **Data Delivery** | RabbitMQ streaming (delta updates)            |
| **Coverage**      | 20+ sports, 1,000+ leagues, 1,000+ markets    |
| **Message Types** | Fixtures, Markets, Livescores, Settlements    |
| **Providers**     | 50+ odds providers with configurable priority |
| **Latency**       | Sub-second for in-play markets                |

***

## Documentation

| Section                                                  | Description                                           |
| -------------------------------------------------------- | ----------------------------------------------------- |
| [Concepts](/u/trade/concepts.md)                         | Fixture lifecycle, market types, margins, settlements |
| [User Guide](/u/trade/user-guide.md)                     | Platform configuration and operations                 |
| [Integration](/u/trade/integration.md)                   | RabbitMQ setup, APIs, SDKs                            |
| [Settlements Rulebook](/u/trade/settlements-rulebook.md) | Sport-specific settlement rules                       |
| [FAQ](/u/trade/faq.md)                                   | Common questions                                      |

***

## Related Products

* [**BOOST**](/u/boost/boost.md) — Analyze provider performance and coverage
* [**DEFEND**](/u/defend/defend.md) — Risk management using TRADE data


---

# 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/trade.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.
