Simulate a supply-chain disruption
simulate_disruptionRemove one company, every company in one country, or every company in one segment from the documented supply graph and report the blast radius: which companies lose a documented supplier, how many alternative suppliers they retain in the same subsegment, and which are left with zero documented alternative (ranked first). This is a documented-edge simulation, not a forecast — see the caveat field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of affected companies to return, zero-alternative ones first (1-100, default 20). | |
| country | No | Remove every company headquartered in this country (case-insensitive exact match, e.g. 'Taiwan'). | |
| segment | No | Remove every company in this taxonomy segment id (see get_segments). | |
| company_id | No | Remove a single company by id, name, or ticker. Exactly one of company_id/country/segment is required. |