AIG · Example Payload

Aig Insurance Policy Example

InsuranceFinancial ServicesProperty CasualtyCyber InsuranceEnterpriseFortune 100

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

Top-level fields

policy_numberpolicy_typeinsured_nameeffective_dateexpiration_datepremiumcoverage_limitdeductiblestatus

Example Payload

aig-insurance-policy-example.json Raw ↑
{
  "policy_number": "AIG-GL-2024-001234",
  "policy_type": "Commercial General Liability",
  "insured_name": "Acme Corporation",
  "effective_date": "2024-01-01",
  "expiration_date": "2025-01-01",
  "premium": 125000.0,
  "coverage_limit": 5000000.0,
  "deductible": 50000.0,
  "status": "Active"
}