market-data-sanity-checker - v1.2.0
    Preparing search index...

    Interface HistoryEntry

    One recorded check — a compact, self-contained snapshot of a SanityReport.

    interface HistoryEntry {
        at: string;
        symbol: string;
        source: string;
        sanity_score: number;
        summary: { critical: number; warning: number; info: number };
        rules: string[];
    }
    Index
    at: string

    ISO timestamp of the check.

    symbol: string
    source: string
    sanity_score: number
    summary: { critical: number; warning: number; info: number }
    rules: string[]

    Rule ids that fired, deduplicated and sorted.