Objects

Coverage Parameter Value Deductible

The amount that you have to pay yourself in the event of a claim.

deductibleTypestring

How the deductible should be interpreted: - **amount**: A fixed monetary deductible. - **general**: A deductible that follows the insurer’s standard rules for this coverage type.The value may be the contract’s default deductible or a personalised override. - **not-applicable**: The deductible does not apply for the coverage. - **complex**: A deductible defined by a formula.

Possible Enum values are amount, complex, general or not-applicable.
descriptionstring

How the deductible applies, such as conditions, exceptions, or cases where no deductible is charged.

displayValuestring

The personalised deductible amount, if available for the policy,else this will match originalDisplayValue.

originalDisplayValuestring

The deductible value defined by the insurer’s standard contract terms.

personalisedboolean

Indicates whether the deductible reflects a personalised amount for the specific policy.

Example
{  "deductibleType": "amount",  "description": "Except for bodily injury",  "displayValue": "500",  "originalDisplayValue": "750",  "personalised": false}