> For the complete documentation index, see [llms.txt](https://docs.lsports.eu/u/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lsports.eu/u/boost/trading-performance/performance-matrix.md).

# Performance Matrix

The Performance Matrix provides a detailed, fixture-level comparison of trading performance across providers. Drill down from competition-level trends into individual fixtures to compare margins and market uptime side by side.

***

## Overview

Performance Matrix shows how your primary provider's trading performance compares to competitors fixture by fixture. Use this to:

* Compare margin and uptime gaps across individual fixtures
* Identify where your primary provider outperform or underperform your competitors
* Investigate anomalies spotted in the Overview graphs
* Drill into specific fixtures for deeper analysis

***

## Analysis Types

| Analysis Type         | What It Shows                                                                     |
| --------------------- | --------------------------------------------------------------------------------- |
| **Margin Comparison** | Gap between each provider's margin and your primary provider's margin per fixture |
| **Market Uptime**     | Gap between each provider's uptime and your primary provider's uptime per fixture |

***

## Key Features

### Reading the Matrix

Each market column group shows:

* **Primary provider** — absolute value (e.g., Bet365 67%)
* **Other providers** — relative gap vs the primary (e.g., Betsson -10%, Pinnacle +15%)

| Color     | Meaning                              |
| --------- | ------------------------------------ |
| **Green** | Your primary outperforms competitors |
| **Red**   | Your primary falls below competitors |

When the primary provider has no data for a market on a given fixture, it will be shown as N/A and other providers display their absolute value instead of a gap.

***

## Default State

When opening Performance Matrix from the sidebar, the following are pre-selected:

| Setting           | Default                         |
| ----------------- | ------------------------------- |
| **Tab**           | Inplay                          |
| **Analysis Type** | Market Uptime                   |
| **Primary**       | Bet365                          |
| **Markets**       | 1X2, Under/Over, Asian Handicap |
| **Date**          | Last 7 days                     |

When entering from the Overview graphs, your current filter context is carried over automatically.

***

## How to Use

1. **Select your analysis type** — Choose Margin Comparison or Market Uptime
2. **Set your primary provider** — All other providers are shown as gaps relative to this baseline
3. **Choose competitors** — Select additional providers to compare against
4. **Set a date range** — Default is today; adjust to review historical performance
5. **Browse by sport and competition** — Use the left sidebar to narrow your focus
6. **Read the gaps** — Green means your primary outperforms other providers; red means it falls below

***

## Related

* [Overview](/u/boost/trading-performance/overview.md) — Visual trading performance trends
* [Trading Performance](/u/boost/trading-performance.md) — Main trading performance docs


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.lsports.eu/u/boost/trading-performance/performance-matrix.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
