Learning objectives
Knowledge objectives (students can explain). Students will be able to explain: -
What a TaRMS-like core revenue management system is and how it supports the debt
lifecycle (ledger → detection/aging → reminders → payment plans → enforcement).
- What a digital taxpayer account provides (view balances, notices, payment
history, modify profile, request payment plans), using real-world examples from HMRC and IRS.
- Why modern debt management relies on segmentation and analytics, and how
predictive modeling/AI is used to tailor interventions.
- The legal constraints that shape system design: (1) secrecy/confidentiality, (2) data protection,
(3) automated decision-making safeguards, (4) security requirements.
Skills objectives (students can do). Students will be able to: - Map a taxpayer’s
overdue-liability scenario into an automated workflow and identify where
human review gates are required.
- Design a basic risk scoring rubric (inputs, outputs, thresholds) and identify
bias risks and mitigations.
- Draft a compliant digital communication strategy (channel choice, content,
cybersecurity warnings, escalation).
Suggested 75-minute class schedule
Context and framing (10 minutes).
Prompt: “Why do tax debts accumulate, and why is digitalization changing collection?” Introduce
OECD’s four strategic principles and connect them to platform capabilities (pre-due engagement +
post-due escalation + enforcement + write-off).
TaRMS-like system walkthrough (15 minutes).
Use TaRMS as the example: single account, automatic detection/aging, daily interest/penalties, reminders, online installment plan.
Hands-on workflow mapping (15 minutes).
Students annotate the provided mermaid flowchart with where rules end and discretion begins (e.g.,
payment plan denial, enforcement triggers).
Analytics & governance mini-lecture (15 minutes).
Explain segmentation and scoring using OECD/IMF framing; then introduce safety governance:
human-in-the-loop, DPIA, and Article 22-style safeguards; use Robodebt as a cautionary case.
Group exercise: “Design a risk-based collection policy” (15 minutes).
Groups design thresholds for three debtor segments and decide communications channels; then present
tradeoffs.
Handouts (ready-to-print outlines)
Handout A: TaRMS-like debt management workflow checklist (1 page). - When does a
liability post to the ledger?
- What triggers the first reminder (pre-due vs post-due)?
- When do interest/penalties begin? How are reversals handled on
amended liabilities?
- When is a payment plan offered / auto-approved? When must a caseworker decide?
- Enforcement gate: “No high-impact action without human review + logged reasons.”
Handout B: Risk scoring design template (2 pages). - Define target outcome (pay
within X days; plan default risk)
- Features allowed vs prohibited (jurisdiction policy)
- Thresholds mapped to actions
- Bias and privacy safeguards checklist (DPIA, explainability, drift monitoring)
Handout C: Secure communications rules (1 page). - Prefer portal inbox for
sensitive actions; avoid embedding payment/login links in SMS/email where possible
- Standard phishing-report channels and taxpayer guidance (examples from HMRC/ATO/IRS)
Classroom hypotheticals with answers
Hypothetical 1: Automated reminders and debt aging (TaRMS features).
A taxpayer files a return showing tax payable but does not pay by due date. Explain what a
TaRMS-like system can do automatically and what it should not do without review.
Answer (model).
Automatic steps include: detect unpaid liability, age it based on configured parameters, calculate
and post interest daily and penalties from due date, and issue
reminders per escalation procedures.
Actions requiring review typically include high-impact enforcement (e.g., bank garnishment or legal
proceedings) and any decision that denies relief or produces a significant effect, depending on
jurisdictional automated-decision rules.
Hypothetical 2: Payment plan decisioning and Article 22-style safeguards.
A risk engine automatically denies an installment plan to a taxpayer because the model predicts high
default risk. The denial blocks access to a key relief mechanism.
Answer (governance).
Treat this as potentially “significant” decisioning. In GDPR-like systems, a safeguard approach is:
provide meaningful human review, allow the taxpayer to contest and present context, and document
reasoning.
A DPIA-style risk assessment is commonly required when deploying large-scale profiling/automation
affecting access to a benefit/service; authorities should also test for bias and drift.
Hypothetical 3: Bias and proxy variables.
The model uses “neighborhood” as a feature. It improves prediction accuracy but results in a higher
enforcement referral rate for one socio-economic area.
Answer (mitigation).
First, evaluate whether “neighborhood” is a proxy for protected status and whether disparate impact
is occurring; second, consider feature restrictions or fairness constraints; third, ensure
enforcement referrals require human validation and reasons. SyRI demonstrates courts may scrutinize
government profiling for privacy/proportionality; robust transparency and safeguards matter.
Hypothetical 4: Automation failure scenario (cross-sector but transferable).
A system generates large volumes of debt notices based on flawed calculation logic. What is the
institutional risk?
Answer.
The Robodebt Royal Commission demonstrates catastrophic risk: the scheme was described as neither
fair nor legal, and the Federal Court found it unlawful. This illustrates why tax agencies must
validate algorithms, maintain lawful bases, and implement oversight before scaling automated debt
processes.
Mermaid decision tree: risk score → action with legal safeguards
flowchart TD
A[Debt detected / overdue] --> B[Compute risk score S: 0-100]
B --> C{S <= 30?}
C -- Yes --> C1[Send low-friction reminders + portal link]
C -- No --> D{S <= 70?}
D -- Yes --> D1[Enhanced outreach: SMS/email + call queue + offer payment plan]
D -- No --> E[High risk / complex case]
D1 --> F{Payment plan requested?}
F -- Yes --> G[Auto pre-check eligibility]
G --> H{Passes policy thresholds?}
H -- Yes --> I[Auto approve + monitor]
H -- No --> J[Human review required + record reasons]
E --> K[Caseworker review gate]
K --> L{Enforcement proposed?}
L -- No --> M[Negotiate plan / hardship / verify data]
L -- Yes --> N[Legal + privacy checks]
N --> O[Human approval + audit logging]
O --> P[Enforcement action + notice + appeal info]
MCQ (5).
1) In OECD’s strategic principles for successful tax debt management, which is listed as Principle
1?
A. Immediate enforcement measures
B. Engage with taxpayers before the due date
C. Outsource all collections
D. Stop using digital channels
Correct: B.
2) TaRMS debt management (as described by ZIMRA)
includes which automation?
A. Automatic detection and aging of unpaid liabilities
B. Automatic criminal prosecution
C. Automatic court judgments
D. Automatic debt forgiveness for all cases
Correct: A.
3) Which is a feature explicitly listed in the IRS Online Account guidance?
A. View digital notices and create payment plans
B. File criminal complaints via the account
C. Vote in elections
D. Open a bank account at the IRS
Correct: A.
4) What security control is specified in ZIMRA’s FDMS API
documentation?
A. HTTP only without encryption
B. HTTPS only and (for most endpoints) mutual TLS client authentication
C. No authentication required
D. Passwords embedded in URLs
Correct: B.
5) Which statement best reflects the Robodebt Royal Commission’s relevance to automated debt
systems?
A. Automation always increases fairness
B. A large-scale automated debt scheme can be found unlawful and harm trust if logic and oversight
are flawed
C. Courts never review automated government systems
D. Data protection laws do not apply to government processing
Correct: B.
Short answer (3).
1) List five data sources a tax authority might use to score debt recovery risk and one governance
risk for each.
Expected elements: ledger/payment history, filing history, digital engagement,
registry/bank signals, enforcement outcomes; governance concerns: secrecy/privacy, accuracy, bias,
security, lawful basis.
2) Explain why “human review gates” matter in automated collections.
Expected elements: prevents solely automated legal effects without safeguards;
supports contestability; reduces error propagation; improves trust.
3) Describe TaRMS “single account” concept in 3–5 lines.
Expected elements: taxpayer chooses one bank; payments go to ZIMRA single account; TaRMS records taxpayer single-account balance;
system allocates to liabilities and supports assessments/refunds.
Essay prompts (2).
1) “Risk scoring improves efficiency but threatens fairness and legality.” Discuss, proposing a
governance framework for tax debt analytics.
A-grade coverage: OECD analytics/segmentation maturity; EDPB/ICO safeguards; DPIA;
human review; explainability; audit logging; lessons from Robodebt and SyRI.
2) Design a TaRMS-like automated collections playbook for a mid-sized tax authority, specifying
triggers, channels, and review points.
A-grade coverage: pre-due engagement; post-due reminders; payment
plan pathways; enforcement gating; secure communications and anti-phishing measures.