Skip to content

Electronic trading

The E‑trade module (/etrade) is a JSON-in / JSON-out testing surface for Atlas pricing HTTP endpoints exposed to the SPA:

  • POST /atlas/pricing/ticket — left panel: edit JSON, click Submit ticket, response rendered below the form.
  • POST /atlas/pricing/scenario-grid — right panel: edit JSON, click Run scenario grid.

Below the two panels, a full-width AG Grid renders the scenario grid result: columns are inferred from the returned row shape (inferColDefs), so the sheet adapts to whatever structure the API returns.

Errors from either request are shown in a single inline error line (text-bad).

This module is aimed at power users and integrators validating payloads against the pricing service. For full endpoint documentation, use the Interactive REST reference.


Routes: etrade/* in the SPA resolves to this single page (no nested routes).