Skip to content

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.

{
"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": []
}
]
}
FieldTypeDescription
typestringResult discriminator. Always analysis.screen.result.
riskScoreintegerOverall compliance risk score from 0 to 100.
findingsFinding[]List of compliance findings, ordered by severity. May be empty for low-risk content.
FieldTypeDescription
prioritystringSeverity level. p1: blocking, p2: material, p3: advisory.
titlestringConcise name of the compliance finding.
detailsstringExplanation of the concern, applicable regulation, and risk.
citationsRegulation Citation Object[]Regulatory source excerpts supporting the finding.