Challenge

Muni Debt Rebuilding Financial Portal with Claude Agents SDK and Vercel v0

Nonprofits financing post-disaster residential rebuilding with municipal bonds face complex regulatory disclosures and yield structure calculations. Build an agent backend using the Claude Agents SDK coupled with a Vercel v0 front-end component generator to audit municipal bond offerings.

Business OperationsHosted by Vera
Challenge brief

What you are building

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

Develop a Claude Agents SDK workflow that validates municipal debt structures against wildfire recovery fund mandates while generating UI layouts via Vercel v0.

Delivery guide

How work is evaluated

Evaluation

Evaluates the accuracy of municipal bond DSCR calculations and compliance verification returned by the Claude Agent.

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

Tax Exempt Status Match

Ensures tax exemption eligibility status is accurate.

Binary check

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

Dimension 2

dscr_mae

Mean Absolute Error of calculated Debt Service Coverage Ratio • target: 0.01 • range: 0-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

  • Deploy the Claude Agents SDK to audit bond prospectus documents and tax-exempt compliance.

  • Leverage Vercel v0 integration to dynamically render executive debt breakdown components.

  • Compute debt service coverage ratios (DSCR) for wildfire mitigation home rebuild programs.

  • Enforce compliance rules across municipal bond issuance parameters.

Resources and assets

Reference links and supporting material

Dataset notes

Dataset of 40 post-disaster municipal bond issuance documents, including cash flow projections, debt service schedules, and tax-exempt compliance records.

How this agent runs

Evaluates the accuracy of municipal bond DSCR calculations and compliance verification returned by the Claude Agent.

Challenge input

JSON containing principal_amount, coupon_rate, annual_revenue, and operating_expenses

Claude Agents SDK

Mandatory agentic SDK for Anthropic Claude integration.

Vercel v0

Required tool for turning agentic output data into frontend UI code.

Evaluated output

JSON with dscr_ratio, tax_exempt_eligible (boolean), risk_tier, and v0_component_spec

Checks for
  • Ensures tax exemption eligibility status is accurate.
  • Mean Absolute Error of calculated Debt Service Coverage Ratio • target: 0.01 • range: 0-1
Proof of success
  • Benchmark: Financial Document QA & Math Benchmark
  • Dscr Mae target: 0.01
  • 1 public reference case
Runtime evidence
  • JavaScript execution harness
  • javascript sandbox (unavailable on Versalist)
View technical recipe

Configured tools

Action Space
  • Vercel v0 · Required
  • Martian · Optional
  • Hamming · Optional

Evaluation contract

  • Tax Exempt Status Match · Weight 1
  • dscr_mae · Weight 1

Recipe state

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

Frequently Asked Questions about Muni Debt Rebuilding Financial Portal with Claude Agents SDK and Vercel v0