ACORD · Example Payload

Acord Policy Example

ClaimsInsurancePolicyStandardsUnderwriting

Acord Policy Example is an example object payload from ACORD, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

policyIdpolicyNumberlineOfBusinessstatuseffectiveDateexpirationDatepremiumAmountcurrencyinsuredPartycoveragesendorsementscreatedAtupdatedAt

Example Payload

Raw ↑
{
  "policyId": "500123",
  "policyNumber": "POL-2025-001234",
  "lineOfBusiness": "PropertyCasualty",
  "status": "Active",
  "effectiveDate": "2025-03-15",
  "expirationDate": "2025-03-15",
  "premiumAmount": 5000.0,
  "currency": "USD",
  "insuredParty": "sample-value",
  "coverages": [
    "sample-value"
  ],
  "endorsements": [
    "sample-value"
  ],
  "createdAt": "2025-03-15T14:30:00Z",
  "updatedAt": "2025-03-15T14:30:00Z"
}