Ben’s Field Notes
  • Home
  • Dashboards
    • Auto Loan Credit
    • Bank Lending Standards
  • Notes
  • Data Sources

Ben’s Field Notes

Rigorous Analysis. Questionable Conclusions. Overengineered Charts.

A public data journal. Mostly credit markets, occasionally macro, always overengineered. I spend an unreasonable amount of time downloading and parsing financial datasets so you don’t have to — though you probably also don’t want to.

Data from SEC EDGAR, the Federal Reserve, and FRED. Analysis my own. Conclusions questionable by design.


Dashboards

Live charts querying the data lake directly. Updated when the pipelines run, which is to say, whenever I remember to run them.

Auto Loan Credit — ABS-EE Panel

Loan-level delinquency data from SEC EDGAR ABS-EE filings. Consumer auto credit, aggregated from servicer reports. Not exactly a beach read.

Bank Lending Standards — SLOOS

The Fed’s Senior Loan Officer Opinion Survey. Banks self-reporting whether they’re tightening credit. Spoiler: when they tighten a lot, things tend to get interesting.


Recent Notes

Source Material

structured-finance
abs-ee
data-lake
infrastructure

A guided tour of the raw data behind every analysis on this site: what we have, where it comes from, and how SEC XML filings become queryable columns.

Jun 7, 2026

The Autoloan Lake Is Full (And the Site Is Live)

structured-finance
consumer-credit
methodology

Finished the ABS-EE autoloan backfill on a Hetzner VM, launched Ben’s Field Notes, and started the other asset classes in the background.

Jun 4, 2026

Field Notes, Volume Zero

methodology

What this site is, what it isn’t, and why there’s a Cloudflare Worker involved.

Apr 25, 2026
No matching items

All notes →

Source Code
---
title: "Ben's Field Notes"
subtitle: "Rigorous Analysis. Questionable Conclusions. Overengineered Charts."
page-layout: full
toc: false
listing:
  id: recent-posts
  contents:
    - posts
    - "!posts/index.qmd"
  sort: "date desc"
  type: default
  max-items: 5
  fields: [date, title, description, categories]
  filter-ui: false
  sort-ui: false
---

::: {.hero-section}
<p class="lead">
  A public data journal. Mostly credit markets, occasionally macro, always overengineered.
  I spend an unreasonable amount of time downloading and parsing financial datasets
  so you don't have to — though you probably also don't want to.
</p>
<p class="hero-meta">
  Data from SEC EDGAR, the Federal Reserve, and FRED.
  Analysis my own. Conclusions questionable by design.
</p>
:::

---

## Dashboards {.home-section-title}

Live charts querying the data lake directly. Updated when the pipelines run, which is to say,
whenever I remember to run them.

::: {.grid .dashboard-tiles}
::: {.g-col-12 .g-col-md-6}
::: {.dashboard-tile}
[**Auto Loan Credit — ABS-EE Panel**](dashboards/abs-ee.qmd)

Loan-level delinquency data from SEC EDGAR ABS-EE filings. Consumer auto credit,
aggregated from servicer reports. Not exactly a beach read.
:::
:::

::: {.g-col-12 .g-col-md-6}
::: {.dashboard-tile}
[**Bank Lending Standards — SLOOS**](dashboards/sloos.qmd)

The Fed's Senior Loan Officer Opinion Survey. Banks self-reporting whether they're
tightening credit. Spoiler: when they tighten a lot, things tend to get interesting.
:::
:::
:::

---

## Recent Notes {.home-section-title}

::: {#recent-posts}
:::

[All notes →](posts/index.qmd){.home-all-notes-link}

Ben’s Field Notes — Rigorous Analysis. Questionable Conclusions.

 

Built with Quarto. Data from SEC EDGAR, Federal Reserve, FRED.