Skip to content

Commit

Permalink
fix(quoteSummary): re-add missing modules except insiderHolders (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Oct 2, 2024
1 parent 6204961 commit d862806
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/modules/quoteSummary-iface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1557,6 +1557,13 @@ export const QuoteSummaryResultSchema = Type.Object(
fundOwnership: Type.Optional(OwnershipSchema),
fundPerformance: Type.Optional(FundPerformanceSchema),
fundProfile: Type.Optional(FundProfileSchema),
incomeStatementHistory: Type.Optional(IncomeStatementHistorySchema),
incomeStatementHistoryQuarterly: Type.Optional(
IncomeStatementHistorySchema,
),
indexTrend: Type.Optional(IndexTrendSchema),
industryTrend: Type.Optional(TrendSchema),
// insiderHolders: Type.Optional(InsiderTransactionsSchema), // <--
institutionOwnership: Type.Optional(OwnershipSchema),
majorDirectHolders: Type.Optional(HoldersSchema),
majorHoldersBreakdown: Type.Optional(MajorHoldersBreakdownSchema),
Expand Down

0 comments on commit d862806

Please sign in to comment.