Company entity¶
Generate coherent companies with legal form, sector, address, and contact data.
Why: Use Company when legal name, form, sector, address, domain, and contact values must describe one organization; use CompanyNameGenerator for a single independent name.
1 | |
Output: Typed Company value.
Parameters¶
dataset:str | null; DefaultNone— Country dataset shared across organization, sector, address, and contact data.
Attributes¶
address(dict): Structured postal address fields.email(str): Primary company email address.fax(str | None): Company fax number.full_name(str): Full company name including legal form.legal_form(str): Legal form suffix or entity type.office_phone(str | None): Office phone number.phone_number(str | None): Primary company phone number.sector(str | None): Sector in which the company operates.short_name(str): Short or primary company name.url(str | None): Primary company URL.
Limits¶
The available attributes and values depend on the registered entity, its dataset, and its documented constructor options.