Why does a technical page open with regulation?
Because in this industry the regulation is the constraint that shapes the build, and pretending otherwise produces systems that cannot be used. In March 2024 the SEC charged two investment advisers over statements about AI capabilities they did not have, the Marketing Rule treats AI claims and their performance figures as advertisements subject to substantiation, and books-and-records obligations mean the material behind a figure has to be retained. Those three facts together mean a research system has to be reproducible by design — same data vintage, same criteria, same output — rather than having an audit trail bolted on later. That is an architectural requirement, not a compliance afterthought.
Do XGBoost and LSTM actually do anything useful here, or is that résumé padding?
Gradient-boosted trees genuinely do. The problems this industry has are mostly tabular and feature-rich — ranking a universe against stated criteria, classifying transactions, scoring data quality, deciding which filings deserve a human read — and that is exactly where XGBoost and LightGBM perform well while staying explainable enough that you can say why something ranked where it did. Sequence models like LSTM are defensible on specific, well-posed problems such as anomaly detection in flows or gap-filling in data. What does not hold up is raw price prediction, where out-of-sample performance is poor and marketing it is the conduct that gets firms charged. We use these techniques where the problem has that shape and say plainly when it does not.
What is actually hard about connecting financial data?
Not the connection. Plaid and Yodlee links are the easy afternoon. The hard part is that the same holding arrives under different identifiers from different providers, corporate actions silently break historic series, fund look-through requires composition data that is not always current, and feeds fail in ways that look like a real change in position rather than an error. A consolidated number that quietly drops what it could not reconcile is worse than no number, because someone will put it in front of a client. Most of the engineering in this work is reconciliation and failure handling, and it is the part that decides whether anything built on top can be trusted.
Will this replace our portfolio management software?
Usually not, and we would treat it as a warning sign if that were the first suggestion. Established portfolio and reporting platforms do a great deal well, and the gaps tend to be specific: held-away accounts that never make it in, a screen your process needs that the platform cannot express, look-through exposure the reporting does not compute, review packs assembled by hand every quarter. We build into those gaps and connect what you already run. Family offices with genuinely bespoke structures are the most common exception, because off-the-shelf software fits them worst.
We are in India, or investing across both markets. Does that change anything?
It changes the data layer rather than the architecture. We have built across Indian and US market data — NSE and BSE alongside NYSE and NASDAQ — and the differences that matter in practice are corporate-action handling, identifier conventions, settlement and how fund composition data is published. The regulatory framing on this page is US-specific because most of the buyers reading it are; if your obligations sit with a different regulator then the specific rules differ, but the underlying design requirement does not. Reproducible runs and evidenced outputs are good practice everywhere and mandatory in most places.
How do you handle our data and our clients’ data?
It runs in your accounts, under your credentials, with your data-protection obligations designed in rather than assumed. That matters particularly for advisers because the amended Regulation S-P now requires written incident-response programmes and customer notification within thirty days of a qualifying incident, with compliance phased in across 2025 and 2026 depending on size. Practically, that means logging, retention and breach detection are part of the build rather than an operational afterthought, and we document what we built so your compliance people can review it without needing us in the room.
What does an engagement look like?
It starts with one workflow written down properly — usually consolidation, because everything else depends on the positions being right. That produces a scope, a definition of what counts as working, and a fixed price before any build starts. We would rather deliver one workflow that your team actually uses every week than a platform that impresses in a demo and is quietly abandoned by the second quarter, and pricing follows the number of data sources and workflows rather than a per-seat licence.