A hands-on graduate course on how large language models, agents, and modern NLP are reshaping financial research and practice — from transformer foundations to valuation, credit risk, trading, and compliance.
This course bridges the theory of large language models with their applied use in finance. We start from the architecture and training of modern LLMs, then build toward autonomous agents and concrete financial applications. Each topic pairs conceptual depth with reproducible Python labs.
Transformer architecture, tokenization, pre-training, fine-tuning, and what actually makes these models work.
Tool use, retrieval, loops, goals, and iterations — building LLM agents that act on financial tasks.
Valuation, credit risk, sentiment, portfolio construction, RegTech, summarization, and explainability.
Seventeen modules spanning model internals and financial applications. Slides for the first six modules are live below; the remaining materials are released progressively.
company_analysis agent — code/practicals/04-llm-agents/company_analysis/code/practicals/05-business-valuation/Everything you need to follow along, released progressively.
Install everything before the first session — Anaconda, VS Code, Node.js, Claude Code, Cline, and API keys, on Windows/macOS/Linux: Open the setup guide →
Interactive HTML decks — lecture and practical — for the first six modules are live, with the rest released progressively: Browse all slide decks →
Read the full Large Language Models in Finance manuscript in your browser:
View the book (PDF) →
Companion reference volume:
View the appendices (PDF) →
Chapter notes and reference material accompanying each lecture.
Python labs and figure-generation code live in the public repository: github.com/jfimbett/llm-finance-book.
Release in progress. The book PDF and the slide decks for the first four modules are available now; the remaining modules and student handouts are being finalized and will appear here ahead of the Summer School.
All notebooks, the shared llmfin Python package, and the scripts used to
generate the book's figures are open-source on GitHub.