The Screen Analysis Result Object
The screen analysis result object is returned as result on a succeeded screen_analysis Job Object. It contains the overall risk score and compliance findings supported by regulatory citations.
Object Shape
Section titled “Object Shape”{ "type": "analysis.screen.result", "riskScore": 75, "findings": [ { "priority": "p1", "title": "Missing provisional credit disclosure", "details": "The content states that provisional credit cannot be provided until the investigation is completed...", "citations": [] } ]}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
type | string | Result discriminator. Always analysis.screen.result. |
riskScore | integer | Overall compliance risk score from 0 to 100. |
findings | Finding[] | List of compliance findings, ordered by severity. May be empty for low-risk content. |
Finding
Section titled “Finding”| Field | Type | Description |
|---|---|---|
priority | string | Severity level. p1: blocking, p2: material, p3: advisory. |
title | string | Concise name of the compliance finding. |
details | string | Explanation of the concern, applicable regulation, and risk. |
citations | Regulation Citation Object[] | Regulatory source excerpts supporting the finding. |