Expand financials surfaces with ratios, KPIs, and cadence support
- Add bundled financial modeling pipeline (ratios, KPI dimensions/notes, trend series, standardization) - Introduce company financial bundles storage (Drizzle migration + repo wiring) - Refactor financials page/API/query flow to use surfaceKind + cadence and new response shapes
This commit is contained in:
@@ -40,8 +40,8 @@ export function useLinkPrefetch() {
|
||||
void queryClient.prefetchQuery(companyAnalysisQueryOptions(normalizedTicker));
|
||||
void queryClient.prefetchQuery(companyFinancialStatementsQueryOptions({
|
||||
ticker: normalizedTicker,
|
||||
statement: 'income',
|
||||
window: '10y',
|
||||
surfaceKind: 'income_statement',
|
||||
cadence: 'annual',
|
||||
includeDimensions: false
|
||||
}));
|
||||
void queryClient.prefetchQuery(filingsQueryOptions({ ticker: normalizedTicker, limit: 120 }));
|
||||
|
||||
Reference in New Issue
Block a user