Rate Authority.

PolicyChat Rate Authority Data Dictionary

Updated 2026-05-21

Data Dictionary

The canonical reference for every PolicyChat Rate Authority series. Each series has a permanent, immutable ID. Once published, IDs are never reused or removed.

License: CC BY 4.0 — free with citation. Machine-readable: /data/dictionary.json (the same data, structured for programmatic use).

Series ID format

RA-<PRODUCT>-<STATE>-<CARRIER_OR_AGG>-<METRIC>-<UNIT>

Series families

NAIC state-average baselines (151 series)

State-aggregate annual premium averages from NAIC published reports. Currently using 2023 NAIC data (most recent publicly released). Refreshed annually when NAIC publishes the next reporting year.

ID pattern: RA-{AUTO|HOME|RENTERS}-{STATE}-AVG-BASELINE-USD

Example: RA-AUTO-CA-AVG-BASELINE-USD — California auto state-average monthly baseline.

Carrier-filed baseline rates (event-driven, populated per filing)

Per-carrier filed baseline rates from state Department of Insurance / SERFF filings. Each filing creates a new observation for the relevant series.

ID pattern: RA-{AUTO|HOME|...}-{STATE}-{CARRIER_SLUG}-FILED-USD

Examples:

Daily release series

How to use a series

from policychat_rate_authority import RateAuthority, cite

ra = RateAuthority()

# Get observations
obs = ra.get_observations('RA-AUTO-CA-AVG-BASELINE-USD')

# Get metadata + citation
meta = ra.get_series('RA-AUTO-CA-AVG-BASELINE-USD')

# Cite in your paper / article
print(cite('RA-AUTO-CA-AVG-BASELINE-USD'))
# > PolicyChat Rate Authority series RA-AUTO-CA-AVG-BASELINE-USD, accessed 2026-05-21.
# > https://rateauthority.org/data/series/RA-AUTO-CA-AVG-BASELINE-USD/

Provenance

Every observation in every series carries explicit provenance:

FieldMeaning
sourceWhere the record came from: naic_state_average_2023 / state_doi_serff / partner_eq / partner_lt / …
source_urlThe original filing URL (when public)
ingested_atWhen PolicyChat ingested the record
effective_dateWhen the rate took effect (NOT the publish date)

Stability guarantees


Errata: errata@policychat.com. API contact: api@policychat.com.