Allianz Trade · Example Payload

Trade Policy Policy Example

Credit InsuranceInsuranceRisk ManagementTrade CreditE-CommerceSurety

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

Top-level fields

policyIdpolicyNumberpolicyHolderNamepolicyTypepolicyStatuscurrencymaxCoverageAmountcoveragePercentagestartDateendDatecountrycreatedAt

Example Payload

Raw ↑
{
  "policyId": "POL-500123",
  "policyNumber": "TC-2026-001",
  "policyHolderName": "Your Company SAS",
  "policyType": "trade_credit",
  "policyStatus": "active",
  "currency": "EUR",
  "maxCoverageAmount": 5000000.0,
  "coveragePercentage": 90,
  "startDate": "2026-01-01",
  "endDate": "2026-12-31",
  "country": "FR",
  "createdAt": "2025-12-01T10:00:00Z"
}