> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pingintel.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Perils Terms Attributes

## Item Attributes

Each attribute specifies a data type. The following types are used:

* `text` arbitrary string value
* `number` numeric value
* `percentage` numeric value expressed as a percent
* `currency` numeric monetary value
* `boolean` true/false value
* `date` calendar date (YYYY-MM-DD)
* `year` four-digit value representing a year
* `choices` value selected from a predefined list of options
* `object` JSON-like key/value structure
* `†` If an attribute's data type has a dagger (†) next to it, the attribute will actually contain a mapping containing one or more of the following attributes
  (if null, they are simply not included):

```
{
  "value": Cleaned-up data value.
  "confidence": 0.0 (lowest confidence) to 1.0 (highest confidence), indicating a reliability score for the element.
  "original": Cell value as originally read, before any scrubbing operations.
  "source": Provenance of the data.
  "units": Currency of value, if known.
  "comment": Human-readable information about the derivation of the value.
}
```

## **Peril Terms**

**Defines all policy terms that apply at the peril level.**

**`subperil_types_`** (`list_text†`)
List of subperils included within this peril.

**`group`** (`text†`)
Identifies the grouping of sub-perils.

**`sublimit`** (`currency†`)
Sublimit applicable to the peril.

**`min_deductible`** (`currency†`)
Minimum deductible for the peril.

**`max_deductible`** (`currency†`)
Maximum deductible for the peril.

**`blanket_deductible`** (`currency†`)
Blanket deductible applied across locations for the peril.

**`location_deductible_type`** (`text†`)
Specifies how the location-level deductible is applied.

**`location_deductible`** (`currency†`)
Deductible applied at the location level.

**`bi_days_deductible`** (`currency†`)
Business interruption deductible, expressed in days.
