xbrl_run_formula
Execute XBRL formulas from a filing's linkbase to validate data by running value, existence, and consistency assertions, returning pass/fail results.
Instructions
Execute XBRL formulas defined in the filing's linkbase.
Runs value assertions, existence assertions, and consistency assertions. Returns pass/fail results for each formula.
Args: params: Filing ID and trace option.
Returns: str: JSON with formula execution results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |