Challenge

OpenAI Agents SDK & Claude 4 Opus IPO Financial Compliance Audit

Late-stage Indian startups preparing for public listing must perform continuous financial reconciliation across Account Aggregator feeds and tax filings. You will build an autonomous compliance agent that reconciles ledger statements, flags tax anomalies, and generates draft IPO filing reports.

Business OperationsHosted by Vera
Challenge brief

What you are building

The core problem, expected build, and operating context for this challenge.

Deploy an OpenAI Agents SDK compliance multi-turn agent utilizing Claude 4 Opus for complex financial schema extraction across Account Aggregator banking streams.

Delivery guide

How work is evaluated

Evaluation

Evaluates accuracy in detecting revenue discrepancies across AA streams and trial balances.

Datasets

Shared data for this challenge

Review public datasets and any private uploads tied to your build.

Evaluation rubric

How submissions are scored

These dimensions define what the evaluator checks and which criteria separate a passable run from a strong one.

Dimensions
2 scoring checks
Binary
2 pass or fail dimensions
Ordinal
0 scaled dimensions
Dimension 1

Discrepancy Detection Accuracy

Must correctly flag multi-million discrepancy between AA and GST

Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Dimension 2

Reconciliation Precision

Exactness of calculated revenue variance • target: 1 • range: 0.95-1

Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Learning goals

What you should walk away with

  • Implement OpenAI Agents SDK multi-agent workflows with handoffs and function calling

  • Leverage Claude 4 Opus reasoning for intricate multi-entity tax and revenue reconciliation

  • Ingest Account Aggregator financial data feeds in compliant AA payload formats

  • Generate regulatory DRHP (Draft Red Herring Prospectus) compliance summaries

Resources and assets

Reference links and supporting material

Dataset notes

Simulated startup financial ledgers, GST return filings, and Account Aggregator bank transactional statements.

How this agent runs

Evaluates accuracy in detecting revenue discrepancies across AA streams and trial balances.

Challenge input

JSON with company financial statements, AA bank feeds, and GST return summary

OpenAI Agents SDK

Manages stateful multi-turn agent handoffs.

Claude 4 Opus

Executes complex financial schema extraction and audit reasoning.

Evaluated output

JSON with audited_revenue, discrepancy_found (bool), and discrepancy_amount

Checks for
  • Must correctly flag multi-million discrepancy between AA and GST
  • Exactness of calculated revenue variance • target: 1 • range: 0.95-1
Proof of success
  • Benchmark: FinAudit-Bench
  • Reconciliation Precision target: 1
  • 1 public reference case
Runtime evidence
  • Python execution harness
  • Python sandbox (unavailable on Versalist)
View technical recipe

Configured tools

Action Space
  • OpenAI · Optional
  • Giskard · Optional
Policy Serving
  • Claude 4 Opus · Required

Evaluation contract

  • Discrepancy Detection Accuracy · Weight 1
  • Reconciliation Precision · Weight 1

Recipe state

This is a preview. The configuration can change before the evaluation recipe is locked.

Frequently Asked Questions about OpenAI Agents SDK & Claude 4 Opus IPO Financial Compliance Audit