diff --git a/src/modules/quote.ts b/src/modules/quote.ts index cf072363..e684d9b2 100644 --- a/src/modules/quote.ts +++ b/src/modules/quote.ts @@ -12,6 +12,7 @@ export interface QuoteBase { language: string; // "en-US", region: string; // "US", quoteType: string; // "EQUITY" | "ETF" | "MUTUALFUND"; + typeDisp?: string; // "Equity", not always present. quoteSourceName?: string; // "Delayed Quote", triggerable: boolean; // true, currency?: string; // "USD",