# `Sidereon.GNSS.ARAIM.IntegrityAllocation`
[🔗](https://github.com/neilberkman/sidereon-ex/blob/main/lib/sidereon/gnss/araim.ex#L418)

ARAIM integrity and continuity risk allocation.

PHMI and false-alert fields are probabilities. Protection levels returned by
the solver are meters.

# `t`

```elixir
@type t() :: %Sidereon.GNSS.ARAIM.IntegrityAllocation{
  max_fault_order: non_neg_integer(),
  p_emt: float(),
  p_threshold_unmonitored: float(),
  pfa_hor: float(),
  pfa_vert: float(),
  phmi_hor: float(),
  phmi_total: float(),
  phmi_vert: float()
}
```

# `lpv_200`

```elixir
@spec lpv_200() :: t()
```

Return the core LPV-200 ARAIM allocation.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
