{
  "@context": "https://schema.org",
  "@type": "DataCatalog",
  "name": "PeerSense Open SBA Lending Data",
  "url": "https://peersense.com/data/manifest.json",
  "publisher": {
    "@type": "Organization",
    "name": "PeerSense",
    "@id": "https://peersense.com/#organization",
    "url": "https://peersense.com"
  },
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "isBasedOn": "https://data.sba.gov/dataset/7-a-504-foia",
  "dataset": [
    {
      "@type": "Dataset",
      "name": "SBA 7(a) Rate Index by Loan Size",
      "description": "Average SBA 7(a) interest rate by loan-size band, FY2024+ originations, from public SBA loan-level data.",
      "url": "https://peersense.com/sba-rate-index",
      "license": "https://creativecommons.org/licenses/by/4.0/",
      "creator": {
        "@type": "Organization",
        "name": "PeerSense",
        "@id": "https://peersense.com/#organization"
      },
      "distribution": [
        {
          "@type": "DataDownload",
          "encodingFormat": "text/csv",
          "contentUrl": "https://peersense.com/data/sba-rate-index.csv"
        },
        {
          "@type": "DataDownload",
          "encodingFormat": "application/json",
          "contentUrl": "https://peersense.com/data/sba-rate-index.json"
        }
      ]
    },
    {
      "@type": "Dataset",
      "name": "SBA Default Rate by Industry (NAICS)",
      "description": "SBA charge-off rate as a share of resolved loans (paid in full or charged off) by 6-digit NAICS industry; industries with 100+ resolved loans.",
      "url": "https://peersense.com/sba-lending-report",
      "license": "https://creativecommons.org/licenses/by/4.0/",
      "creator": {
        "@type": "Organization",
        "name": "PeerSense",
        "@id": "https://peersense.com/#organization"
      },
      "distribution": [
        {
          "@type": "DataDownload",
          "encodingFormat": "text/csv",
          "contentUrl": "https://peersense.com/data/sba-default-by-industry.csv"
        },
        {
          "@type": "DataDownload",
          "encodingFormat": "application/json",
          "contentUrl": "https://peersense.com/data/sba-default-by-industry.json"
        }
      ]
    },
    {
      "@type": "Dataset",
      "name": "SBA Lender Scorecard",
      "description": "Largest SBA 7(a)/504 lenders with charge-off rate on resolved loans, average loan size, and average recent rate. Public FOIA lender entities.",
      "url": "https://peersense.com/sba-lenders/scorecard",
      "license": "https://creativecommons.org/licenses/by/4.0/",
      "creator": {
        "@type": "Organization",
        "name": "PeerSense",
        "@id": "https://peersense.com/#organization"
      },
      "distribution": [
        {
          "@type": "DataDownload",
          "encodingFormat": "text/csv",
          "contentUrl": "https://peersense.com/data/sba-lender-scorecard.csv"
        },
        {
          "@type": "DataDownload",
          "encodingFormat": "application/json",
          "contentUrl": "https://peersense.com/data/sba-lender-scorecard.json"
        }
      ]
    },
    {
      "@type": "Dataset",
      "name": "SBA Lending Volume by Metro",
      "description": "SBA loan count, capital deployed, average loan size, and jobs supported by US metro area.",
      "url": "https://peersense.com/sba-lending-report",
      "license": "https://creativecommons.org/licenses/by/4.0/",
      "creator": {
        "@type": "Organization",
        "name": "PeerSense",
        "@id": "https://peersense.com/#organization"
      },
      "distribution": [
        {
          "@type": "DataDownload",
          "encodingFormat": "text/csv",
          "contentUrl": "https://peersense.com/data/sba-metro-volume.csv"
        },
        {
          "@type": "DataDownload",
          "encodingFormat": "application/json",
          "contentUrl": "https://peersense.com/data/sba-metro-volume.json"
        }
      ]
    }
  ]
}