Reference data browser
The Ref Data module (/refdata) is a read-only browser backed by REST. It does not edit the instrument master; changes happen through back-office pipelines and services your operations team controls.
| Tab | Grid | API note (typical) |
|---|---|---|
| Instruments (browse) | Filterable instrument rows | Uses GET /api/v1/refdata/instruments with limit (default window). Load more increases the limit by 100 rows. |
| Issuers | Issuer reference | useIssuers with limit/offset. |
| Entities | Legal entities | useEntities. |
The first tab shows a hint line: showing the first N rows from the instruments endpoint, with Load more to widen the fetch.
Columns
Section titled “Columns”Instruments: Symbol (venue), Ticker, ID, ISIN, Family, Kind, CCY, Status, BBG/RIC.
Issuers: Entity ID, short / legal name, LEI, Tax ID, country.
Entities: Entity ID, display name, short / legal name, type, jurisdiction, active flag.
Saved views
Section titled “Saved views”Each tab has its own layout namespace (refdata-{tab}), so column layouts persist per tab.
For write APIs and schema details, see the Interactive REST reference and your back-office documentation.