InsuranceCoverage entity¶
Generate insurance coverages with product code, limits, description, and stable coverage code.
Why: Use InsuranceCoverage for correlated benefit code, description, and limit fixtures; use InsuranceProduct when multiple coverages must belong to one product.
1 | |
Output: Typed InsuranceCoverage value.
Parameters¶
dataset:str | null; DefaultNone— Country dataset used for coverage terminology and monetary conventions.
Attributes¶
code(str): Coverage code.description(str): Coverage description.max_coverage(str): Maximum coverage amount (monetary units).min_coverage(str): Minimum coverage amount (monetary units).name(str): Coverage name presented to policy holders.product_code(str): Product family code.
Limits¶
The available attributes and values depend on the registered entity, its dataset, and its documented constructor options.