Skip to content

Business Model

Demostatics is an investment company built on top of an information platform. It sells the intelligence, advises on it, manages capital with it, and trades its own book with it.

#LineWhat is soldTo whomStatus
1Data and intelligenceStructured global data, risk views, reports, API accessInvestors, analysts, research institutions, policy teamsPlanned — the platform surfaces exist, nothing is sold
2Investment advisoryRecommendations, research, model portfolios, signalsAdvised clientsPlanned — licensed activity, nothing built
3Discretionary managementCapital managed on the client’s behalfManaged clients, fund investorsPlanned — licensed activity, nothing built
4Proprietary tradingNothing — the firm trades its own capitalThe firm itselfPlanned — nothing built

Line 1 is the original business and remains the only one with any code behind it. Lines 2, 3 and 4 have no implementation of any kind in any repository.

The platform stops being only a product. It becomes both a product and internal infrastructure — the same pipeline that feeds paying subscribers also feeds the firm’s own advisory calls, its managed portfolios and its own trading book.

That single fact drives most of what follows.

The platform is now a system of record, not just a display tier

Section titled “The platform is now a system of record, not just a display tier”

If an advisory call or a managed-account trade is made on the strength of a Demostatics figure, that figure has to be reconstructible years later: what the value was at the moment of the decision, where it came from, how it was derived, and whether it was subsequently revised. That is a record-keeping obligation, not a feature.

Concretely, the schema needs things it does not have:

RequirementWhyExists today
Source attribution per observation”Where did this number come from”No
Method and method versionA revised model changes the number; you must know which produced itNo
Measured-at and ingested-atThe lag between reality and your knowledge of itPartially — one timestamp only
Revision history, append-onlyA corrected value must not erase the value you acted onNo
Point-in-time reconstruction”What did we know at 14:02 on the day of the trade”No

See Data Pipeline and Worker Tier.

Lines 1 and 4 sit in direct tension. If Demostatics publishes a figure to subscribers and also trades on it, subscribers will eventually ask the obvious question: did you trade first?

There is no way to answer that with policy alone. It has to be answerable from the system: publication timestamps, the firm’s own order timestamps, and a rule about which comes first that is enforced rather than promised. Deciding that rule is a founder decision, and the options are genuinely different products:

  • Subscribers first. The firm’s own book cannot act until after publication. Cleanest to defend, and the most restrictive on line 4.
  • Simultaneous release. Everyone sees it at once, including the prop desk. Requires the publication path and the internal path to be the same path.
  • Tiered timing. Higher tiers see it earlier. Legitimate and common, but it must be disclosed and it makes the conflict question sharper, not softer.
  • Firm first. Defensible only if the data is never sold to anyone who could be disadvantaged, which effectively means abandoning line 1.

Whichever is chosen, it needs to be recorded here and enforced in code, because the question will be asked by a client, an auditor or a regulator rather than by you.

Lines 2 and 3 are separate regulated activities in most jurisdictions, and running them together introduces its own obligations — suitability, best execution, allocation fairness across accounts, and treatment of clients who receive advice against those whose money you manage. These are covered on Regulatory Posture.

The previous plan assumed the firm never touched capital, which let it defer everything about money to a conditional final phase. That assumption is gone.

WasNow
Phase 9 (money movement) conditional on a contracted partner, probably neverMandatory, and gated on licensing rather than on engineering
”No money schema goes in the repo”Superseded — but see the caveat below
Licensing not on the critical pathOn the critical path, with the longest lead time of anything
Provenance a display detail in Phase 4A record-keeping requirement in Phase 2

The roadmap page carries the phase-by-phase detail, and the source file it mirrors — demostatics-mobile_application/docs/roadmap.md — has been updated to match. See Roadmap.

The data business is still the foundation, and it is still the only line with code behind it. Nothing about lines 2, 3 and 4 makes the platform less necessary — an investment company whose edge is proprietary information is exactly the case where the pipeline, the provenance and the analytics matter most.

The engineering critical path is unchanged: numbers with history, from a real source. Everything in lines 2 through 4 is built on top of that, and none of it is possible without it.