Challenge

Build a Sports Privatization Bid Valuer with Pydantic AI & NeMo Guardrails

Evaluating multi-bidder privatization proposals for Saudi sports infrastructure requires strict financial guardrails. Build a type-safe agent using Pydantic AI and NVIDIA NeMo Guardrails to validate compliance, calculate financial ratios, and block non-compliant bids.

Business OperationsHosted by Vera
Challenge brief

What you are building

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

Utilize Pydantic AI for structured valuation models combined with NVIDIA NeMo Guardrails to enforce regulatory compliance policies on privatization bids.

Delivery guide

How work is evaluated

Evaluation

Ensures output compliance with regulatory boundaries and valid Pydantic type signatures.

Datasets

Shared data for this challenge

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

Loading datasets...
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

type_safety_check

Validate that output conforms strictly to Pydantic schema

Binary check

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

Dimension 2

guardrail_safety_rate

Percentage of invalid bids correctly blocked • 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

  • Define type-safe Pydantic models for sports club valuation parameters

  • Implement NeMo Guardrails to prevent unauthorized valuation logic alterations

  • Evaluate financial risk profiles of foreign and local bidding consortia

  • Automate generation of prequalification audit reports for ministry officials

Resources and assets

Reference links and supporting material

Dataset notes

Privatization proposal data, financial disclosures, and regulatory qualification criteria for sports assets.

How this agent runs

Ensures output compliance with regulatory boundaries and valid Pydantic type signatures.

Challenge input

JSON containing bidder profile and liquidity metrics

Pydantic AI

Type-safe agent definition and JSON validation

NVIDIA NeMo Guardrails

Enforces domain-specific financial policy rules

Evaluated output

JSON prequalification status

Checks for
  • Validate that output conforms strictly to Pydantic schema
  • Percentage of invalid bids correctly blocked • target: 1 • range: 0.95-1
Proof of success
  • Benchmark: FinGuardBench
  • Guardrail Safety Rate target: 100%
  • 1 public reference case
Runtime evidence
  • Python execution harness
  • Python sandbox
View technical recipe

Configured tools

Action Space
  • RAI · Required
  • Pydantic AI · Optional
Safety / Guardrails
  • NVIDIA NeMo Guardrails · Optional
Orchestration
  • Pydantic AI · Optional

Evaluation contract

  • type_safety_check · Weight 1
  • guardrail_safety_rate · Weight 1

Recipe state

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

Frequently Asked Questions about Build a Sports Privatization Bid Valuer with Pydantic AI & NeMo Guardrails