Allianz Trade · JSON Structure

Trade Company Grade Company_Grade Structure

A company creditworthiness grade from Allianz Trade

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

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

Properties

gradeId policyId companyName companyRegistrationNumber country grade gradeScore currency creditLimit requestedCreditLimit validUntil gradedAt

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-company-grade-company_grade-structure.json",
  "title": "CompanyGrade",
  "type": "object",
  "description": "A company creditworthiness grade from Allianz Trade",
  "properties": {
    "gradeId": {
      "type": "xs:string",
      "description": "Unique identifier for the company grade"
    },
    "policyId": {
      "type": "xs:string",
      "description": "Trade credit insurance policy identifier"
    },
    "companyName": {
      "type": "xs:string",
      "description": "Name of the graded company"
    },
    "companyRegistrationNumber": {
      "type": "xs:string",
      "description": "Official company registration number"
    },
    "country": {
      "type": "xs:string",
      "description": "ISO 3166-1 alpha-2 country code"
    },
    "grade": {
      "type": "xs:string",
      "description": "Creditworthiness grade letter"
    },
    "gradeScore": {
      "type": "xs:integer",
      "description": "Numeric score underlying the grade (0-100)"
    },
    "currency": {
      "type": "xs:string",
      "description": "ISO 4217 currency code"
    },
    "creditLimit": {
      "type": "xs:decimal",
      "description": "Approved credit limit amount"
    },
    "requestedCreditLimit": {
      "type": "xs:decimal",
      "description": "Originally requested credit limit"
    },
    "validUntil": {
      "type": "xs:string",
      "description": "Date until which the grade is valid"
    },
    "gradedAt": {
      "type": "xs:string",
      "description": "Timestamp when the grade was issued"
    }
  }
}