Files
hncb-fusion-deid-demo/seed/customers.json
Conan Scott 335056d74d seed: add second demo persona (Conan Scott, reckless profile)
Synthetic demo customer cust-0002 with fictional high-risk financials and a
synthetic Taiwan ROC ID. Verified live end-to-end: detected + tokenized on
ingress (name never reaches the cloud), agent produces risk-flavoured talking
points, identity restored on egress.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-01 17:28:07 +10:00

23 lines
871 B
JSON

[
{
"customer_id": "cust-0001",
"name": "\u738b\u5c0f\u660e",
"national_id": "A123456789",
"activity_summary": "high-frequency financial activity, 90 days",
"amount_band": "above 3 million",
"product_type": "funds, income-generating products",
"risk_profile": "conservative",
"sales_constraints": "avoid high-volatility products"
},
{
"customer_id": "cust-0002",
"name": "Conan Scott",
"national_id": "F225793148",
"activity_summary": "compulsive day-trading, 200+ speculative trades/week, 90 days",
"amount_band": "leveraged well beyond net worth (>10x margin)",
"product_type": "0DTE options, leveraged crypto, meme stocks, junk bonds",
"risk_profile": "recklessly aggressive; ignores every suitability warning",
"sales_constraints": "none observed; chases volatility, doubles down on losses"
}
]