# `Sidereon.GNSS.Data.MergeReport`
[🔗](https://github.com/neilberkman/sidereon-ex/blob/main/lib/sidereon/gnss/data.ex#L192)

Audit report for merged SP3 acquisition. `requested_centers` preserves the
normalized caller order and authenticates the exact contributor/absent
partition when a report is persisted and verified.

# `t`

```elixir
@type t() :: %Sidereon.GNSS.Data.MergeReport{
  absent: term(),
  contributors: term(),
  input_identity_schema_version: term(),
  merge_policy: term(),
  merge_report: term(),
  merged: term(),
  requested_centers: term(),
  single_product: term(),
  source_count: term(),
  stable_input_identity: term()
}
```

---

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