Case Study

How Aseel reduced onboarding time by more than 87% using FOCAL

7.5x

Faster Onboarding 
Time

14.45K

Hours of Manual 
Checks Save

+250%

Increase in Customer Onboarded

Download the Complete Case Study

Company URL
investaseel.sa
Headquater
Riyadh, Saudi Arabia
Industry
FinTech
Founded In
2021
Number Of Users
200K-250K
Platform
Mobile Application

Other Case Studies

November, 2023

The 3 Stages of Money Laundering: Reducing Risk in GCC & MENA Regions

Use AI for seamless user ID verification, enabling faster onboarding, reduced fraud, and an enhanced customer experience.

Martin Luther King
Operations
5min read
February 20, 2024

The 3 Stages of Money Laundering: Reducing Risk in GCC & MENA Regions

Use AI for seamless user ID verification, enabling faster onboarding, reduced fraud, and an enhanced customer experience.

Martin Luther King
Operations
5min read
February 20, 2024

The 3 Stages of Money Laundering: Reducing Risk in GCC & MENA Regions

Use AI for seamless user ID verification, enabling faster onboarding, reduced fraud, and an enhanced customer experience.

Martin Luther King
Operations
5min read
Case Study
November, 2023
The 3 Stages of Money Laundering: Reducing Risk in GCC & MENA Regions
Report
November, 2023
The 3 Stages of Money Laundering: Reducing Risk in GCC & MENA Regions
Case Study
November, 2023
The 3 Stages of Money Laundering: Reducing Risk in GCC & MENA Regions
Report
November, 2023
The 3 Stages of Money Laundering: Reducing Risk in GCC & MENA Regions
Report
November, 2023
The 3 Stages of Money Laundering: Reducing Risk in GCC & MENA Regions
document.addEventListener('DOMContentLoaded', function() { const article = document.getElementById("single-article"); const tocContainer = document.getElementById("toc"); // Create the TOC const createTOC = () => { const headings = article.querySelectorAll("h2, h3, h4"); const tocFragment = document.createDocumentFragment(); headings.forEach((heading) => { const title = heading.textContent.trim(); const anchorId = `toc-${title.toLowerCase().replace(/\s+/g, '-')}`; heading.id = anchorId; const li = document.createElement("li"); const anchor = document.createElement("a"); anchor.textContent = title; anchor.href = `#${anchorId}`; li.appendChild(anchor); tocFragment.appendChild(li); }); const ul = document.createElement("ul"); ul.appendChild(tocFragment); tocContainer.appendChild(ul); }; // Check if the TOC container exists and the article has headings if (tocContainer && article) { createTOC(); } const tocItems = document.querySelectorAll('#toc a'); const observer = new IntersectionObserver(entries => { entries.forEach(entry => { const id = entry.target.getAttribute("id"); if (entry.isIntersecting) { document.querySelectorAll(".active").forEach((z) => { z.classList.remove("active"); }); document.querySelector(`a[href="#${id}"]`).classList.add("active"); } }); }, { rootMargin: '0px 0px -50% 0px' }); article.querySelectorAll("h2, h3, h4").forEach(function(heading) { observer.observe(heading); }); });