Skip to content

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
<variable name="value" entity="InsuranceProduct"/>

Output: Typed InsuranceProduct value.

Parameters

  • dataset: str | null; Default None — 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.