What this demo is about
The same scoring engine behind the Session 3 Claude Skill, shown as readable Python instead of a chat response: aging math, a weighted 0-100 risk score, and rule-based segmentation.
Treasury Management • Colab • 30-45 min
Launch a Colab notebook that reproduces the AR Aging & Collections Prioritizer Claude Skill as a transparent, cell-by-cell walkthrough: aging buckets, a weighted risk score, four-segment collections strategy, and a ranked worklist.
The same scoring engine behind the Session 3 Claude Skill, shown as readable Python instead of a chat response: aging math, a weighted 0-100 risk score, and rule-based segmentation.
Every chart and table in the notebook is produced by calling the exact same functions the Skill calls, so students can inspect, question, and re-run the logic instead of trusting an opaque result.
Best for a classroom walkthrough with zero local setup and visible Python cells for each aging, segmentation, and ranking step.
Run the aging/DSO summary, compare the segmentation output to the "Receivables Strategy by Customer Type" slide, re-rank the worklist under a cash-crunch weighting, and reflect on data gaps.
Lightweight by design. The optional scale-testing section at the end (50K-100K synthetic rows) takes a few extra seconds and is clearly separated from the core walkthrough.