Allianz · JSON Structure

Api Connect Certificate Of Currency Structure

Insurance Certificate of Currency confirming active coverage

Type: object Properties: 10
Financial ServicesInsuranceAsset Management

CertificateOfCurrency is a JSON Structure definition published by Allianz, describing 10 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

certificate_id policy_number insured_name product_type coverage_start coverage_end sum_insured currency issued_at download_url

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/allianz-docs/refs/heads/main/json-structure/api-connect-certificate-of-currency-structure.json",
  "description": "Insurance Certificate of Currency confirming active coverage",
  "properties": {
    "certificate_id": {
      "type": "string",
      "description": "Unique identifier for the certificate",
      "example": "cert-500123"
    },
    "policy_number": {
      "type": "string",
      "description": "Policy number the certificate relates to",
      "example": "ALZ-2026-500567"
    },
    "insured_name": {
      "type": "string",
      "description": "Name of the insured party",
      "example": "Jane Smith"
    },
    "product_type": {
      "type": "string",
      "description": "Insurance product type",
      "example": "home"
    },
    "coverage_start": {
      "type": "date",
      "description": "Coverage start date",
      "example": "2026-01-01"
    },
    "coverage_end": {
      "type": "date",
      "description": "Coverage end date",
      "example": "2027-01-01"
    },
    "sum_insured": {
      "type": "double",
      "description": "Total sum insured amount",
      "example": 750000.0
    },
    "currency": {
      "type": "string",
      "description": "Currency code for the sum insured",
      "example": "AUD"
    },
    "issued_at": {
      "type": "datetime",
      "description": "Timestamp when the certificate was issued",
      "example": "2026-04-19T10:30:00Z"
    },
    "download_url": {
      "type": "uri",
      "description": "URL to download the certificate as a PDF document",
      "example": "https://api.allianz.com.au/v1/certificates/cert-500123/download"
    }
  },
  "name": "CertificateOfCurrency"
}