Automate issuer overlay creation from ticker searches
This commit is contained in:
@@ -19,7 +19,7 @@ export type GraphableFinancialSurfaceKind = Extract<
|
||||
'income_statement' | 'balance_sheet' | 'cash_flow_statement' | 'ratios'
|
||||
>;
|
||||
|
||||
export type StatementMetricDefinition = {
|
||||
type StatementMetricDefinition = {
|
||||
key: string;
|
||||
label: string;
|
||||
category: string;
|
||||
@@ -27,7 +27,7 @@ export type StatementMetricDefinition = {
|
||||
unit: FinancialUnit;
|
||||
};
|
||||
|
||||
export type RatioMetricDefinition = {
|
||||
type RatioMetricDefinition = {
|
||||
key: string;
|
||||
label: string;
|
||||
category: string;
|
||||
@@ -84,4 +84,4 @@ export const CASH_FLOW_STATEMENT_METRIC_DEFINITIONS: StatementMetricDefinition[]
|
||||
export const RATIO_DEFINITIONS: RatioMetricDefinition[] =
|
||||
ALL_COMPUTED.map(computedToRatioMetric);
|
||||
|
||||
export { RATIO_CATEGORIES, type RatioCategory } from '@/lib/generated';
|
||||
export { RATIO_CATEGORIES, } from '@/lib/generated';
|
||||
|
||||
Reference in New Issue
Block a user