three_statement_modeling__balance_check
Verify that total assets equal total liabilities plus equity within a specified tolerance to ensure balance sheet accuracy.
Instructions
[three-statement-modeling] balance_check
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tolerance | No | ||
| total_assets | Yes | ||
| total_equity | Yes | ||
| total_liabilities | Yes |