← 返回
未分类 中文

Ach Volume Estimator

Estimate Dwolla's end-of-month ACH transaction volume from daily KPI emails. Use when processing ACH KPI emails, when Dave asks about monthly volume projecti...
根据每日KPI邮件估算Dwolla月末ACH交易量。适用于处理ACH KPI邮件,或当Dave询问月度交易量预测时。
daveglaser0823
未分类 clawhub v1.0.0 1 版本 99683.5 Key: 无需
★ 0
Stars
📥 315
下载
💾 0
安装
1
版本
#latest

概述

ACH Monthly Volume Estimator

Workflow

  1. Fetch the ACH KPI email:

```bash

gog gmail messages search "subject:ACH KPIs" --account glaser.dave@gmail.com --max 1 --json

```

  1. Download the PDF attachment (contains all charts and data):

```bash

# Get message details with attachment IDs

gog gmail get --account glaser.dave@gmail.com --json

# Find the attachment named "ACH KPIs.pdf" (mimeType: application/pdf)

# Download it:

gog gmail attachment --account glaser.dave@gmail.com --out ~/clawd/work/ach-kpis-latest.pdf

```

  1. Extract data from the PDF. The PDF contains Tableau dashboard exports with:
    • ACH Transactions chart: MoM bar chart with monthly totals, per-BD averages, 5/20/60-day comparisons
    • Client Growth charts (10K and 5K thresholds)
    • Top 60 Clients tables (60-day and 20-day comparisons)

Key numbers to extract:

  • Current month transaction total (partial, from MoM bar chart)
  • Business days elapsed (derive from date range in "Prev. 20 Days" row or count from month start to report date)
  • YTD avg transactions per business day
  • SPLY monthly total for comparison
  1. Run the estimator:

```bash

python3 ~/clawd/skills/ach-volume-estimator/scripts/estimate.py \

--transactions --bds-elapsed [--month YYYY-MM]

```

Or if you already have per-BD rate:

```bash

python3 ~/clawd/skills/ach-volume-estimator/scripts/estimate.py \

--per-bd [--month YYYY-MM]

```

Add --json for structured output.

  1. Compare to benchmarks:
    • Jan 2026 actual: 6.12M (20 BDs, 305K/BD)
    • Dec 2025 actual: 6.41M (22 BDs, 291K/BD)
    • SPLY from the PDF MoM chart
  1. Generate the visual dashboard:

```bash

~/clawd/scripts/ach-dashboard-gen

```

This reads ~/clawd/work/ach-reports/latest-ach-data.json (or falls back to the latest markdown report) and writes ~/clawd/work/ach-reports/dashboard.html.

View at: http://192.168.1.60:3013/html/work/ach-reports/dashboard.html

TV mode: http://192.168.1.60:3013/html/work/ach-reports/dashboard.html?tv=1

  1. Deliver: Include estimate in the ACH KPI summary sent to Dave. Include the dashboard URL.

Output Format

One-liner: 2026-02 estimate: 5.81M txns | (19 BDs, 12 elapsed, 7 remaining) | 306,000/BD | (3,672,000 so far)

Business Day Calendar

Script uses US Federal Reserve bank holiday calendar (2025-2027 hardcoded). Excludes weekends and all Fed holidays (New Year's, MLK, Presidents' Day, Memorial Day, Juneteenth, Independence Day, Labor Day, Columbus Day, Veterans Day, Thanksgiving, Christmas).

Integration

Wire into the existing "Daily ACH KPIs summary to Dave" cron (9:30 AM ET weekdays). After extracting email data, run the estimator and append the monthly projection to Dave's summary.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 13:20 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,379 📥 320,446
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 676 📥 325,438
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,082 📥 810,258