Allianz Trade · JSON Structure

Trade Policy Joint_Insured Structure

A joint insured entity registered under a policy

Type: object Properties: 6
Credit InsuranceInsuranceRisk ManagementTrade CreditE-CommerceSurety

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

Properties

jointInsuredId policyId companyName registrationNumber country status

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api.allianz-trade.com/structures/trade-policy-joint_insured-structure.json",
  "title": "JointInsured",
  "type": "object",
  "description": "A joint insured entity registered under a policy",
  "properties": {
    "jointInsuredId": {
      "type": "xs:string",
      "description": "Unique identifier for the joint insured"
    },
    "policyId": {
      "type": "xs:string",
      "description": "Parent policy identifier"
    },
    "companyName": {
      "type": "xs:string",
      "description": "Legal name of the joint insured company"
    },
    "registrationNumber": {
      "type": "xs:string",
      "description": "Company registration number"
    },
    "country": {
      "type": "xs:string",
      "description": "ISO 3166-1 alpha-2 country code"
    },
    "status": {
      "type": "xs:string",
      "description": "Current status of the joint insured"
    }
  }
}