Cache and reuse filing HTML during KPI note extraction #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Structured KPI extraction from filing notes repeatedly refetches and reparses the same filing HTML inside nested loops.
Why this is a problem:
Observed in:
lib/server/financials/kpi-notes.tsextractStructuredKpisFromNotes()loops over definitions and periodsfetchHtml()for the same filing againlib/server/financial-taxonomy.tsSuggested direction:
Acceptance criteria: