Risk/Data console
Exposure query console
Read-only access to the risk warehouse. Results are capped at 10 rows; exports require approval from the Head of Risk.
Query
warehouse: risk_eu · read-onlyWarehouse tables
risk_eu| Table | Contents | Example |
|---|---|---|
| us_states | Exposure aggregated by state | SELECT * FROM us_states; |
| us_cities | Branches by city | SELECT * FROM us_cities WHERE state = 'CA'; |
This list is maintained by hand and is not always complete.
Error while executing query: (1054, "Unknown column 'state' in 'where clause'")