Add consolidated disclosure statement type
Create unified disclosure statement to organize footnote disclosures separate from primary financial statements. Disclosures are now grouped by type (tax, debt, securities, derivatives, leases, intangibles, ma, revenue, cash_flow) in a dedicated statement type for cleaner UI presentation.
This commit is contained in:
@@ -82,7 +82,8 @@ function bootstrapFreshDatabase(databaseUrl: string) {
|
||||
'watchlist_item',
|
||||
'filing_statement_snapshot',
|
||||
'filing_taxonomy_snapshot',
|
||||
'task_run'
|
||||
'task_run',
|
||||
'company_financial_bundle'
|
||||
];
|
||||
|
||||
if (existingCoreTables.some((tableName) => hasTable(database, tableName))) {
|
||||
|
||||
Reference in New Issue
Block a user