Bring Your Own FI Data
This flow is for clients who already have financial (FI) data - for example, from their own account aggregator, or from any third-party source - and want to run it through Signal IQ without going through Setu's Account Aggregator or the PDF path.
You send your FI data to Signal IQ via API. From that point on, Signal IQ owns orchestration, stage notifications, insights generation and output availability via reportId - the same experience as every other flow.
You get the same Signal IQ experience - orchestration, stage notifications, configurable outputs and polling - even when the data does not originate from one of Signal IQ's built-in input channels.
How it works
- You send your FI data directly to Signal IQ via API.
- Signal IQ runs the same orchestration model as every other flow -
- validate the incoming data,
- transform it to the standard format if required (see the note below),
- ingest it into Setu Insights,
- generate insights,
- send stage notifications to your webhook, and
- hand you a
reportIdso you can fetch configured outputs via API.
A note on data format
Setu Insights expects FI data in the standard ReBIT-aligned shape (the same schema used across the Account Aggregator ecosystem).
If your payload is not already in that shape, a client-specific transformation step can be added to map your schema into the structure Setu Insights accepts - so you are never blocked from using Signal IQ with your existing data sources.
ReBIT (Reserve Bank Information Technology) publishes the technical standards for the Account Aggregator framework, including the schema in which financial data is represented.
Notifications
The lifecycle notifications for this flow follow the same model as the other flows - you receive stage updates on your webhook, and a terminal success notification carries the reportId. Notification schemas match the PDF Flow notifications.
Getting your outputs
On INSIGHTS_CREATION_SUCCESSFUL, use the reportId from the webhook to fetch your configured outputs. See the API reference for how to fetch results.
See how Signal IQ works when your journey starts from a bank-statement PDF.
PreviousPDF Flow