Insurer Letter
A single letter A through F in the LTR column of the ACORD 25 that links each coverage row to a specific carrier listed in the INSURERS AFFORDING COVERAGE block.
Overview
The Insurer Letter is the cross-reference code the ACORD 25 uses to connect each individual coverage row to the carrier that writes it. The form reserves space for up to six carriers — labeled INSURER A through INSURER F in the top block — and each coverage row in the middle of the form carries a single-letter pointer in the LTR column identifying which of those six carriers is responsible for that coverage.
This design exists because commercial insureds rarely place all their coverage with a single carrier. It is common for General Liability to sit with one carrier, Auto with another, Umbrella with a third, and Workers' Compensation with a fourth. The insurer letter mechanism lets a single certificate describe this split without repeating the carrier name and NAIC number on every row.
How It Works
At the top of the form, the producer lists carriers in order: the carrier writing GL typically gets letter A, the next carrier B, and so on through F. Each carrier entry shows the carrier's full legal name and its NAIC Number. Then, in the coverage rows below, the LTR column contains a single letter pointing back to the carrier block.
For example, if the INSURERS block lists:
- INSURER A: Travelers Indemnity Co. (NAIC 25658)
- INSURER B: Progressive Casualty Insurance Co. (NAIC 24260)
- INSURER C: Liberty Mutual Insurance Co. (NAIC 23043)
…and the GL row shows LTR = A, the Auto row shows LTR = B, and the WC row shows LTR = C, then the certificate is telling the reader: "Travelers writes the GL, Progressive writes the Auto, Liberty writes the WC."
Common Patterns
| Pattern | Meaning |
|---|---|
| All rows share same letter | Package policy (CPP) — one carrier for all |
| GL and WC different letters | Split program — typical for mid-size commercial |
| Umbrella row letter differs from primary GL | Excess/umbrella carrier is separate from primary |
| LTR column blank on a row | Defect — carrier cannot be identified |
| LTR references letter not in INSURERS block | Data integrity error |
| Same carrier listed twice with different letters | Unusual — verify against dec pages |
A blank LTR on an active coverage row is a material defect. Without the letter, there is no way to know which carrier is affording that coverage, and verification calls become impossible — the reviewer does not know which carrier to call.
Where It Appears on ACORD 25
The insurer letter appears in two places on the ACORD 25:
- INSURERS AFFORDING COVERAGE block (top of form, right side): Each of the six slots is pre-labeled INSURER A, INSURER B, INSURER C, INSURER D, INSURER E, INSURER F. The producer fills in carrier name and NAIC number next to the letter.
- LTR column (leftmost column of the coverage rows): A single letter A–F on each populated coverage row, pointing back to the corresponding INSURERS block entry.
Inori's extraction schema captures both sides of this linkage. The root insurers array contains { letter, name, naic } objects for each carrier listed. Each coverage object (gl, al, umbrella, wc) carries its own insurer_letter field, and each other_coverages row does the same. The platform joins these programmatically to resolve each coverage line to a specific carrier identity.
Why It Matters for Compliance
- Carrier rating checks: Inori looks up AM Best Rating and Admitted Carrier status per coverage by following the insurer letter from each row back to the NAIC number in the INSURERS block. A GL carrier rated A+ does not rescue a WC carrier rated B-.
- Data integrity validation: If a coverage row's letter does not appear in the INSURERS block (e.g., LTR = D but only A, B, C are populated), the platform flags an extraction inconsistency for manual review.
- Surplus lines detection: Some carriers are admitted for some lines and surplus for others. Per-row carrier resolution via the insurer letter is the only way to determine this accurately from the certificate.
Related Concepts
The insurer letter is the spine that holds the ACORD 25 together, connecting each coverage row on the Certificate of Insurance to a specific carrier identified by its NAIC Number. Resolving the letter to a carrier enables every downstream check, including AM Best Rating verification and Admitted Carrier status determination.
See how Inori handles insurer letter
Try our free COI checker first, or start a free trial of the full platform.