{
  "accounts": [
    {
      "id": "demo-checking",
      "name": "Demo Checking",
      "institution": "Demo Institution",
      "kind": "cash",
      "balance": 8200,
      "transactionCount": 36,
      "sourceType": "local",
      "sourceLabel": "Synthetic demo",
      "lastSync": "2026-06-03T12:00:00Z"
    },
    {
      "id": "demo-savings",
      "name": "Demo Savings",
      "institution": "Demo Institution",
      "kind": "cash",
      "balance": 12500,
      "transactionCount": 6,
      "sourceType": "local",
      "sourceLabel": "Synthetic demo",
      "lastSync": "2026-06-03T12:00:00Z"
    },
    {
      "id": "demo-card",
      "name": "Demo Credit Card",
      "institution": "Demo Institution",
      "kind": "credit",
      "balance": 1600,
      "transactionCount": 42,
      "sourceType": "local",
      "sourceLabel": "Synthetic demo",
      "lastSync": "2026-06-03T12:00:00Z"
    },
    {
      "id": "demo-brokerage",
      "name": "Demo Brokerage",
      "institution": "Demo Institution",
      "kind": "investment",
      "balance": 24500,
      "transactionCount": 0,
      "sourceType": "local",
      "sourceLabel": "Synthetic demo",
      "lastSync": "2026-06-03T12:00:00Z"
    }
  ],
  "transactions": [
    {
      "id": "demo-072",
      "date": "2026-06-03",
      "description": "Demo Grocer",
      "category": "Groceries",
      "amount": -292,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-073",
      "date": "2026-06-03",
      "description": "Demo Transit",
      "category": "Transport",
      "amount": -65,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-074",
      "date": "2026-06-03",
      "description": "Demo Studio",
      "category": "Subscriptions",
      "amount": -24,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-075",
      "date": "2026-06-03",
      "description": "Demo Market",
      "category": "Groceries",
      "amount": -182,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-076",
      "date": "2026-06-03",
      "description": "Demo Cafe",
      "category": "Dining",
      "amount": -72,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-077",
      "date": "2026-06-03",
      "description": "Demo Utilities",
      "category": "Utilities",
      "amount": -113,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-078",
      "date": "2026-06-03",
      "description": "Card payment",
      "category": "Payment",
      "amount": -900,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": true
    },
    {
      "id": "demo-079",
      "date": "2026-06-03",
      "description": "Payment thank you",
      "category": "Payment",
      "amount": 900,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": true
    },
    {
      "id": "demo-080",
      "date": "2026-06-03",
      "description": "Savings transfer",
      "category": "Transfer",
      "amount": -500,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": true
    },
    {
      "id": "demo-081",
      "date": "2026-06-03",
      "description": "Savings transfer",
      "category": "Transfer",
      "amount": 500,
      "accountId": "demo-savings",
      "accountName": "Demo Savings",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": true
    },
    {
      "id": "demo-082",
      "date": "2026-06-03",
      "description": "Demo Card Refund",
      "category": "Refund",
      "amount": 45,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-083",
      "date": "2026-06-03",
      "description": "Demo Account Fee",
      "category": "Fees",
      "amount": -5,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-071",
      "date": "2026-06-02",
      "description": "Demo Rent",
      "category": "Housing",
      "amount": -1550,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-070",
      "date": "2026-06-01",
      "description": "Demo Salary",
      "category": "Income",
      "amount": 5200,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-069",
      "date": "2026-05-27",
      "description": "Demo Account Fee",
      "category": "Fees",
      "amount": -5,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-068",
      "date": "2026-05-25",
      "description": "Demo Card Refund",
      "category": "Refund",
      "amount": 45,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-066",
      "date": "2026-05-22",
      "description": "Savings transfer",
      "category": "Transfer",
      "amount": -500,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": true
    },
    {
      "id": "demo-067",
      "date": "2026-05-22",
      "description": "Savings transfer",
      "category": "Transfer",
      "amount": 500,
      "accountId": "demo-savings",
      "accountName": "Demo Savings",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": true
    },
    {
      "id": "demo-064",
      "date": "2026-05-20",
      "description": "Card payment",
      "category": "Payment",
      "amount": -900,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": true
    },
    {
      "id": "demo-065",
      "date": "2026-05-20",
      "description": "Payment thank you",
      "category": "Payment",
      "amount": 900,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": true
    },
    {
      "id": "demo-063",
      "date": "2026-05-17",
      "description": "Demo Utilities",
      "category": "Utilities",
      "amount": -110,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-062",
      "date": "2026-05-15",
      "description": "Demo Cafe",
      "category": "Dining",
      "amount": -68,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-061",
      "date": "2026-05-12",
      "description": "Demo Market",
      "category": "Groceries",
      "amount": -175,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-060",
      "date": "2026-05-10",
      "description": "Demo Studio",
      "category": "Subscriptions",
      "amount": -24,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-059",
      "date": "2026-05-08",
      "description": "Demo Transit",
      "category": "Transport",
      "amount": -65,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-058",
      "date": "2026-05-05",
      "description": "Demo Grocer",
      "category": "Groceries",
      "amount": -280,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-057",
      "date": "2026-05-02",
      "description": "Demo Rent",
      "category": "Housing",
      "amount": -1550,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-056",
      "date": "2026-05-01",
      "description": "Demo Salary",
      "category": "Income",
      "amount": 5100,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-055",
      "date": "2026-04-27",
      "description": "Demo Account Fee",
      "category": "Fees",
      "amount": -5,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-054",
      "date": "2026-04-25",
      "description": "Demo Card Refund",
      "category": "Refund",
      "amount": 45,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-052",
      "date": "2026-04-22",
      "description": "Savings transfer",
      "category": "Transfer",
      "amount": -500,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": true
    },
    {
      "id": "demo-053",
      "date": "2026-04-22",
      "description": "Savings transfer",
      "category": "Transfer",
      "amount": 500,
      "accountId": "demo-savings",
      "accountName": "Demo Savings",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": true
    },
    {
      "id": "demo-050",
      "date": "2026-04-20",
      "description": "Card payment",
      "category": "Payment",
      "amount": -900,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": true
    },
    {
      "id": "demo-051",
      "date": "2026-04-20",
      "description": "Payment thank you",
      "category": "Payment",
      "amount": 900,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": true
    },
    {
      "id": "demo-049",
      "date": "2026-04-17",
      "description": "Demo Utilities",
      "category": "Utilities",
      "amount": -107,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-048",
      "date": "2026-04-15",
      "description": "Demo Cafe",
      "category": "Dining",
      "amount": -64,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-047",
      "date": "2026-04-12",
      "description": "Demo Market",
      "category": "Groceries",
      "amount": -168,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-046",
      "date": "2026-04-10",
      "description": "Demo Studio",
      "category": "Subscriptions",
      "amount": -24,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-045",
      "date": "2026-04-08",
      "description": "Demo Transit",
      "category": "Transport",
      "amount": -65,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-044",
      "date": "2026-04-05",
      "description": "Demo Grocer",
      "category": "Groceries",
      "amount": -268,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-043",
      "date": "2026-04-02",
      "description": "Demo Rent",
      "category": "Housing",
      "amount": -1550,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-042",
      "date": "2026-04-01",
      "description": "Demo Salary",
      "category": "Income",
      "amount": 5000,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-041",
      "date": "2026-03-27",
      "description": "Demo Account Fee",
      "category": "Fees",
      "amount": -5,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-040",
      "date": "2026-03-25",
      "description": "Demo Card Refund",
      "category": "Refund",
      "amount": 45,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-038",
      "date": "2026-03-22",
      "description": "Savings transfer",
      "category": "Transfer",
      "amount": -500,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": true
    },
    {
      "id": "demo-039",
      "date": "2026-03-22",
      "description": "Savings transfer",
      "category": "Transfer",
      "amount": 500,
      "accountId": "demo-savings",
      "accountName": "Demo Savings",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": true
    },
    {
      "id": "demo-036",
      "date": "2026-03-20",
      "description": "Card payment",
      "category": "Payment",
      "amount": -900,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": true
    },
    {
      "id": "demo-037",
      "date": "2026-03-20",
      "description": "Payment thank you",
      "category": "Payment",
      "amount": 900,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": true
    },
    {
      "id": "demo-035",
      "date": "2026-03-17",
      "description": "Demo Utilities",
      "category": "Utilities",
      "amount": -104,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-034",
      "date": "2026-03-15",
      "description": "Demo Cafe",
      "category": "Dining",
      "amount": -60,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-033",
      "date": "2026-03-12",
      "description": "Demo Market",
      "category": "Groceries",
      "amount": -161,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-032",
      "date": "2026-03-10",
      "description": "Demo Studio",
      "category": "Subscriptions",
      "amount": -24,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-031",
      "date": "2026-03-08",
      "description": "Demo Transit",
      "category": "Transport",
      "amount": -65,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-030",
      "date": "2026-03-05",
      "description": "Demo Grocer",
      "category": "Groceries",
      "amount": -256,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-029",
      "date": "2026-03-02",
      "description": "Demo Rent",
      "category": "Housing",
      "amount": -1550,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-028",
      "date": "2026-03-01",
      "description": "Demo Salary",
      "category": "Income",
      "amount": 4900,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-027",
      "date": "2026-02-27",
      "description": "Demo Account Fee",
      "category": "Fees",
      "amount": -5,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-026",
      "date": "2026-02-25",
      "description": "Demo Card Refund",
      "category": "Refund",
      "amount": 45,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-024",
      "date": "2026-02-22",
      "description": "Savings transfer",
      "category": "Transfer",
      "amount": -500,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": true
    },
    {
      "id": "demo-025",
      "date": "2026-02-22",
      "description": "Savings transfer",
      "category": "Transfer",
      "amount": 500,
      "accountId": "demo-savings",
      "accountName": "Demo Savings",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": true
    },
    {
      "id": "demo-022",
      "date": "2026-02-20",
      "description": "Card payment",
      "category": "Payment",
      "amount": -900,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": true
    },
    {
      "id": "demo-023",
      "date": "2026-02-20",
      "description": "Payment thank you",
      "category": "Payment",
      "amount": 900,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": true
    },
    {
      "id": "demo-021",
      "date": "2026-02-17",
      "description": "Demo Utilities",
      "category": "Utilities",
      "amount": -101,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-020",
      "date": "2026-02-15",
      "description": "Demo Cafe",
      "category": "Dining",
      "amount": -56,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-019",
      "date": "2026-02-12",
      "description": "Demo Market",
      "category": "Groceries",
      "amount": -154,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-018",
      "date": "2026-02-10",
      "description": "Demo Studio",
      "category": "Subscriptions",
      "amount": -24,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-017",
      "date": "2026-02-08",
      "description": "Demo Transit",
      "category": "Transport",
      "amount": -65,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-016",
      "date": "2026-02-05",
      "description": "Demo Grocer",
      "category": "Groceries",
      "amount": -244,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-015",
      "date": "2026-02-02",
      "description": "Demo Rent",
      "category": "Housing",
      "amount": -1550,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-014",
      "date": "2026-02-01",
      "description": "Demo Salary",
      "category": "Income",
      "amount": 4800,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-013",
      "date": "2026-01-27",
      "description": "Demo Account Fee",
      "category": "Fees",
      "amount": -5,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-012",
      "date": "2026-01-25",
      "description": "Demo Card Refund",
      "category": "Refund",
      "amount": 45,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-010",
      "date": "2026-01-22",
      "description": "Savings transfer",
      "category": "Transfer",
      "amount": -500,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": true
    },
    {
      "id": "demo-011",
      "date": "2026-01-22",
      "description": "Savings transfer",
      "category": "Transfer",
      "amount": 500,
      "accountId": "demo-savings",
      "accountName": "Demo Savings",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": true
    },
    {
      "id": "demo-008",
      "date": "2026-01-20",
      "description": "Card payment",
      "category": "Payment",
      "amount": -900,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": true
    },
    {
      "id": "demo-009",
      "date": "2026-01-20",
      "description": "Payment thank you",
      "category": "Payment",
      "amount": 900,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": true
    },
    {
      "id": "demo-007",
      "date": "2026-01-17",
      "description": "Demo Utilities",
      "category": "Utilities",
      "amount": -98,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-006",
      "date": "2026-01-15",
      "description": "Demo Cafe",
      "category": "Dining",
      "amount": -52,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-005",
      "date": "2026-01-12",
      "description": "Demo Market",
      "category": "Groceries",
      "amount": -147,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-004",
      "date": "2026-01-10",
      "description": "Demo Studio",
      "category": "Subscriptions",
      "amount": -24,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-003",
      "date": "2026-01-08",
      "description": "Demo Transit",
      "category": "Transport",
      "amount": -65,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-002",
      "date": "2026-01-05",
      "description": "Demo Grocer",
      "category": "Groceries",
      "amount": -232,
      "accountId": "demo-card",
      "accountName": "Demo Credit Card",
      "institution": "Demo Institution",
      "accountKind": "credit",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-001",
      "date": "2026-01-02",
      "description": "Demo Rent",
      "category": "Housing",
      "amount": -1550,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    },
    {
      "id": "demo-000",
      "date": "2026-01-01",
      "description": "Demo Salary",
      "category": "Income",
      "amount": 4700,
      "accountId": "demo-checking",
      "accountName": "Demo Checking",
      "institution": "Demo Institution",
      "accountKind": "cash",
      "sourceFile": "Synthetic demonstration.csv",
      "isTransfer": false
    }
  ],
  "sourceFiles": [
    "Synthetic demonstration.csv"
  ],
  "ignoredFiles": [],
  "importRecords": [],
  "accountSnapshots": [],
  "investmentHoldings": [
    {
      "accountId": "demo-brokerage",
      "institution": "Demo Institution",
      "accountName": "Demo Brokerage",
      "securityId": "DEMO-A",
      "securityName": "Demo Broad Equity Fund",
      "ticker": "DEMO-A",
      "type": "etf",
      "quantity": 100,
      "price": 140,
      "value": 14000,
      "costBasis": null,
      "currency": "USD",
      "priceAsOf": "2026-06-03",
      "lastSync": "2026-06-03T12:00:00Z"
    },
    {
      "accountId": "demo-brokerage",
      "institution": "Demo Institution",
      "accountName": "Demo Brokerage",
      "securityId": "DEMO-B",
      "securityName": "Demo Bond Fund",
      "ticker": "DEMO-B",
      "type": "etf",
      "quantity": 100,
      "price": 65,
      "value": 6500,
      "costBasis": null,
      "currency": "USD",
      "priceAsOf": "2026-06-03",
      "lastSync": "2026-06-03T12:00:00Z"
    },
    {
      "accountId": "demo-brokerage",
      "institution": "Demo Institution",
      "accountName": "Demo Brokerage",
      "securityId": "DEMO-C",
      "securityName": "Demo Cash Fund",
      "ticker": "DEMO-C",
      "type": "cash",
      "quantity": 4000,
      "price": 1,
      "value": 4000,
      "costBasis": null,
      "currency": "USD",
      "priceAsOf": "2026-06-03",
      "lastSync": "2026-06-03T12:00:00Z"
    }
  ],
  "balanceHistory": [
    {
      "accountId": "demo-checking",
      "institution": "Demo Institution",
      "accountName": "Demo Checking",
      "kind": "cash",
      "balance": 6396.0,
      "snapshotDate": "2026-01-03"
    },
    {
      "accountId": "demo-savings",
      "institution": "Demo Institution",
      "accountName": "Demo Savings",
      "kind": "cash",
      "balance": 9750.0,
      "snapshotDate": "2026-01-03"
    },
    {
      "accountId": "demo-card",
      "institution": "Demo Institution",
      "accountName": "Demo Credit Card",
      "kind": "credit",
      "balance": 1248.0,
      "snapshotDate": "2026-01-03"
    },
    {
      "accountId": "demo-brokerage",
      "institution": "Demo Institution",
      "accountName": "Demo Brokerage",
      "kind": "investment",
      "balance": 19110.0,
      "snapshotDate": "2026-01-03"
    },
    {
      "accountId": "demo-checking",
      "institution": "Demo Institution",
      "accountName": "Demo Checking",
      "kind": "cash",
      "balance": 6756.8,
      "snapshotDate": "2026-02-03"
    },
    {
      "accountId": "demo-savings",
      "institution": "Demo Institution",
      "accountName": "Demo Savings",
      "kind": "cash",
      "balance": 10300.0,
      "snapshotDate": "2026-02-03"
    },
    {
      "accountId": "demo-card",
      "institution": "Demo Institution",
      "accountName": "Demo Credit Card",
      "kind": "credit",
      "balance": 1318.4,
      "snapshotDate": "2026-02-03"
    },
    {
      "accountId": "demo-brokerage",
      "institution": "Demo Institution",
      "accountName": "Demo Brokerage",
      "kind": "investment",
      "balance": 20188.0,
      "snapshotDate": "2026-02-03"
    },
    {
      "accountId": "demo-checking",
      "institution": "Demo Institution",
      "accountName": "Demo Checking",
      "kind": "cash",
      "balance": 7117.6,
      "snapshotDate": "2026-03-03"
    },
    {
      "accountId": "demo-savings",
      "institution": "Demo Institution",
      "accountName": "Demo Savings",
      "kind": "cash",
      "balance": 10850.0,
      "snapshotDate": "2026-03-03"
    },
    {
      "accountId": "demo-card",
      "institution": "Demo Institution",
      "accountName": "Demo Credit Card",
      "kind": "credit",
      "balance": 1388.8,
      "snapshotDate": "2026-03-03"
    },
    {
      "accountId": "demo-brokerage",
      "institution": "Demo Institution",
      "accountName": "Demo Brokerage",
      "kind": "investment",
      "balance": 21266.0,
      "snapshotDate": "2026-03-03"
    },
    {
      "accountId": "demo-checking",
      "institution": "Demo Institution",
      "accountName": "Demo Checking",
      "kind": "cash",
      "balance": 7478.4,
      "snapshotDate": "2026-04-03"
    },
    {
      "accountId": "demo-savings",
      "institution": "Demo Institution",
      "accountName": "Demo Savings",
      "kind": "cash",
      "balance": 11400.0,
      "snapshotDate": "2026-04-03"
    },
    {
      "accountId": "demo-card",
      "institution": "Demo Institution",
      "accountName": "Demo Credit Card",
      "kind": "credit",
      "balance": 1459.2,
      "snapshotDate": "2026-04-03"
    },
    {
      "accountId": "demo-brokerage",
      "institution": "Demo Institution",
      "accountName": "Demo Brokerage",
      "kind": "investment",
      "balance": 22344.0,
      "snapshotDate": "2026-04-03"
    },
    {
      "accountId": "demo-checking",
      "institution": "Demo Institution",
      "accountName": "Demo Checking",
      "kind": "cash",
      "balance": 7839.2,
      "snapshotDate": "2026-05-03"
    },
    {
      "accountId": "demo-savings",
      "institution": "Demo Institution",
      "accountName": "Demo Savings",
      "kind": "cash",
      "balance": 11950.0,
      "snapshotDate": "2026-05-03"
    },
    {
      "accountId": "demo-card",
      "institution": "Demo Institution",
      "accountName": "Demo Credit Card",
      "kind": "credit",
      "balance": 1529.6,
      "snapshotDate": "2026-05-03"
    },
    {
      "accountId": "demo-brokerage",
      "institution": "Demo Institution",
      "accountName": "Demo Brokerage",
      "kind": "investment",
      "balance": 23422.0,
      "snapshotDate": "2026-05-03"
    },
    {
      "accountId": "demo-checking",
      "institution": "Demo Institution",
      "accountName": "Demo Checking",
      "kind": "cash",
      "balance": 8200.0,
      "snapshotDate": "2026-06-03"
    },
    {
      "accountId": "demo-savings",
      "institution": "Demo Institution",
      "accountName": "Demo Savings",
      "kind": "cash",
      "balance": 12500.0,
      "snapshotDate": "2026-06-03"
    },
    {
      "accountId": "demo-card",
      "institution": "Demo Institution",
      "accountName": "Demo Credit Card",
      "kind": "credit",
      "balance": 1600.0,
      "snapshotDate": "2026-06-03"
    },
    {
      "accountId": "demo-brokerage",
      "institution": "Demo Institution",
      "accountName": "Demo Brokerage",
      "kind": "investment",
      "balance": 24500.0,
      "snapshotDate": "2026-06-03"
    }
  ],
  "manualEdits": {
    "selectedTransactionIds": [],
    "monthlyRecords": []
  }
}
