FactoryRiskProfileScoreDataScore
labelData object[]nullable
Risk label of the factory
Array [
label stringnullable
Type of label
Example:
Manual
labelValue stringnullable
Value of label
Example:
Low
reasonCode stringnullable
The selected Top Reason Code when changing Factory Risk Configuration Mode to Manual
Example:
Others - mandatory to fill in comments
reasonType stringnullable
The selected Top Reason Type when changing Factory Risk Configuration Mode to Manual
Example:
Others
]
processComputedDate datenullable
The last activity date of the score for either FRP score update or risk label/configuration change
Example:
2022-06-28
score numbernullable
Factory risk score
Example:
10.5
FactoryRiskProfileScoreDataScore
{
"labelData": [
{
"label": "Manual",
"labelValue": "Low",
"reasonCode": "Others - mandatory to fill in comments",
"reasonType": "Others"
}
],
"processComputedDate": "2022-06-28",
"score": 10.5
}