scan_financial_anomaly
Detect early signs of accounting fraud and financial distress by comparing accounts receivable, inventory, cash flow, and capital erosion year-over-year.
Instructions
재무제표 4개 지표(매출채권·재고자산·현금흐름·자본잠식)를 전년 대비로 비교해 분식·부실 초기 조짐을 탐지합니다.
Args: company_name: 기업명 또는 종목코드(6자리). year: 사업연도(예: "2024"). 빈 값이면 직전 연도. report_type: "annual"(사업보고서) | "half"(반기) | "q1" | "q3".
Returns: 지표별 당기/전기/Δ 표 + 이상 징후별 쉬운 설명 텍스트.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_name | Yes | ||
| year | No | ||
| report_type | No | annual |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |