Automate issuer overlay creation from ticker searches
This commit is contained in:
@@ -149,6 +149,10 @@ describe("filing taxonomy snapshot normalization", () => {
|
||||
kpi_row_count: 1,
|
||||
unmapped_row_count: 0,
|
||||
material_unmapped_row_count: 0,
|
||||
residual_primary_count: 0,
|
||||
residual_disclosure_count: 0,
|
||||
unsupported_concept_count: 0,
|
||||
issuer_overlay_match_count: 0,
|
||||
warnings: ["legacy_warning"],
|
||||
},
|
||||
facts_count: 3,
|
||||
@@ -223,6 +227,10 @@ describe("filing taxonomy snapshot normalization", () => {
|
||||
kpiRowCount: 1,
|
||||
unmappedRowCount: 0,
|
||||
materialUnmappedRowCount: 0,
|
||||
residualPrimaryCount: 0,
|
||||
residualDisclosureCount: 0,
|
||||
unsupportedConceptCount: 0,
|
||||
issuerOverlayMatchCount: 0,
|
||||
warnings: ["legacy_warning"],
|
||||
});
|
||||
});
|
||||
@@ -338,6 +346,10 @@ describe("filing taxonomy snapshot normalization", () => {
|
||||
kpiRowCount: 0,
|
||||
unmapped_row_count: 0,
|
||||
materialUnmappedRowCount: 0,
|
||||
residualPrimaryCount: 0,
|
||||
residualDisclosureCount: 0,
|
||||
unsupportedConceptCount: 0,
|
||||
issuerOverlayMatchCount: 0,
|
||||
warnings: [],
|
||||
},
|
||||
});
|
||||
@@ -355,6 +367,10 @@ describe("filing taxonomy snapshot normalization", () => {
|
||||
kpiRowCount: 0,
|
||||
unmappedRowCount: 0,
|
||||
materialUnmappedRowCount: 0,
|
||||
residualPrimaryCount: 0,
|
||||
residualDisclosureCount: 0,
|
||||
unsupportedConceptCount: 0,
|
||||
issuerOverlayMatchCount: 0,
|
||||
warnings: [],
|
||||
});
|
||||
expect(normalized.computed_definitions).toEqual([
|
||||
|
||||
Reference in New Issue
Block a user