const TYPE_ICONS = { stock: "📈", crypto: "🪙", real_estate: "🏠", bond: "📋", cash: "💵" }; const TYPE_COLORS = { stock: BLUE, crypto: YELLOW, real_estate ...