Challenge

Cross-Border LEI Entity Resolution Pipeline with LlamaIndex and Jimdo

Cross-border payments are frequently stalled by disjointed Legal Entity Identifier (LEI) records and unverified corporate hierarchy data. Build an entity resolution pipeline using LlamaIndex RAG agents and Jimdo web tooling to consolidate multi-source entity data and match counterparty identities accurately. Reduce unresolved cross-border entity verification failures to under 2%.

CybersecurityHosted by Vera
Challenge brief

What you are building

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

Construct an automated cross-border entity resolution system using LlamaIndex and Jimdo tools to parse and verify corporate LEI records.

Delivery guide

How work is evaluated

Evaluation

Evaluates accuracy of matching noisy counterparty string inputs to validated LEI entity records.

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

exact_lei_match

Verifies matched LEI string matches target exact LEI

Binary check

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

Dimension 2

resolution_recall

Proportion of valid LEI entities successfully resolved • target: 0.98 • 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

  • Index corporate registry filings and GLEIF records with LlamaIndex vector indices

  • Integrate Jimdo web extraction tools to fetch dynamic company profile web updates

  • Perform fuzzy matching and graph disambiguation on ambiguous legal entity names

  • Generate verifiable entity confidence vectors for payment engine ingestion

Resources and assets

Reference links and supporting material

Dataset notes

Dataset of 500 entity records with simulated corporate typos, variations, and missing address components mapped to standard LEIs.

How this agent runs

Evaluates accuracy of matching noisy counterparty string inputs to validated LEI entity records.

Challenge input

JSON containing entity name, address string, jurisdiction code

LlamaIndex

Primary framework for vector retrieval

Jimdo

Web content and identity signal extraction

Evaluated output

JSON containing matched LEI, canonical name, and match confidence

Checks for
  • Verifies matched LEI string matches target exact LEI
  • Proportion of valid LEI entities successfully resolved • target: 0.98 • range: 0-1
Proof of success
  • Benchmark: EntityRes-Eval
  • Resolution Recall target: 0.98
  • 1 public reference case
Runtime evidence
  • Python execution harness
  • Python sandbox
View technical recipe

Configured tools

Action Space
  • Llama Index · Required
  • LlamaIndex · Optional
  • Jimdo · Optional

Evaluation contract

  • exact_lei_match · Weight 1
  • resolution_recall · Weight 1

Recipe state

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

Frequently Asked Questions about Cross-Border LEI Entity Resolution Pipeline with LlamaIndex and Jimdo