Model

AION Sentinel

Bias-Free Corporate Integrity Score. Trained on the Companies Act 2013 — not on fraud labels.

Frozen v1 234-feature manifest 6-layer anomaly engine Daily 03:00 IST pipeline

The Bias-Free Principle

Sentinel was trained on the Companies Act 2013. It does not know what fraud looks like. It knows what lawful financial statements look like — and it flags when the math does not add up.

This is a deliberate design decision. Models trained on known fraud cases learn to recognize past fraud. Sentinel learns to recognize accounting integrity — and flags anything that deviates from it, whether or not the deviation appears in any historical fraud database.

No fraud labels were used in training. No company was labelled as fraudulent or clean before the model learned what clean looks like. Sentinel derives its judgment from mathematical consistency with Companies Act obligations — not from retrospective labelling of known bad actors.

Use Cases by Stakeholder

StakeholderHow Sentinel Serves Them
Hedge FundsPre-position due diligence screening; flags accounting anomalies before corporate events
NBFCsCorporate borrower integrity assessment ahead of loan disbursement
Mutual FundsPortfolio monitoring for emerging filing anomalies; early-warning layer
Fintech LendingAutomated corporate creditworthiness signal for underwriting pipelines
InsuranceCommercial policyholder financial health screening
RegulatoryPopulation-level anomaly radar across listed companies
Retail InvestorsPlain-language integrity context on companies in their watchlist

Architecture — Six-Layer Anomaly Engine

LayerWhat It Does
Tier 1 — Data IngestionBSE/NSE quarterly and annual filings ingested and normalized to Companies Act structure
Tier 2 — Feature Engineering234 features derived from ratio analysis, inter-statement consistency checks, and temporal drift signals
Tier 3 — Frozen v1 ModelCore model layer trained on Companies Act-compliant filings; frozen to prevent drift from new inputs
Beneish LayerEight-variable Beneish M-Score replication adapted for Indian GAAP; runs in parallel with proprietary model
Fusion LayerConvergent scoring: agreement between model and Beneish raises confidence; divergence is flagged separately
Black-Hole MemoryPersistent anomaly memory tracks whether a company has previously triggered elevated flags across filing cycles

Classification Thresholds

Flags TriggeredClassificationMeaning
0–1ROUTINEFiling consistent with Companies Act expectations
2REVIEWMinor anomalies; warrant a second look but are not indicative of structural issues
3–4ELEVATEDMultiple convergent anomalies detected; higher-priority review recommended
5+CRITICALBroad pattern of accounting inconsistencies; full filing audit warranted

Sample Output — Gensol Engineering

The Gensol test case is the most publicly documented validation of Sentinel's early-warning capability.

In May 2026, SEBI published an interim order against Gensol Engineering citing financial statement irregularities and fund diversion. Sentinel had placed that company in the 97th percentile of risk — ahead of the public regulatory action.
{
  "company": "Gensol Engineering Ltd",
  "cin": "U40100GJ2012PLC070920",
  "filing_period": "FY2024-Q3",
  "risk_score": 0.1260,
  "risk_percentile": 97.37,
  "flags_triggered": 6,
  "classification": "CRITICAL",
  "anomaly_summary": "Convergent anomalies detected across receivables growth, cash conversion cycle, and inter-statement consistency. Beneish DSRI and AQI both elevated. Black-hole memory: elevated flags in prior two cycles.",
  "beneish_m_score": -1.82,
  "model_confidence": 0.94
}

The risk_score is a normalized output (lower = cleaner). The risk_percentile positions the company relative to the full universe of 2,435 rated companies. CRITICAL classification with flags_triggered of 5+ means the model saw broad, convergent accounting irregularities — not a single outlier ratio.

Public Risk Radar

Sentinel publishes a daily snapshot of companies currently in ELEVATED or CRITICAL classification. Available as a structured JSON feed at /sentinel/risk-radar.json. No account required for the radar feed.

Infrastructure

In development: infrastructure to support financial-regulatory integrity.

Limitations