# Venues and Datasets

**Supported Trading Venues**

We execute across a range of venues, each offering different liquidity characteristics:

* **CLOB (Central Limit Order Book)** – Standard exchange-style order book where participants submit limit and market orders.
* **MATCH** – Internal crossing network for optimizing execution efficiency.
* **DWEB (Dealer Web)** – Dealer-based trading platform for RFQ (Request for Quote) and negotiated transactions.

**Historical & Real-Time Datasets**

Our analytics and execution models leverage a variety of datasets:

* **Order Book Data** – Real-time market depth from CLOB.
* **Trade Data** – Executed trade records from MATCH and DWEB.
* **Liquidity Metrics** – Spreads, impact costs, and order flow imbalances.
* **Execution Performance Data** – Used for pre-trade analysis, execution optimization, and transaction cost analysis (TCA).


---

# 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://blockhouse-app.gitbook.io/blockhouse/asset-classes/fixed-income/venues-and-datasets.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.
