# Counterparty Risk Rollup for Siemens AG

**Use case:** 

Get a comprehensive risk analysis for Siemens AG, including sanctions, litigation history, legal status, and hiring signals in one detailed report.

## Input

```json
{
  "companies": [
    "Siemens AG"
  ],
  "checks": [
    "sanctions",
    "registry",
    "litigation",
    "hiring"
  ],
  "jurisdictionHint": "GB",
  "companyDomains": {},
  "maxConcurrency": 3
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "text"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "riskScore": {
    "label": "Risk score",
    "format": "number"
  },
  "riskLevel": {
    "label": "Risk level",
    "format": "text"
  },
  "sanctionsHit": {
    "label": "Sanctions hit",
    "format": "boolean"
  },
  "registry": {
    "label": "Registry",
    "format": "object"
  },
  "litigation": {
    "label": "Litigation",
    "format": "object"
  },
  "hiring": {
    "label": "Hiring",
    "format": "object"
  },
  "checksRun": {
    "label": "Checks run",
    "format": "array"
  },
  "checksFailed": {
    "label": "Checks failed",
    "format": "array"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Counterparty Risk Rollup — Sanctions, Courts, Registry, Hiring](https://apify.com/zinin/counterparty-risk-rollup) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/counterparty-risk-rollup) to learn more, explore other use cases, and run it yourself.