Skip to content

Who It Is For

Demostatics has three distinct audiences: the institutions that buy statistical risk intelligence, the clients the firm intends to advise and to manage capital for, and the community that produces and validates part of it.

The pitch deck names exactly four segments. These are the customers of line 1 — the data and intelligence business. See Business Model.

SegmentWhat they need it for
Investors and financial analystsRisk-weighted context for allocation decisions
Risk assessment professionalsConsistent regional risk comparison
Research institutionsStructured longitudinal data across domains
Policy and strategy teamsA unified view of conditions they must plan around

The founder decision to operate as an investment company adds two further audiences, neither of which buys data. Both are Planned — no code of any kind exists for either.

AudienceLineWhat the relationship isStatus
The four segments above1Buys structured data, risk views, reports, API accessPlanned
Advised clients2Receives recommendations, research, model portfolios, signalsPlanned
Managed clients and fund investors3Hands over capital for the firm to manage on their behalfPlanned

The distinction matters more than the wording suggests. A data subscriber is a customer: the firm sells a product, the customer decides what to do with it, and the relationship ends at the contract. An advised or a managed client is owed regulatory obligations — suitability, conflict management, record-keeping, and in line 3 the handling of someone else’s money. Those duties do not arise from the contract; they arise from the licence, and they cannot be contracted away.

The same figure can therefore reach all three audiences, but it carries a different weight each time. See Business Model for the four lines and Regulatory Posture for what each one requires.

Lines 2 and 3 cannot be served without one, and there is none today: no compliance officer, no written policies, no counsel engaged, no legal entity holding a licence. Not built.

This is a hiring and licensing question, not an engineering one. No amount of work in these repositories produces it, and it has the longest lead time of anything on the plan. Nothing written here is legal advice, and qualified counsel is required in every jurisdiction the firm operates in or serves clients from before any of it becomes a plan. See Regulatory Posture.

demostatics-web/README.md names two founders:

  • Fikret Güney Ersezer
  • Emre Tezsezen

The GitHub organization is github.com/Demostatics. The public contact address is admin@demostatics.com.

demostatics-web implements five roles, backed by spatie/laravel-permission. New registrations get user automatically. Shipped.

RoleWhat it can do
userPost, comment, vote, read everything their verification level allows
moderatorEverything a user can, plus banning plain users
editorCurates editorial articles and the About Us surface
technical_staffMaintains the platform; listed on the public staff roster
adminEverything, including banning anyone who is not an admin

The entire moderation rule is one method — User::hasHigherPermissionsThan(). A moderator outranks a plain user; an admin outranks anyone who is not an admin; everything else is false. Both the web and API moderation controllers and all three policies consult it, so the rule exists exactly once.

A regulated firm needs roles this enum has no counterpart for — sign-off on what the firm says in public, oversight of advice given to clients, and access separation between the data, advisory and trading functions — and naming them is a matter for counsel rather than for this page. app/Models/UserRole.php defines exactly the five cases above, and the permission model has one axis: whether you outrank someone. Not built.

The community structure described in the policy pages is more elaborate than what the code implements, and the difference is worth stating.

Described. A Moderation Board composed of editors, moderators and technical staff, whose members are invited through a community-driven nomination and selection process. Users discuss procedures in the forums, and where a majority agrees by vote, the technical staff adapt the platform accordingly.

Implemented. Roles, bans, polls with voting, threaded comments, and a public staff roster (the “Authorized Services” panel listing admins, technical staff, editors and moderators plus a live online count). Shipped.

Not implemented. The nomination and selection process, the binding link between a poll result and a platform change, and any invitation mechanism for authoritative contributors.

See Moderation, Forum Rules and About Moderators for the policy as written.

One person, across three languages and five repositories, plus whatever help arrives. The roadmap’s own scoping is blunt about what that means:

Roughly 9–18 months for one full-stack engineer across three languages and three repositories, plus legal, two store accounts, a licensed financial partner, and a worker backend that does not exist in any of these repos.

The failure mode it warns about is not lateness but fragmentation — six half-built subsystems each blocked on a different missing prerequisite. Its recommendation is to treat Phases 0–4 as the smallest coherent thing that is genuinely useful, and to resist starting anything after them.