Back to evaluations
Public evaluation

SimulatedClientVetting

The evaluation will focus on the agent system's ability to accurately and securely execute a series of simulated financial tasks, adhere to compliance rules, and demonstrate robustness under varying conditions. Ax will be used to track success rates and decision quality.

Evaluation type
task based
Challenge
Secure Enterprise Financial Automation
Difficulty
Advanced
Rigor
Unspecified

Evaluation overview

How the linked challenge is judged: tasks, benchmarks, and criteria count.

Tasks
2
Benchmarks
0
Criteria
0

Task templates

Inputs and expected outputs.

Task 1

SimulatedClientVetting

Evaluate the agent's capability to process a client onboarding request, verify provided information against a mock database, and flag potential compliance issues.

Input format

{'client_id': 'string', 'name': 'string', 'address': 'string', 'employment': 'string', 'financial_history': 'list'}

Output format

{'status': 'string', 'compliance_flags': 'list', 'summary': 'string'}

Task 2

SimulatedTradeExecution

Assess the agent's ability to execute a hypothetical stock trade given market conditions and risk parameters, using a mock trading API and Groq Cloud for price analysis.

Input format

{'trade_id': 'string', 'symbol': 'string', 'quantity': 'integer', 'max_price': 'float', 'risk_tolerance': 'string'}

Output format

{'status': 'string', 'executed_price': 'float', 'message': 'string'}