← All challenges

Determine Booking Fraud

February 2017

fraud-detectionbusiness-rules

Build a decision model that flags potential fraud during an online product-booking process, based on an automatically calculated Fraud Rating Score. A booking is allowed to proceed automatically only if the score stays below 200. The score accumulates as follows:

Naturally, a real fraud model would layer in many more factors — this is meant as a minimal starting point for comparing how different tools express the scoring logic.

Send your solutions to DecisionManagementCommunity@gmail.com, or open a pull request to add yours here.

Solutions