psolin / cleanco

Company Name Processor written in Python
MIT License
318 stars 94 forks source link

Estonian entity types mostly missing #58

Closed mklopets closed 2 months ago

mklopets commented 3 years ago

Estonian legal entity types such as OÜ, MTÜ, AS, UÜ, TÜ are missing – only FIE seems to be supported.

Could try adding them myself – is termdata.py the only place that needs to have these added in?

petri commented 3 years ago

It is. You might also want to take a look at the https://pypi.org/project/iso-20275 package. The plan is to use data from there and just augment it when it's missing some types etc.

petri commented 2 months ago

OÜ and AS were just added. Pull request welcome.