List the charges (mortgages, secured debt) registered against a company
get_chargesRetrieve registered charges (mortgages, pledges, security interests) against a company by jurisdiction and company ID. Returns charge status, classification, dates, and lender details for security-interest analysis.
Instructions
Return charges (mortgages, fixed and floating charges, pledges, security interests) registered against a company. Primary tool for security-interest and lender analysis.
Each charge has charge_id, status (outstanding / satisfied / part-satisfied), classification (e.g. 'fixed charge', 'floating charge', 'pledge on share stake'), created_on, satisfied_on if applicable, and persons_entitled (lenders / chargeholders). Raw upstream fields come through verbatim under jurisdiction_data. Returns an empty list (not an error) for companies with no registered charges.
Scope is registry-specific: some jurisdictions keep real-estate mortgages, movable-asset pledges, or receivables in separate registers this tool does not reach. Unsupported jurisdictions return 501; some return 501 and suggest list_filings(category='charges') as an alternative. Per-country scope, classifications, and caveats — call list_jurisdictions({jurisdiction:"<code>"}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jurisdiction | Yes | ISO 3166-1 alpha-2 country code (uppercase). All registries are official government sources. Currently supported: AU, BE, CA, CA-BC, CA-NT, CH, CY, CZ, DE, ES, FI, FR, GB, HK, IE, IM, IS, IT, KR, KY, LI, MC, MX, MY, NL, NO, NZ, PL, RU, TW. Per-country capability, ID format, examples, status mapping, and caveats: call `list_jurisdictions({jurisdiction:'<code>'})`. To find which countries support a specific tool: `list_jurisdictions({supports_tool:'<tool>'})`. | |
| company_id | Yes | ||
| fresh | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queried_at | Yes | ISO-8601 + Europe/London timezone stamp for when the registry was queried. | |
| charges | No | ||
| items | No | ||
| data | No | ||
| total_count | No | ||
| next_cursor | No |