Skip to main content
POST
Traverse Entities

Overview

Traverse entity relationships to find guarantors, follow ownership chains, and analyze corporate structure. Essential for understanding structural subordination and credit risk.

Request

object
required
Starting point for traversal.
array
required
Relationships to traverse: guarantees, subsidiaries, parents, debt, borrowers
string
default:"outbound"
Traversal direction: outbound, inbound, or both
integer
default:"1"
Maximum traversal depth (1-10).
object
Filter traversed entities.
array
Fields to return for each entity.Example: ["name", "entity_type", "jurisdiction", "is_guarantor"]

Relationship Types

Examples

Find Bond Guarantors

Response

Full Corporate Structure

Response:

Filter by Entity Type

Only get operating companies:

Use Cases

Check for Parent Guarantee

Find All Debt Issuers

Notes

  • Maximum depth is 10 levels
  • Credit cost: 3 credits per request
  • Large corporate structures may return many entities
  • Use filters to reduce response size