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

Notes

A plain-English introduction to SEC EDGAR’s ABS-EE dataset — loan-level data from auto loan securitizations, available to anyone with the patience to parse XML.

What Is ABS-EE and Why Does It Exist

structured-finance
consumer-credit
methodology

A plain-English introduction to SEC EDGAR’s ABS-EE dataset — loan-level data from auto loan securitizations, available to anyone with the patience to parse XML.

Apr 25, 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
  sort: "date desc"
  type: default
  max-items: 5
  fields: [date, title, description, categories]
  filter-ui: false
  sort-ui: false
---

```{=html}
<div class="hero-section" style="padding: 3rem 0 2rem 0; max-width: 680px;">
  <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 style="color: #8A8A8A; font-size: 0.9rem; margin-top: 1rem;">
    Data from SEC EDGAR, the Federal Reserve, and FRED.
    Analysis my own. Conclusions questionable by design.
  </p>
</div>
```

---

## Dashboards

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

::: {.grid}
::: {.g-col-12 .g-col-md-6}
**[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}
**[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

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

[All notes →](posts/index.qmd)

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

 

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