Traverse Entities
Entities
Traverse Entities
Navigate entity relationships
POST
Traverse Entities
Documentation Index
Fetch the complete documentation index at: https://docs.debtstack.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Traverse entity relationships to find guarantors, follow ownership chains, and analyze corporate structure. Essential for understanding structural subordination and credit risk.Request
Starting point for traversal.
Relationships to traverse:
guarantees, subsidiaries, parents, debt, borrowersTraversal direction:
outbound, inbound, or bothMaximum traversal depth (1-10).
Filter traversed entities.
Fields to return for each entity.Example:
["name", "entity_type", "jurisdiction", "is_guarantor"]Relationship Types
| Relationship | Direction | Description |
|---|---|---|
guarantees | inbound | Entities that guarantee a bond |
guarantees | outbound | Bonds an entity guarantees |
subsidiaries | outbound | Child entities owned by parent |
parents | outbound | Parent entities (ownership chain) |
debt | outbound | Debt instruments at entity |
borrowers | inbound | Entities that are borrowers |
Examples
Find Bond Guarantors
Response
Full Corporate Structure
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

