{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "portfolio-dashboard",
  "title": "Investment Portfolio",
  "description": "Period comparison, allocation, holdings, and a draft trade.",
  "registryDependencies": [
    "https://components.exe.xyz/r/product-workspace.json"
  ],
  "files": [
    {
      "path": "src/components/templates/portfolio-dashboard.tsx",
      "content": "import { ProductWorkspaceTemplate } from \"./product-workspace\"\n\nexport function PortfolioDashboardTemplate() {\n  return <ProductWorkspaceTemplate kind=\"finance\" />\n}\n",
      "type": "registry:block"
    }
  ],
  "type": "registry:block"
}