detect_recurring_charges
Identify payees that bill a consistent amount repeatedly over months to uncover subscriptions, including forgotten ones.
Instructions
Flags payees that appear to bill a consistent amount repeatedly over the last several months — useful for spotting subscriptions, including ones you may have forgotten about. Heuristic: amounts from the same payee that stay within 5% of their average, occurring at least min_occurrences times.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget_id | No | The budget ID, or 'last-used' for the most recently used budget. | last-used |
| lookback_months | No | How many months back to look for patterns. | |
| min_occurrences | No | Minimum number of matching transactions to count as recurring. |