ACORD · Example Payload

Ngds Policy Request Example

ClaimsInsurancePolicyStandardsUnderwriting

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

Top-level fields

lineOfBusinesseffectiveDateexpirationDatepremiumAmountcurrencyinsuredPartycoverages

Example Payload

Raw ↑
{
  "lineOfBusiness": "PropertyCasualty",
  "effectiveDate": "2025-03-15",
  "expirationDate": "2025-03-15",
  "premiumAmount": 5000.0,
  "currency": "USD",
  "insuredParty": "sample-value",
  "coverages": [
    "sample-value"
  ]
}