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.
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.
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