Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

S222em/Algorithm-for-fraude-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm for fraud control

This algorithm is designed to detect deviations in the amount of transactions and the revenue for a given day. To do this, the normal distrubition is used to determine whether something is a deviation. The finished product is Concept5, and is used by default.

This was made for an assignment by pay.nl.

Requirements

This project was built with PHP 8.1, but older versions may work as well

Dataset

The dataset is not included due to privacy concerns. Below is an instruction to create your own.

img.png

The algorithm runs all sheets present in the file.

Running the algorithm

$ composer install

Make sure you have your dataset in the project folder as data.xlsx before running the below command

$ php index.php

After the process exits the Excel file can be opened to review the results.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages