AmlRiskAssessmentDto
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| status | enum | InProgress InReview Completed |
InProgress InReview Completed | ||
| riskLevel | enum | Low Normal High |
Low Normal High | ||
| completedAt | string | |
| createdAt | string | |
| updatedAt | string | |
| notes | string | |
| reviewNotes | string | |
| preparedBy | string | |
| reviewedBy | string | |
| externalUrl | string | |
JSON Example
{
"id": "string",
"status": "InProgress",
"riskLevel": "Low",
"completedAt": "2024-01-01T00:00:00Z",
"createdAt": "2024-01-01T00:00:00Z"
}