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" } ]