Platform Platform overview Modules Solutions Industries Commodities Roles Quant More Pricing Customers Knowledge Center Blog Company Request Demo
Knowledge Center · Docs

Integration

Connect it: market data in, ERP and downstream systems out, cleanly.

7 min read · Back to Documentation · Data dictionary

Integration philosophy

Gravitas is designed to compose into an existing landscape, not replace it wholesale. Every capability is a governed API and meaningful activity emits events, so integration is clean and adoption can be incremental.

Trade bookedevent emitted events Risk re-run Downstream webhook BI mart refresh

Event-driven design: one platform event (e.g. a trade booked) fans out to every interested subscriber, no polling, no nightly batch.

Inbound: market data

Forward curves, prices, and volatilities flow in through the API and are managed as versioned reference data, so every valuation is reproducible as-of a date.

Outbound: ERP & downstream

Settled cashflows post to the general ledger or ERP, and events drive downstream systems in real time rather than by overnight file transfer.

Authentication

Integrations authenticate with short-lived, signed tokens. See the API authentication reference.

Your app Gravitas API 1 · request token (client credentials) 2 · signed access token 3 · call API with Bearer token JWT

Token-based authentication: your app exchanges credentials for a short-lived signed token, then presents it on every API call.

Related

See this on your own trades

A live walkthrough is the fastest way to connect this to your desk.

Request a demo Back to Documentation