Skip to content

Commit

Permalink
add a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Nov 16, 2023
1 parent 8d98a83 commit ce05911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nomenklatura/enrich/openfigi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]:
Expand Down

0 comments on commit ce05911

Please sign in to comment.