Skip to main content

Variable: updateFrequencySchema

const updateFrequencySchema: ZodEnum<{ annual: "annual"; daily: "daily"; irregular: "irregular"; monthly: "monthly"; on_demand: "on_demand"; quarterly: "quarterly"; real_time: "real_time"; static: "static"; unknown: "unknown"; weekly: "weekly"; }>

Defined in: schema/enums.ts:72

Update cadence (D16) — with what frequency NEW data arrives.