{
  "deposit": [

    {
      "name": "Michael Carter",
      "country": "Canada",
      "amount": "$250",
      "method": "Stripe",
      "status": "Deposit Confirmed",
      "txn": "DP948221"
    },

    {
      "name": "Aisha Bello",
      "country": "Nigeria",
      "amount": "$1,200",
      "method": "Paystack Bank Transfer",
      "status": "Wallet Credited",
      "txn": "DP113842"
    },

    {
      "name": "Daniel Wong",
      "country": "Singapore",
      "amount": "$8,500",
      "method": "USDT TRC20",
      "status": "Blockchain Confirmed",
      "txn": "DP774211"
    },

    {
      "name": "Sarah Johnson",
      "country": "United Kingdom",
      "amount": "$540",
      "method": "PayPal",
      "status": "Payment Approved",
      "txn": "DP882144"
    },

    {
      "name": "Ibrahim Musa",
      "country": "UAE",
      "amount": "$15,000",
      "method": "Bank Transfer",
      "status": "Liquidity Added",
      "txn": "DP662190"
    }

  ],

  "withdrawal": [

    {
      "name": "Amina Yusuf",
      "country": "Nigeria",
      "amount": "$120",
      "method": "Instant Bank Withdrawal",
      "status": "Withdrawal Processing",
      "txn": "WD532119"
    },

    {
      "name": "Jason Reed",
      "country": "United States",
      "amount": "$3,400",
      "method": "PayPal",
      "status": "Completed",
      "txn": "WD882111"
    },

    {
      "name": "Mariam Hassan",
      "country": "Kenya",
      "amount": "$980",
      "method": "Crypto Transfer",
      "status": "Sent Successfully",
      "txn": "WD662884"
    },

    {
      "name": "Victor Adams",
      "country": "South Africa",
      "amount": "$6,700",
      "method": "Bank Transfer",
      "status": "Approved",
      "txn": "WD288511"
    }

  ],

  "registration": [

    {
      "name": "New Trader",
      "country": "Germany",
      "source": "$10 Bonus Campaign",
      "status": "KYC Pending",
      "txn": "RG882144"
    },

    {
      "name": "New Investor",
      "country": "France",
      "source": "Referral Program",
      "status": "Verification Submitted",
      "txn": "RG119522"
    },

    {
      "name": "New User",
      "country": "Brazil",
      "source": "Instagram Campaign",
      "status": "Email Confirmed",
      "txn": "RG229991"
    }

  ],

  "managedPortfolio": [

    {
      "name": "Sarah Williams",
      "country": "United Kingdom",
      "package": "Gold Investment Plan",
      "amount": "$5,000",
      "duration": "30 Days",
      "status": "Portfolio Activated",
      "txn": "PF221944"
    },

    {
      "name": "Ahmed Ali",
      "country": "Qatar",
      "package": "AI Trading Bot",
      "amount": "$12,000",
      "duration": "90 Days",
      "status": "Bot Running",
      "txn": "PF771944"
    },

    {
      "name": "David Mark",
      "country": "Canada",
      "package": "Copy Trading",
      "amount": "$2,400",
      "duration": "14 Days",
      "status": "Trader Connected",
      "txn": "PF442119"
    }

  ],

  "selfTrading": [

    {
      "name": "Ethan Cole",
      "country": "United States",
      "pair": "BTC/USDT",
      "position": "LONG",
      "profit": "+18.4%",
      "status": "Trade Closed",
      "txn": "TR882144"
    },

    {
      "name": "Samuel Bright",
      "country": "Nigeria",
      "pair": "EUR/USD",
      "position": "SHORT",
      "profit": "+7.2%",
      "status": "Margin Position Active",
      "txn": "TR229114"
    },

    {
      "name": "Li Wei",
      "country": "China",
      "pair": "ETH/USDT",
      "position": "LONG",
      "profit": "+12.9%",
      "status": "Futures Trade Running",
      "txn": "TR773911"
    }

  ],

  "sectors": [

    {
      "name": "Michael Grant",
      "country": "United States",
      "sector": "Real Estate",
      "asset": "Dubai Commercial Estate",
      "allocation": "$18,000",
      "status": "Asset Allocation Successful",
      "txn": "SC771144"
    },

    {
      "name": "Sophia Turner",
      "country": "Australia",
      "sector": "Commodities",
      "asset": "Gold Reserve Portfolio",
      "allocation": "$9,500",
      "status": "Commodity Allocation Completed",
      "txn": "SC229111"
    },

    {
      "name": "Daniel Cruz",
      "country": "Spain",
      "sector": "Gaming & Esports",
      "asset": "Esports Venture Basket",
      "allocation": "$3,200",
      "status": "Sector Investment Activated",
      "txn": "SC882331"
    },

    {
      "name": "Olivia Brooks",
      "country": "United Kingdom",
      "sector": "Business & Startups",
      "asset": "Startup Equity Allocation",
      "allocation": "$22,000",
      "status": "Capital Distributed",
      "txn": "SC119992"
    }

  ],

  "capitalInstruments": [

    {
      "name": "Henry Ford",
      "country": "United States",
      "instrument": "ETF Basket",
      "allocation": "$14,000",
      "status": "ETF Allocation Confirmed",
      "txn": "CP662119"
    },

    {
      "name": "Musa Ibrahim",
      "country": "Nigeria",
      "instrument": "Government Bonds",
      "allocation": "$4,500",
      "status": "Bond Yield Active",
      "txn": "CP118221"
    },

    {
      "name": "Isabella Moore",
      "country": "Canada",
      "instrument": "Stocks Portfolio",
      "allocation": "$11,700",
      "status": "Equity Position Opened",
      "txn": "CP771882"
    }

  ],

  "bonus": [

    {
      "name": "New User",
      "country": "South Africa",
      "bonus": "$10 Welcome Bonus",
      "status": "Bonus Activated",
      "txn": "BN882114"
    },

    {
      "name": "New Trader",
      "country": "Ghana",
      "bonus": "$10 Trading Bonus",
      "status": "Verification Pending",
      "txn": "BN661144"
    }

  ]
}