freee_cost_analysis
Analyze year-over-year expense changes to detect anomalies and classify cost structure for financial monitoring.
Instructions
Analyze expense structure with YoY anomaly detection and fixed/variable cost classification (費用構造分析) - Compares current and previous year P/L to flag expense items with year-over-year changes exceeding a configurable threshold. Classifies expense items as fixed or variable costs based on account category patterns. Use for cost health monitoring, identifying unexpected expense spikes, and understanding cost structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | No | Company ID (optional, uses FREEE_DEFAULT_COMPANY_ID if not provided) | |
| fiscalYear | Yes | Fiscal year to analyze | |
| month | No | Specific month to analyze (1-12). If omitted, analyzes cumulative year-to-date. | |
| threshold | No | Anomaly detection threshold percentage for year-over-year change (default: 50). Flags items with YoY change exceeding this percentage. |