Macro tape
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
scenario_id | string | Yes | - | The world to read from. |
start_date / end_date | date | No | - | Inclusive window. |
limit | integer | No | 500 | Page size (max 10000). |
offset | integer | No | 0 | Pagination offset. |
Interest rates
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
scenario_id | string | Yes | - | The world to read from. |
bank | string | Yes | - | Central-bank code (e.g. FED). |
start_date / end_date | date | No | - | Inclusive window. |
404 for an unknown bank code.
Interest-rate snapshot
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
scenario_id | string | Yes | - | The world to read from. |
bank | string | Yes | - | Bank code. |
as_of | date | No | latest | Cutoff date. |