@@ -30,6 +30,17 @@ Seeded RNG** architecture:
3030- ** 100% Reproducible** : Same country selection = identical output every run
3131- ** Country-aware Names** : Names change by locale (Philippines, Sri Lanka, Togo)
3232
33+ ### Household vs Individual Enrollment
34+
35+ Most programs target ** households (groups)** , not individuals. When a program has
36+ ` target_type = group ` , the ** household** is enrolled — not the person. Each story
37+ persona is the ** head of household** who represents the family. For example, "Maria
38+ Santos enrolled in Cash Transfer" means the Santos Household (5 members) is the enrolled
39+ entity, with Maria as the head.
40+
41+ Only individual-targeting programs (Elderly Social Pension, Food Assistance) enroll the
42+ person directly.
43+
3344---
3445
3546## Blueprint Architecture
@@ -288,13 +299,13 @@ set of records.
288299
289300** Journey:**
290301
291- 1 . Enrolled in Cash Transfer Program 150 days ago
302+ 1 . Santos Household enrolled in Cash Transfer Program 150 days ago
2923032 . Received 3 monthly payments of $150 each
293- 3 . Graduated from program 30 days ago
304+ 3 . Graduated from program 30 days ago (household exited)
294305
295306** Demo Points:**
296307
297- - Complete program lifecycle
308+ - Complete household program lifecycle
298309- Graduation pathway demonstration
299310- Payment history tracking
300311- Success metrics
@@ -311,7 +322,7 @@ set of records.
311322
312323** Journey:**
313324
314- 1 . Enrolled in Cash Transfer Program 100 days ago
325+ 1 . Dela Cruz Household enrolled in Cash Transfer Program 100 days ago
3153262 . First payment ($150) - Successful
3163273 . Second payment ($150) - ** Failed** (bank issue)
3173284 . GRM ticket filed for payment failure
@@ -360,7 +371,7 @@ set of records.
360371
361372** Journey:**
362373
363- 1 . Enrolled in Universal Child Grant 140 days ago
374+ 1 . Morales Household enrolled in Universal Child Grant 140 days ago
3643752 . Received 4 monthly payments ($150 each)
3653763 . Children attending school
366377
@@ -383,7 +394,7 @@ set of records.
383394
384395** Journey:**
385396
386- 1 . Fast -track enrolled in Emergency Relief Fund 55 days ago
397+ 1 . Gutierrez Household fast -track enrolled in Emergency Relief Fund 55 days ago
3873982 . Received 2 emergency payments ($400 each, Tier 2)
3883993 . Rapid vulnerability assessment completed
389400
@@ -405,7 +416,7 @@ set of records.
405416
406417** Journey:**
407418
408- 1 . Enrolled in Disability Support Grant 100 days ago
419+ 1 . Martinez Household enrolled in Disability Support Grant 100 days ago
4094202 . Received 3 monthly payments ($175 each: base $100 + 1 member x $75)
4104213 . Active program participant
411422
@@ -445,12 +456,12 @@ set of records.
445456
446457** Profile:**
447458
448- - Cash Transfer beneficiary
459+ - Cash Transfer beneficiary household
449460- Multi-ticket GRM integration
450461
451462** Journey:**
452463
453- 1 . Enrolled in Cash Transfer Program 180 days ago
464+ 1 . Castillo Household enrolled in Cash Transfer Program 180 days ago
4544652 . Background story for GRM multi-ticket scenarios
455466
456467---
0 commit comments