Scoring Models

Automatically score and classify verification results based on your own risk rules

Scoring Models let you define automatic risk scoring rules for your verification results. Instead of reviewing every document manually, you can set up rules that assign a score to each session or document β€” and then classify that score into risk tiers (e.g. low risk, medium risk, high risk).

This is particularly useful for high-volume use cases where you need to prioritise which cases need attention and which can be auto-approved.

Scoring models list

How scoring works

A scoring model has two parts:

  1. Rules β€” conditions that add or subtract points based on data in the session
  2. Risk tiers β€” point ranges that correspond to a risk label (e.g. 0–30 = low risk, 31–70 = medium risk, 71–100 = high risk)

When a session is evaluated, the model calculates the total score by applying all matching rules, then assigns the session to the corresponding risk tier.


Creating a scoring model

From the sidebar, go to Studio β†’ Scoring, then click "Create model" in the top-right corner.

Give your model a name, then switch between the two tabs to configure rules and risk tiers.


Scoring Rules

The Rules tab is where you define what earns (or costs) points.

Each rule follows an IF / THEN structure:

  • If a field (e.g. "Country of Origin") equals a certain value (e.g. "Afghanistan")
  • Then add (or subtract) a number of points
Scoring model rules editor

Rule structure

PartDescription
IfThe field to evaluate (e.g. Country of Origin, KYC result, nationality…)
IsThe comparison operator (equals, not equals, greater than…)
ValueThe value to compare against
ThenThe action: add or subtract points
PointsThe number of points to award or deduct

Click "+ Add rule" to add as many rules as you need.


Risk Tier Evaluation

The Risk Assessment tab defines the score ranges and their corresponding risk labels.

Scoring model risk tiers

Each tier has:

FieldDescription
Risk TitleThe name of the risk level (e.g. "High Risk", "Low Risk", "Medium Risk")
Min PointsThe minimum score for this tier
Max PointsThe maximum score for this tier

Click "+ Add level" to add more tiers.

Example configuration:

TierMinMax
Low Risk030
Medium Risk3170
High Risk71100

Activating and saving a model

Once your model is configured, click "Save and Publish" to save. You can also toggle the model Active / Inactive using the button in the top bar.

Only active models are applied to new sessions.


Tips

  • Start with a simple model with a few key rules, then refine it based on real data.
  • You can have multiple models β€” for example, one for individual KYC and one for company KYB.
  • Rules are evaluated cumulatively β€” a session can match multiple rules and accumulate points from all of them.
  • If two tiers have overlapping ranges, the first matching tier wins. Make sure your tiers are mutually exclusive (no overlap).