board_interlock_path
Trace the interlocking director chain between two companies to identify the bridging director(s) per hop.
Instructions
Name the director(s) who bridge two companies' boards.
Walks the persisted SHARES_DIRECTOR edge, returning the alternating company chain and the bridging director(s) per hop. Abstains when no shared-director path exists within max_hops.
Read the bridging director, not the path's existence. In this dataset every well-connected pair of companies is linked within 4 hops (measured), so "are these boards connected?" is essentially always yes and carries no information. The useful output is who the named connector is, and how short the link is.
Example: board_interlock_path("AAPL", "JPM") -> AAPL — JPM via BELL JAMES A (1 hop).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_hops | No | ||
| to_company | Yes | ||
| from_company | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||