Skip to main content
  • 476 Updates

Screening – Updated

Added fields to support implementation of Alias Screening. There are no breaking changes here, so adapter implementations will continue to work as normal without the need of making any change. Affected Endpoints​ POST /screeningreceptor/api/receptor Added entityAliasId to ExternalIdDto. If not using AliasScreening, entityAliasId should be always set to PrimaryName (null will default to PrimaryName). Renamed AliasDto to MatchDataAliasDto for aliasesList in MatchDataDto (this is not considered a breaking change as only the name of the model was changed). Added externalIds and entityAliasIds to MatchDataDto and set externalId as obsolete, since it will be removed in the future. If not using AliasScreening, entityAliasId should be always set to PrimaryName (null will default to PrimaryName). POST /{anyScreeningAdapter}/api/screen Added entityAliases to ScreenRequestEntityDto. Only needed for providers that want to support AliasScreening. Added entityAliases to OverriddenBatchEntityDto. Only needed for providers that want to support AliasScreening. POST /{anyScreeningAdapter}/api/resolvematches Added entityAliasId to ExternalIdDto (batchExternalIds and entities.externalIds). If not using AliasScreening, entityAliasId should be always set to PrimaryName (null will default to PrimaryName). Added entityAliasIds to ResolveMatchesRequestEntityDto. Only needed for providers that want to support AliasScreening. Added externalIds and entityAliasIds to ResolveMatchesRequestMatchDataDto and set externalId as obsolete, since it will be removed in the future. If not using AliasScreening, entityAliasId should be always set to PrimaryName (null will default to PrimaryName). POST /{anyScreeningAdapter}/api/ongoingscreening Added entityAliasesForEnable to OngoingScreeningRequestDto. Only needed for providers that want to support AliasScreening. POST /{anyScreeningAdapter}/api/ongoingscreeningupdate Added entityAliases to OngoingScreeningUpdateRequestDto. Only needed for providers that want to support AliasScreening. GET /screeningquery/api/batch/{id}, GET /screeningquery/api/batch/journey/{journeyId}, GET /screeningquery/api/batch/journey/{journeyId}/process/{processId} Added entityAliases to BatchEntitySearchDto. Added entityAliasId to ExternalIdDto. GET /screeningquery/api/batch/{batchId}/entity, GET /screeningquery/api/batch/{batchId}/entity/{entityId} Added entityAliases to BatchEntityDto. Added entityAliasId to ExternalIdDto. GET /screeningquery/api/batch/{batchId}/entity/{entityId}/match, GET /screeningquery/api/batch/{batchId}/entity/{entityId}/match/{matchId} Added entityAliasIds to MatchDto. Added externalIds to MatchDataDto. Renamed AliasDto to MatchDataAliasDto for aliasesList in MatchDataDto (this is not considered a breaking change as only the name of the model was changed). GET /screeningquery/api/entity/{entityId}, POST /screeningquery/api/entity/getentitieslist Added entityAliases to ScreeningEntityDto.

Related products:Fenergo API

Alerts Integrated Workflow

Alerts Integrated Workflow - new alerts workflow using Fenergo Alert Object, new Alerts Dashbaord with associated alerts permissions set. Configurable Alert journey. Transaction and alerts view from Entity Profile. Alert Dashboard​ New Alert dashboard available for users with the Alert Access permission. Here users can see "All Alerts" or "My Alerts". Actions on this dashboard include Alert Assignment or Unassignment, Alert group creation and bulk operations. This dashboard shows the relevant details for the alert, including Alert Id,status, Main Entity, Business rule,Created Date, Assignee, Previous Assessment, no. of transactions and Total Monitoring Amount. Alert Assessment Journey​ New Journey type which can be configured with Alert Assessment tasks which will allow permissioned users to assess transactions contained in an alert. The new journey should be configured using relevant Alert Scoping conditions and Alert relevant event triggers. Alert Assessment Task​ New Alert Assessment task, once an Alert is assigned to the relevant team member they can assess the alert from this task. This task will show an Alert details summary and the transactions that are contained in this alert. Transactions can be assessed using the configurable AlertsAssessmentCategory/AlertsAssessmentOutcome lookup. Transactions details can be access from the transaction id link. Assessment comments and documents can be added, assessment can be submitted. Entity Transactions in CLM​ Transactions are available from the Entity Profile Page with the correct "Entity Profile Transaction View" permission. This will include all transactions for an entity. Entity Alerts​ Alerts are available from the Entity Profile Page. Entity Whitelisting​ Whitelisting a combination of Entity, counterparty and business rule for a set period of time, an alert will be trigger but flagged with status Whitelisted. An assessment journey will not be triggered for these as investigation is not required. Event Ingress, external Alerts​ Alerts with transactions can be triggered from the API using event ingress.

Related products:Transaction Monitoring