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

    Variable identifiersSchemaConst

    identifiersSchema: ZodObject<
        {
            isin: ZodOptional<ZodString>;
            cusip: ZodOptional<ZodString>;
            figi: ZodOptional<ZodString>;
        },
        $strip,
    > = ...

    Security identifiers beyond the ticker — tickers get reused, ISINs don't.