ComplianceResult

data class ComplianceResult(val aml: List<ComplianceScreeningResult>? = null, val tr: List<ComplianceScreeningResult>? = null, val amlList: List<ComplianceScreeningResult>? = null, val status: ComplianceResult.Status? = null, val amlRegistration: List<AmlRegistrationResult>? = null)

Created by Fireblocks Ltd. on 07/10/2024.

The result of the Compliance AML/Travel Rule screening.

Parameters

aml

The end result of the AML screening. See ComplianceScreeningResult

tr

The result of the Travel Rule screening. See ComplianceScreeningResult

amlList

The list of all results of the AML screening. See ComplianceScreeningResult

status

Status of compliance result screening.

amlRegistration

The results of the AML address registration.See AmlRegistrationResult

Constructors

Link copied to clipboard
constructor(aml: List<ComplianceScreeningResult>? = null, tr: List<ComplianceScreeningResult>? = null, amlList: List<ComplianceScreeningResult>? = null, status: ComplianceResult.Status? = null, amlRegistration: List<AmlRegistrationResult>? = null)

Types

Link copied to clipboard
enum Status : Enum<ComplianceResult.Status> , UnknownEnum

Status of compliance result screening.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard