{
  "name": "investor-flow-of-funds-us",
  "title": "US Investor Flow of Funds into Investment Classes (Bonds, Equities etc)",
  "version": "0.1.0",
  "licenses": [
    {
      "name": "ODC-PDDL-1.0",
      "path": "http://opendatacommons.org/licenses/pddl/",
      "title": "Open Data Commons Public Domain Dedication and License v1.0"
    }
  ],
  "author": "Rufus Pollock (http://rufuspollock.org)",
  "sources": [
    {
      "name": "Investment Company Institute (ICI)",
      "path": "http://www.ici.org/research/stats",
      "title": "Investment Company Institute (ICI)"
    }
  ],
  "resources": [
    {
      "name": "monthly",
      "path": "data/monthly.csv",
      "format": "csv",
      "description": "All figures are in millions of USD",
      "mediatype": "text/csv",
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "description": "",
            "format": "any"
          },
          {
            "name": "Total Equity",
            "type": "number",
            "description": ""
          },
          {
            "name": "Domestic Equity",
            "type": "number",
            "description": ""
          },
          {
            "name": "World Equity",
            "type": "number",
            "description": ""
          },
          {
            "name": "Hybrid",
            "type": "number",
            "description": ""
          },
          {
            "name": "Total Bond",
            "type": "number",
            "description": ""
          },
          {
            "name": "Taxable Bond",
            "type": "number",
            "description": ""
          },
          {
            "name": "Municipal Bond",
            "type": "number",
            "description": ""
          },
          {
            "name": "Total",
            "type": "number",
            "description": ""
          }
        ]
      }
    },
    {
      "name": "weekly",
      "path": "data/weekly.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "description": "All figures are in millions of USD",
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "description": "",
            "format": "any"
          },
          {
            "name": "Total Equity",
            "type": "number",
            "description": ""
          },
          {
            "name": "Domestic Equity",
            "type": "number",
            "description": ""
          },
          {
            "name": "World Equity",
            "type": "number",
            "description": ""
          },
          {
            "name": "Hybrid",
            "type": "number",
            "description": ""
          },
          {
            "name": "Total Bond",
            "type": "number",
            "description": ""
          },
          {
            "name": "Taxable Bond",
            "type": "number",
            "description": ""
          },
          {
            "name": "Municipal Bond",
            "type": "number",
            "description": ""
          },
          {
            "name": "Total",
            "type": "number",
            "description": ""
          }
        ]
      }
    }
  ],
  "views": [
    {
      "name": "graph",
      "resources": [
        "monthly"
      ],
      "title": "Mutual Fund Flows",
      "specType": "simple",
      "spec": {
        "type": "line",
        "group": "Date",
        "series": [
          "Total Equity",
          "Total Bond"
        ]
      }
    }
  ],
  "collection": "economic-data"
}
