Product Updates

Identity Element Velocity (IEV) - Option to Scope to a Specific Workflow

The Identity Element Velocity (IEV) is an Alloy service used in workflows. It is intended to count the number of entities (or evaluations with distinct SSN’s) with a matching subset of PII elements that run through a client’s Alloy account. The goal of this rule is to catch potentially suspicious entities sharing the same PII combinations due to identity theft or fraud.

Some clients may have different workflows set up for different lines of business that are managed by distinct third-party account opening systems. These clients will want to ensure that when a single entity applies for multiple products, the entity is not mistakenly recounted by the IEV rule across workflows as multiple distinct entities.

Previously, the only option for the scope of the IEV count was across all workflows in an account. To address this, when editing a workflow, clients now have the option to scope the IEV count of entities with a matching subset of selected PII elements for a specific workflow. With this scope, an entity is counted in the velocity count if it’s at least been run through the current workflow, even if it has also been run through other workflows as well.

Enhanced Rule Context

All clients will now be able to click into any tags presented on review pages (such as the Evaluations, Application Review, and Transaction Evaluation pages) to see the associated rule logic. By having insight into the specific rule logic that triggered action on the entity, your agents can benefit from a more transparent, contextualized and efficient review.

Transaction Eval UI

Ongoing Monitoring clients will see updates to the Transactions Evaluation page which will provide them with more visibility into transaction-level data to better enable them to navigate and manage reviews more efficiently. To navigate to this page from Case Management, click on the Evaluations icon under the ‘Tags Triggered’ panel to view more details.

Changes include:

  • Detailed transaction summary: access more granular, contextual information based on the payment type, allowing for a deeper understanding of each transaction’s context and history.
  • Overview of the transaction path: illustrates the status of the payment and how the funds have moved from the source account to the counterparty account.
  • Counterparty matches: if you are also utilizing Alloy for counterparty screening, you’ll also be able to view potential watchlist matches related to that transaction and optionally be able to take action on it (i.e. dismiss/suppress or escalate).

Manual review node display enhancements

Clients on Journeys will see an update in how manual review nodes are surfaced in the Journey Application page, to provide better visibility where multiple rounds of review are required.

For any new or existing Journeys built using manual review nodes, the stepper component on the Application review page will display all manual reviews as separate nodes. All review notes will be visible within the individual manual review nodes.

Permissions and Validations for Published Attributes Updates

New levels of permissions and built-in validations are available to set guidelines around how your team interacts with Published Attributes in the Alloy platform. This ensures that only the appropriate Published Attributes can be edited by an agent, and also ensures that certain Published Attributes can be updated only to a value that makes sense.

Admin users are able to set permissions and configurations for editing and updating Published Attributes. Admins are able to:

  • Select which Published Attributes can be updated by agents in the dashboard
  • Set parameters for the set or range of values that can be accepted in a given Published Attribute

All relevant API endpoints have been updated to ensure that “configurable by agents” and “acceptable values” can be set or updated via API as well as via the dashboard.

In addition, built-in validations will display error messages when:

  • An admin attempts to set default values and optional acceptable values that conflict with each other
  • An agent attempts to make an invalid update on a Published Attribute on an entity, i.e. an update that falls outside of the set parameters of the Published Attribute

External Application ID

Clients on Journeys will be able to view and search Applications by an External Application ID, a new, reusable external identifier. This identifier can stand for an Application or multiple Applications that are linked within a client’s account, and it can be associated with any number of Journey Applications within Alloy.

Alloy users will be able to search the Application queue by this external application ID to find all associated Journey Applications in Alloy.

In addition, external_application_id is available via the API as:

  1. An optional request body parameter to existing Journey Applications.
    1. See API documentation:
      1. Create Journey Application
      2. Re-Run Journey Application
  2. As separate Journeys endpoints for clients who would prefer to not have to reference Alloy’s Journey Application tokens.
    1. See API documentation:
      1. Get Latest Journey Application by External Application ID
      2. Update Latest Journey Application by External Application ID
      3. Re-Run Latest Journey Application by External Application ID

New Multi-Level Attribute (MLA): Count of Days

Ongoing clients can use the new Multi-Level Attribute (MLA), Count of Days, to return the number of days for which a set of conditions was true for an entity. This can be used to measure how much an entity’s behavior has been suspicious and deviated from the norm over a given time period.

Example use cases:

  • Calculate the number of days during which an entity transacted over $10,000 in the past week.
  • Calculate the average transaction volumes per day for an entity (the sum of total transactions divided by the count of days in which the entity carried out a transaction).

The Count of Days MLA is available as a filter within the Transaction History service within an Alloy workflow.

Custom Expiration Time for Hosted SDK

Clients can select a custom expiration time for hosted SDK links, in lieu of the default expiration time of two days.

Under SDK Settings in the Alloy Dashboard, scroll to the bottom of the page to see the new setting for adjusting the expiration time of your hosted SDK links.

Learn more about the original release of the Alloy SDK hosted link in our January 2024 change log and the SDK hosted link via API enhancement in our March 2024 change log.

Back