InsuranceCompany entity¶
Generate insurance companies with stable identifiers, headquarters, founding year, and website.
Why: Use InsuranceCompany for carrier fixtures whose identifier, legal name, headquarters, founding year, and website must remain coherent; use Company for a non-insurance organization.
1 | |
Output: Typed InsuranceCompany value.
Parameters¶
dataset:str | null; DefaultNone— Country dataset used for carrier identity and headquarters values.
Attributes¶
code(str): Short company code.founded_year(str): Year the company was founded.headquarters(str): Headquarters location.id(str): Synthetic company identifier.name(str): Insurance company name.website(str): Company website URL.
Limits¶
The available attributes and values depend on the registered entity, its dataset, and its documented constructor options.