# Capabilities

TRADE provides comprehensive odds feed management with real-time streaming and flexible configuration.

***

## Data Streaming

Real-time odds delivery via RabbitMQ.

| Capability             | Description                                |
| ---------------------- | ------------------------------------------ |
| **Delta Updates**      | Only changed data is streamed              |
| **Sub-second Latency** | In-play updates in milliseconds            |
| **Message Types**      | Fixtures, Markets, Livescores, Settlements |

***

## Fixture Management

Complete control over your fixture inventory.

| Capability               | Description                                    |
| ------------------------ | ---------------------------------------------- |
| **Multi-level Ordering** | Sport, location, competition, or fixture level |
| **Bulk Operations**      | Order entire leagues at once                   |
| **Premium Coverage**     | Enhanced InPlay data for select fixtures       |
| **Scout Coverage**       | Human-verified livescore data                  |

***

## Provider Configuration

Flexible provider management for optimal coverage.

| Capability         | Description                                           |
| ------------------ | ----------------------------------------------------- |
| **Provider Lists** | Create groups with mandatory providers and thresholds |
| **Main Provider**  | Set primary odds source per sport/market              |
| **Fallback Logic** | Automatic failover when providers drop                |
| **Provider Odds+** | Access raw provider odds alongside calculated         |

***

## Odds Configuration

Fine-tune your odds display and pricing.

| Capability          | Description                                     |
| ------------------- | ----------------------------------------------- |
| **Templates**       | Reusable configurations for markets and margins |
| **Odds Ladders**    | Rounding rules for price display                |
| **Margin Settings** | Apply margins at sport, league, or market level |
| **Line Limits**     | Control maximum lines per market type           |

***

## Trading Operations

Real-time monitoring and control.

| Capability        | Description                           |
| ----------------- | ------------------------------------- |
| **Trading Floor** | Live fixture monitoring with odds     |
| **Fixture Logs**  | Historical data and event logs        |
| **Reports**       | Trading activity and coverage reports |
| **Notifications** | Alerts for trading events             |

***

## Settlement

Automatic bet resolution.

| Capability              | Description                                           |
| ----------------------- | ----------------------------------------------------- |
| **Auto Settlement**     | Immediate settlement on event conclusion              |
| **Settlement Messages** | Delivered via your package queue (InPlay or Prematch) |
| **Sport Rules**         | Detailed rules per sport type                         |
| **Void Handling**       | Clear logic for cancelled/postponed events            |

***

## Related Documentation

* [TRADE Overview](/u/trade/trade.md)
* [User Guide](/u/trade/user-guide.md)
* [Integration Guide](/u/trade/integration.md)
* [FAQ](/u/trade/faq.md)


---

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