scan_financial_anomaly
Detect financial statement anomalies by comparing year-over-year changes in receivables, inventory, cash flow, and capital erosion, and by analyzing accrual ratio and separate vs consolidated net income.
Instructions
재무제표 4개 지표(매출채권·재고자산·현금흐름·자본잠식)를 전년 대비로 비교해 분식·부실 초기 조짐을 탐지합니다. 발생액 비율(사실 표기)과 연결/별도 당기순이익 비교(별도>연결 역전 시 종속회사 합산 손실 플래그)를 함께 표기합니다.
Args: company_name: 기업명 또는 종목코드(6자리). year: 사업연도(예: "2024"). 빈 값이면 직전 연도. report_type: "annual"(사업보고서) | "half"(반기) | "q1" | "q3".
Returns: 지표별 당기/전기/Δ 표 + 이상 징후별 쉬운 설명 텍스트.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| report_type | No | annual | |
| company_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |