Validate a bank statement PDF (proof calculation)
validate_bank_statementChecks a German bank statement PDF for completeness: parsed transaction sums must match header totals (incoming, outgoing, balance delta), and each row needs a running balance.
Instructions
Parses a German bank statement PDF (currently: SumUp) and runs only the proof-calculation checks: the sums of the parsed transactions must match the statement's own header totals (incoming, outgoing incl. fees, balance delta) and every row must carry a running balance. Use this to verify a statement was read completely and correctly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the bank statement PDF |