I'm developing a real-time fraud detection system for a bank. The job of this fraud detection system is to decide whether the incoming transaction is fraud or not. The system has no interaction with the banking customer. The fraud detection system has use cases like capture incoming transaction data, calculate the risk level of the transaction, etc.
How to draw a use case diagrams for this type of a situation?