This model provides the report of the sanctions assessment outcome.
Holds a point-to-point unique message identification string as well as a message's creation date time.
The date and time at which the message was created, in senders local timezone or UTC. The date must be formatted as defined by date-time in RFC3339
A list of key-value pairs to support adding any supplementary/additional data to an Electrum Regulated Payments API message.
Holds a point-to-point unique message identification string as well as a message's creation date time.
The date and time at which the message was created, in senders local timezone or UTC. The date must be formatted as defined by date-time in RFC3339
Holds a series of identifiers to identify the transaction or an individual message that is part of a transaction.
Unique identification, as assigned by the initiating party, to unambiguously identify the transaction. This identification is passed on, unchanged, throughout the entire end-to-end chain. Note: this is distinct from the UETR.
Unique identification, as assigned by an instructing party for an instructed party, to unambiguously identify the instruction. The instruction identification is a point to point reference that can be used between the instructing party and the instructed party to refer to the individual instruction. It can be included in several messages related to the instruction.
Unique identification, as assigned by the first instructing agent, to unambiguously identify the transaction that is passed on, unchanged, throughout the entire interbank chain. Usage: The transaction identification can be used for reconciliation, tracking or to link tasks relating to the transaction on the interbank level. Usage: The instructing agent has to make sure that the transaction identification is unique for a pre-agreed period.
The latest point the outcome of the sanctions assessment has changed. The date must be formatted as defined by date-time in RFC3339
The outcome of the performed sanctions assessment.
Indicates the outcome of the sanctions assessment of the submitted payment instruction.
ALLOWED: Message is allowed to continue along the normal flow.BLOCKED: Message must be blocked.PENDING: The sanctions assessment is still being processed.ERROR: An error occurred while performing the sanctions check for this request and the request is unable to be processed further.
Provide the reason for the outcome of the sanctions assessment of the submitted payment instruction.
SYSTEM_PROCESSING: The system is performing automated screening on the sanction request.USER_INVESTIGATION_UNDERWAY: A user is performing manual screening on the sanction request.NO_SCREENING_REQUIRED: No screening for the message was required, thus the message was ALLOWED.SCREENED_NO_ALERT: Screening took place but no alert was triggered.SCREENED_NON_BLOCKING_ALERT: Screening took place and an alert was triggered, but the alert did not block the transaction.INVESTIGATION_RESULT: Screening took place and an alert was triggered to require user investigation. The outcome was then decided by the user.ERROR_PROCESSING_REQUEST: An error occurred while performing the sanctions check for this request.
{ "messageIdentifiers": { "creationDateTime": "2019-08-24T14:15:22Z", "messageIdentification": "string" }, "supplementaryData": { "property1": "string", "property2": "string" }, "originalMessageIdentifiers": { "creationDateTime": "2019-08-24T14:15:22Z", "messageIdentification": "string" }, "transactionIdentifiers": { "endToEndIdentification": "string", "instructionIdentification": "string", "transactionIdentification": "string", "uetr": "string" }, "lastUpdated": "2019-08-24T14:15:22Z", "schema": "SanctionsAssessmentReport", "status": { "outcome": "ALLOWED", "reasonCode": "SYSTEM_PROCESSING", "reasonDescription": "string" } }