{
  "description": "Long-term government bond yields (10-year) over time. Data is sourced from various financial institutions and presented in a normalized format.",
  "keywords": [
    "Government Bonds",
    "10-year Yield",
    "US Treasury",
    "Interest Rates",
    "Time Series"
  ],
  "last_updated": "2025-02-28",
  "licenses": [
    {
      "name": "ODC-PDDL-1.0",
      "path": "http://opendatacommons.org/licenses/pddl/1.0/",
      "title": "Open Data Commons Public Domain Dedication and License v1.0"
    }
  ],
  "name": "long-term-bond-yields",
  "resources": [
    {
      "name": "us-treasury-10y-yields",
      "path": "data/us-10y.csv",
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "yyyy-mm"
          },
          {
            "name": "Yield",
            "type": "number",
            "units": "percent"
          }
        ]
      }
    }
  ],
  "title": "Long Term Government Bond Yields (10y)",
  "version": "2025",
  "collection": "financial-data"
}