From 335056d74d015df203a004308ee43b1fef4fa5e8 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Wed, 1 Jul 2026 17:28:07 +1000 Subject: [PATCH] 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 --- seed/customers.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/seed/customers.json b/seed/customers.json index be8aae9..ebae203 100644 --- a/seed/customers.json +++ b/seed/customers.json @@ -8,5 +8,15 @@ "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" } ]