diff --git a/nomenklatura/enrich/openfigi.py b/nomenklatura/enrich/openfigi.py index 4f05c556..3108c8a4 100644 --- a/nomenklatura/enrich/openfigi.py +++ b/nomenklatura/enrich/openfigi.py @@ -63,6 +63,7 @@ def match_organization(self, entity: CE) -> Generator[CE, None, None]: other = self.make_entity(entity, "Company") other.id = self.make_company_id(match_name) other.add("name", match_name) + other.add("topics", "corp.public") yield other def match_security(self, entity: CE) -> Generator[CE, None, None]: