> ## Documentation Index
> Fetch the complete documentation index at: https://developers.beta.dealroom.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Transaction

> Field reference for the Transaction object.

A funding round, equity event, debt, grant, or other company-level financial event.

| Field                | Type               | Description                                                                                                                                                                                                          |
| -------------------- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `id`                 | number             | Stable Dealroom transaction ID.                                                                                                                                                                                      |
| `entity_uuid`        | string             | UUID of the company that received this transaction.                                                                                                                                                                  |
| `amount`             | number (nullable)  | Round amount in the active currency, as a whole-unit integer.                                                                                                                                                        |
| `year`               | number (nullable)  | Year the round was announced.                                                                                                                                                                                        |
| `month`              | number (nullable)  | Month (1-12) the round was announced. May be null.                                                                                                                                                                   |
| `round_type`         | string (nullable)  | Raw reported round type (e.g. `SEED`, `SERIES A`, `EARLY VC`, `GRANT`). For the normalised stage, use `standardized_round`. See the [Filters reference](/references/filters-and-sorting) for the complete enum.      |
| `standardized_round` | string (nullable)  | Normalised round stage — one of `Pre-Seed`, `Seed`, `Series A`–`Series E`, `Series F+`, `Growth`, `Bridge`, `Debt`, `Grant`, `IPO`, `Secondary`, `Other`. This is the value the `standardized_round` filter matches. |
| `valuation`          | number (nullable)  | Post-money valuation in the active currency at the time of this round, as a whole-unit integer. Null when the valuation was not disclosed.                                                                           |
| `is_verified`        | boolean (nullable) | Whether the round has been verified by Dealroom.                                                                                                                                                                     |
| `is_vc_round`        | boolean (nullable) | Whether the round is a venture-capital round.                                                                                                                                                                        |
| `is_exit`            | boolean (nullable) | Whether the transaction represents an exit (e.g. IPO, acquisition).                                                                                                                                                  |
| `company`            | object             | Compact summary of the company that received the round — sufficient for table cells without a second round-trip to `/data/entities/{uuid}`.                                                                          |
| `investors`          | array of object    | Participating investors. The `is_lead` flag identifies the lead investor(s) when known.                                                                                                                              |
| `source_url`         | string (nullable)  | URL of the news article or press release that is the source for this round. Null when no source is recorded.                                                                                                         |
| `created_at`         | string (nullable)  | ISO 8601 timestamp when this record was first loaded                                                                                                                                                                 |
| `deleted_at`         | string (nullable)  | ISO 8601 timestamp when this record was soft-deleted (null = active)                                                                                                                                                 |
