InsuranceProduct entity¶
Generate insurance products with type, description, product code, and correlated coverages.
Why: Use InsuranceProduct for catalogue fixtures whose product type, description, code, and coverages must agree; use InsuranceCoverage for a standalone benefit.
1 | |
Output: Typed InsuranceProduct value.
Parameters¶
dataset:str | null; DefaultNone— Country dataset used for product terminology and correlated coverages.
Attributes¶
code(str): Product code.coverages(list[InsuranceCoverage]): Coverages offered by the product.description(str): Product description.id(str): Synthetic product identifier.type(str): Product type.
Limits¶
The available attributes and values depend on the registered entity, its dataset, and its documented constructor options.