30 day money back guarantee. Cancel for full refund, keep the audit report.
BrokerageAudit
Back to Blog
ACORD Forms & Certificates
13 min readApril 19, 2026

Acord Data Standards Explained: A Practical Guide for Agencies

ACORD data standards explained in plain language for insurance agencies. Learn the three data formats (AL3, XML, JSON), how they affect carrier connectivity, and which standards your AMS must support.

JS
Javier Sanz

Founder & CEO

ACORD data standards explained in plain language: three electronic formats govern every automated insurance data exchange in the United States. Those formats are AL3 (legacy flat-file), XML (current primary), and JSON (emerging standard). IVANS 2025 data shows XML handled 48% of all electronic insurance transactions last year, AL3 covered 40%, and JSON accounted for 12%. Every carrier download, electronic submission, and automated certificate your agency processes depends on which of these formats your AMS supports. Agencies running outdated AL3-only systems miss access to 60% of available electronic transactions from carriers that have moved to XML or JSON, per IVANS 2025 connectivity analysis.

This guide breaks down how each standard works technically, which carriers use which format, and how version management affects your daily operations.

Key Takeaways

  • ACORD AL3 entered production in 1987 as a fixed-width flat-file format and still handles 40% of electronic insurance transactions, concentrated in personal lines and regional carriers per IVANS 2025 data
  • ACORD XML 3.x is the current production standard, handling 48% of electronic transactions and required by Chubb, CNA, Travelers, and Hartford for their newest integration endpoints per Applied Systems 2025 carrier capability data
  • JSON adoption grew from 3% to 12% between 2024 and 2026 per IVANS 2025 data, driven by InsurTech API integrations and ACORD's expanded JSON schema releases
  • Agencies using all three ACORD data standards reduce manual data entry by 72% compared to AL3-only agencies per ACORD 2025 member survey of 1,200 agencies
  • ACORD releases standard updates twice per year -- March and September -- and your AMS vendor should implement updates within 90 days of each release
  • The average mid-size agency loses $22,400 annually from carrier download failures caused by ACORD version mismatches, based on ACORD 2025 member cost analysis

AL3: The Legacy Format Still in Production

AL3 (Agency-Level 3) is a fixed-width flat-file format that ACORD introduced in the 1980s. Each transaction type uses a predefined record layout where data occupies specific character positions. There are no tags, no labels -- position defines meaning.

A carrier generates a batch file containing your agency's policy transactions. Each record occupies a fixed number of characters. Position 1-3 holds the transaction code. Positions 4-15 hold the policy number. Positions 16-23 hold the effective date in MMDDYYYY format. Your AMS reads these positions using a mapping table and converts the data to usable fields.

AL3 operates in batch mode exclusively. Carriers generate files once or twice daily. Your AMS downloads and processes them on a schedule. There is no real-time capability -- a policy change the carrier processes at 2:00 PM may not appear in your system until the next morning.

AL3 CharacteristicDetail
Format typeFixed-width flat file
Transaction modeBatch, 1-2 times daily
U.S. electronic transaction share40% per IVANS 2025 data
Primary usePersonal lines policy download
LimitationsNo real-time capability, rigid field structure
Character encodingASCII only

Why AL3 persists despite its age. Many regional and mutual carriers invested in AL3 infrastructure in the 1990s and 2000s. Replacing that infrastructure requires significant capital and operational disruption. Hartford, Travelers, and Liberty Mutual all maintain AL3 feeds alongside their XML and JSON capabilities. Over 200 smaller carriers offer AL3 as their only electronic option per IVANS 2025 connectivity data.

Removing AL3 support from your AMS means losing connectivity with every carrier that has not migrated. That is not a viable trade-off for most agencies.

When AL3 creates problems. Because field positions are fixed, even a one-character shift in a carrier's record layout breaks every downstream mapping. When a carrier updates their AL3 specification and your AMS has not caught up, transactions fail or land in wrong fields. This is why monitoring AL3 success rates by carrier matters every week.

ACORD XML: The Current Standard

ACORD XML uses structured markup language to define insurance data elements. Instead of relying on character positions, XML uses descriptive tags that explain what each piece of data represents.

A policy number in AL3 is characters sitting at positions 4-15 with no context. In XML, the same data appears as <PolicyNumber>PLX-2026-44891</PolicyNumber>. The tag provides meaning. The data is self-describing. Any system reading the message knows exactly what it is looking at, regardless of what version or layout the sender used.

Real-time capability changes everything. XML supports synchronous API calls. Your AMS sends a request and the carrier system returns a response in seconds. This enables real-time quote requests, instant certificate of insurance issuance, immediate endorsement processing, and on-demand binder confirmation with structured data.

ACORD XML Version Management

ACORD has published multiple XML schema versions and they are not fully backward-compatible. This matters because a carrier sending XML 3.x data to an AMS expecting 2.x will generate parsing errors. Those transactions fail -- often silently.

VersionReleasedKey AdditionsCarrier Adoption
XML 1.x2003Basic P&C policy downloadUnder 5%, legacy systems only
XML 2.x2010Claims, billing, real-time rating22% of XML users
XML 3.x2019Certificates, enhanced commercial lines, API-first design78% of XML users

Chubb and CNA both require XML 3.x for their newest integration endpoints per Applied Systems 2025 carrier capability data. Agencies running AMS platforms with XML 2.x cannot access these connections -- they fall back to AL3 or manual entry for those carriers.

Applied Systems 2025 data shows agencies running XML 2.x miss access to 23% of available carrier integration points that require 3.x.

Commercial lines and XML. XML handles commercial policy complexity that AL3 cannot represent. A commercial lines policy with multiple locations, coverage parts, and endorsements requires a nested data structure. XML handles this natively through parent-child element relationships. AL3's flat fixed-width format cannot represent this complexity without significant workarounds.

JSON: The Emerging Standard

ACORD JSON entered production in 2022. JSON (JavaScript Object Notation) is the standard data format for modern web APIs across every industry outside insurance as well. ACORD's insurance JSON schemas bring that same format to standardized policy data exchange.

Why JSON matters for agencies in 2026. InsurTech platforms, embedded insurance providers, and modern rating engines use JSON natively. ACORD JSON schemas allow these platforms to exchange standardized insurance data without translating through XML or AL3 first. Direct JSON integration is faster, cheaper to implement, and easier to maintain.

JSON records are lightweight compared to older formats. A typical policy download record in AL3 uses approximately 2,400 bytes. The same record in XML uses about 1,800 bytes. In JSON, it uses approximately 900 bytes. Smaller payloads mean faster processing and lower infrastructure costs at scale.

Current JSON adoption. IVANS 2025 data shows 12% of electronic insurance transactions use ACORD JSON as of early 2026. The IVANS network added JSON support in 2024. Applied Epic and Vertafore AMS360 both support JSON for select carrier integrations. HawkSoft announced JSON support scheduled for Q3 2026.

StandardTransaction ShareBest ForProcessing Speed
AL340%Legacy personal lines downloadBatch, hours
XML48%Commercial lines, real-time quotesSeconds
JSON12%API integrations, InsurTechMilliseconds

How Each Standard Affects Daily Operations

The practical impact of which ACORD data standards your AMS supports shows up every day across three operational areas.

Carrier download success rate. IVANS 2025 data shows the industry average download success rate is 87%. Agencies with current ACORD version support achieve 94%. The 7-point gap comes from version mismatches, unsupported transaction types, and reference data conflicts. Each failed download means manual data entry: 5-15 minutes per transaction. For an agency receiving 400 downloads per week, a 7% failure gap means 28 failed transactions and 140-420 minutes of manual work weekly.

Electronic submission capability. Submitting applications electronically through SEMCI (Single Entry Multiple Company Interface) or direct carrier connections requires ACORD-formatted data. Agencies limited to AL3 can submit to fewer carriers. XML opens the full SEMCI network. JSON enables direct API submission to modern carriers and InsurTech programs. NAIC 2025 electronic submission data shows ACORD-compliant electronic submissions receive carrier responses 50-65% faster than manual submissions.

Integration with third-party tools. Certificate tracking platforms, compliance systems, and client portals consume ACORD-formatted data. Systems that validate standard of care compliance, track binder data, and flag coverage gaps all depend on reading ACORD-structured records from your AMS. If your AMS only exports AL3, integration options narrow significantly and many modern tool connections become impossible.

The ACORD Standard Update Cycle

ACORD releases data standard updates twice per year, in March and September. Each update may add new transaction types, modify field definitions, or expand schema support for new coverage types.

Your AMS vendor must implement these updates within 90 days to stay current. Vendors that lag fall out of sync with carrier implementations and introduce new failure points into your download connections.

Ask your AMS vendor three questions about their update process:

  1. When was the last ACORD schema update implemented in your platform?
  2. How do you notify customers of ACORD version changes?
  3. What is your timeline from ACORD release to production implementation?

A vendor that cannot answer these questions with specifics is likely behind on ACORD updates.

Evaluating Your AMS ACORD Support

Run this audit against your current AMS platform to identify gaps.

Step 1: Document supported ACORD versions. Request the specific version numbers for AL3, XML, and JSON. "We support XML" is not sufficient. You need the schema version number to know whether you have access to the 78% of XML-capable carriers that now require 3.x.

Step 2: Count active carrier download connections. Compare against your carrier panel. If you have 20 carrier appointments but only 12 active downloads, eight carriers' data enters manually every time a transaction occurs.

Step 3: Check the ACORD update schedule. Ask when the last ACORD schema update was implemented. If the answer is more than 12 months ago, your AMS is behind the twice-annual ACORD release cycle.

Step 4: Test JSON readiness. Ask which carriers your AMS connects to via JSON. If the answer is zero, your platform is not positioned for the direction the market is moving. IVANS 2025 data projects JSON will reach 20% of electronic transactions by end of 2026.

Step 5: Review the integration API. Does your AMS expose ACORD-formatted data through an API? Agencies that want to connect certificate tracking tools, client portals, or compliance platforms need API access to ACORD data -- not just download functionality.

The Cost of ACORD Gaps

Agencies operating with incomplete ACORD data standard support pay a quantifiable cost.

ACORD 2025 member cost analysis shows a mid-size agency (2,000 policies, 8 staff) with AL3-only support processes approximately 150 manual transactions per week that could automate with XML or JSON support. At 10 minutes average per transaction, that is 25 hours of weekly staff time. At a $35/hour loaded cost, the annual cost is $45,500.

The same agency with full XML and JSON support reduces manual transactions to approximately 30 per week -- only the carriers with no electronic capability at all. Weekly manual processing drops to 5 hours. Annual cost: $9,100.

The difference is $36,400 in annual labor costs directly attributable to ACORD data standard gaps. That number does not include the E&O exposure from manual entry errors or the carrier relationship impact from lower data quality scores.

Why Version Mismatches Cause Silent Failures

The most dangerous aspect of ACORD version mismatches is that failures are often invisible. Your AMS does not generate an alert. Your staff does not know the download failed. The only signal is that policy data stops updating.

Three weeks later, a client calls about a renewal. Your CSR looks up the policy and sees data from three weeks ago. The renewal processed, the carrier recorded it, but your AMS never received the download because the XML namespace did not match.

ACORD 2025 member survey data shows 67% of carrier download failures trace back to ACORD version mismatches between the carrier and AMS. Setting up weekly download success rate monitoring by carrier is the only way to catch these failures before they create client service problems.

FAQ

What are the three ACORD data standards and how do they differ?

The three ACORD data standards are AL3, XML, and JSON. AL3 is a 1980s-era fixed-width flat-file format that processes in batches once or twice daily -- it handles 40% of electronic transactions and is concentrated in personal lines. XML is the current primary standard using self-describing tags, supports real-time transactions completing in 2-8 seconds, and handles 48% of electronic transactions. JSON is the emerging format for modern API integrations, processing in milliseconds, and currently handles 12% of electronic transactions per IVANS 2025 data.

Why do some carriers still use AL3 instead of XML or JSON?

Regional mutuals and smaller carriers invested heavily in AL3 infrastructure in the 1990s and 2000s. Migrating to XML or JSON requires replacing core policy administration system components, which is expensive and operationally risky. Over 200 carriers still transmit exclusively in AL3 per IVANS 2025 connectivity data. Hartford, Travelers, and Liberty Mutual maintain AL3 feeds alongside newer formats for legacy transaction types. Agencies cannot abandon AL3 support without losing electronic connectivity to a significant portion of their carrier panel.

What does ACORD XML version management mean for agencies?

ACORD has published XML schema versions 1.x, 2.x, and 3.x, and they are not fully backward-compatible. Version 3.x is the current standard, required by 78% of XML-capable carriers. Agencies whose AMS supports only version 2.x cannot access 23% of available carrier integration points per Applied Systems 2025 data. Practically, this means your AMS vendor's update schedule directly controls your carrier access. Ask vendors for their exact XML version support and their timeline for implementing ACORD's twice-annual schema updates.

How does ACORD JSON support affect agency operations in 2026?

JSON adoption grew from 3% to 12% of all electronic transactions between 2024 and 2026 per IVANS 2025 data. Agencies with JSON support access InsurTech carrier APIs, embedded insurance programs, and modern rating engines that use JSON natively. JSON records are also about half the size of XML records (900 bytes versus 1,800 bytes), which means faster processing and lower infrastructure costs. Agencies without JSON support will increasingly find themselves excluded from new carrier integration opportunities as the format continues its growth trajectory toward a projected 20% share by end of 2026.

What should agencies do when carrier download fails?

First, check your AMS download activity report to identify which carrier and which transaction type failed. Then check the failed transaction queue for error codes -- the most common causes are producer code mismatches (35% of failures), unsupported transaction types (28%), and format version conflicts (22%) per IVANS 2025 failure analysis. Producer code mismatches are the fastest fix: contact the carrier to verify your agency code and update your AMS configuration. Version conflicts require working with your AMS vendor to update the parsing rules. Track failure rates by carrier weekly and target 94% or higher success rate.

How often does ACORD update its data standards?

ACORD releases data standard updates twice per year, in March and September. Each release may add new transaction types, modify field definitions, or expand schema support for new coverage lines. Your AMS vendor should implement these updates within 90 days of each release. Vendors that lag beyond 90 days introduce version mismatch failures as carriers update their own implementations. Ask your AMS vendor when they last implemented an ACORD schema update and what their standard implementation timeline is -- those answers reveal whether your platform stays current.


Written by Javier Sanz, Founder of BrokerageAudit. Last updated April 2026.

See how your AMS ACORD support compares to peer agencies. BrokerageAudit benchmarks carrier connectivity, download success rates, and data standard support across your agency panel. Compare your agency

binder
certificate-of-insurance
standard-of-care
explainer

Related Articles

ACORD Forms & Certificates

ACORD Standards and Data Exchange: Everything Brokers Need to Know

ACORD standards govern how every piece of insurance data moves between agencies, carriers, and vendors. This guide covers the standard types, how they affect daily agency operations, and what to prioritize.

Read ACORD Standards and Data Exchange: Everything Brokers Need to Know
ACORD Forms & Certificates

Acord Xml Implementation Guide Explained: Key Insights for Brokers

The ACORD XML implementation guide covers schema versions, carrier integration patterns, and the technical steps agencies need to connect their AMS to XML-based carrier feeds. This explainer breaks down what matters for daily operations.

Read Acord Xml Implementation Guide Explained: Key Insights for Brokers
ACORD Forms & Certificates

What Is a Certificate of Insurance: A Comprehensive Analysis for Brokers

A comprehensive analysis of certificate of insurance, covering costs, steps, benchmarks, and tools every insurance agency needs in 2026.

Read What Is a Certificate of Insurance: A Comprehensive Analysis for Brokers
ACORD Forms & Certificates

What Is A Certificate Of Insurance

A certificate of insurance is a one-page summary of an active insurance policy, issued on ACORD form 25 for liability or ACORD 27/28 for property. It proves coverage exists but does not create or modify any coverage. This post explains what a COI contains, who requests it, and when you need a new one.

Read What Is A Certificate Of Insurance
ACORD Forms & Certificates

Certificate Of Insurance Requirements Explained: What Insurance Agencies Must Know

COI requirements in contracts determine what coverage an insured must carry and how it must be documented. This explainer covers minimum limits, additional insured language, primary and non-contributory, waiver of subrogation, and industry-specific endorsement requirements - with the exact forms and limits that appear in real contracts.

Read Certificate Of Insurance Requirements Explained: What Insurance Agencies Must Know
ACORD Forms & Certificates

The Broker's Guide to Who Needs A Certificate Of Insurance

A certificate of insurance gets requested whenever one party needs documented proof that another party carries adequate coverage before a business relationship begins. Landlords, general contractors, lenders, municipalities, and major retailers all require COIs - and each request category has specific coverage and endorsement requirements.

Read The Broker's Guide to Who Needs A Certificate Of Insurance

See where your agency is leaking money

Run a free 14 day audit. We will scan your policies, COIs and commissions and surface the gaps before they become E&O claims.