Calculate the total payout amount for each settlement in the settlement_payouts table.
SELECT settlement_id, SUM(payout_amount) AS total_payout_amount FROM settlement_payouts GROUP BY settlement_id
Connect 300+ sources, serve any BI tool, and give every AI agent one governed endpoint to read, and write back where the app supports it.