top of page
fondo-azul-degradado-lujo-abstracto-azul-oscuro-liso-banner-estudio-vineta-negra.jpg

Next-Gen Credit Risk Modeling with Generative AI and Autonomous Agents

 

 

 

la-reunion-en-linea-de-la-oficina-del-futuro-videoconferencia-llamada-los-empresarios-cone

OBJECTIVE OF THE COURSE

This 30-hour masterclass is designed for professionals in banking, credit risk, and financial modeling who want to integrate cutting-edge Generative AI and AI Agents into credit risk management workflows.

 

The course offers a balanced approach between theory and hands-on practice using Python, focusing on the use of GANs, VAEs, LLMs, and Reinforcement Learning agents to create synthetic borrower data, automate underwriting, simulate credit decisions, and generate human-like credit narratives.

 

Participants will learn to build, deploy, and monitor models and agents that operate under regulatory constraints and real-world stress scenarios.

The course prepares professionals to:

  • Understand foundational and advanced concepts in generative modeling and autonomous agents

  • Generate high-quality synthetic borrower data for model training and validation

  • Automate credit decisions using intelligent, explainable agents

  • Perform scenario-based risk simulations using AI agents

  • Implement production-ready systems that are fair, interpretable, and auditable

TARGET AUDIENCE


The course is designed for professionals from financial institutions who are interested in developing powerful and innovative credit risk models, as well as calibrating their outputs for practical deployment.

 

It is especially relevant for individuals working in credit risk, model validation, and data science departments who are responsible for the design, implementation, or oversight of risk models.

To fully benefit from the course, participants are expected to have a foundational understanding of statistics and mathematics, which will support the comprehension of modeling techniques and advanced generative AI and AI Agent applications.

 

 

 

Diapositiva4.png
fondo-azul-degradado-lujo-abstracto-azul-oscuro-liso-banner-estudio-vineta-negra.jpg
Time.png

Schedules:

  • Europe: Mon-Fri, CEST 16-19 h

  • America: Mon-Fri, CDT 18-21 h​​

  • Asia: Mon-Fri, IST 18-21 h

Price.png

Price: 7 900 €

Online Live

 

Level.png

Level: Advanced

 

Duration.png

Duration: 33 h

 

Material.png

     Material: 

  • PDF Presentations

  • Exercises in Excel, R, Python, Jupyterlab and AI Agents

fondo-azul-degradado-lujo-abstracto-azul-oscuro-liso-banner-estudio-vineta-negra.jpg

AGENDA
 Next-Gen Credit Risk Modeling with Generative AI and Autonomous Agents

 

 

Module 1: Foundations of Generative AI – Prompts and Embeddings in Credit Risk

Objective:

Introduce the core building blocks of Generative AI — specifically prompt engineering and embeddings — and how these elements are transforming credit risk management. Participants will learn how LLMs interpret input, generate financial narratives, and represent meaning from unstructured data. This foundation is essential for all subsequent modules.

       Topics Covered:

      What is Generative AI?

  • Generative vs. Discriminative models

  • Applications in text, tabular data, and decision support

  • Key model types: GPT, BERT, Diffusion Models, VAEs

      What is a Prompt?

  • Anatomy of a prompt: instructions, examples, constraints

  • Prompt engineering strategies (zero-shot, few-shot)

  • Prompt tuning vs. fine-tuning

      What is an Embedding?

  • Semantic representation of text

  • Vector space interpretation (similarity, clustering, sentiment)

  • Sentence vs. document embeddings

       Financial Applications

  • Use of prompts for memo generation, loan decisions, and justification

  • Use of embeddings to convert qualitative sources (news, reports) into numerical inputs for models

  • Integrating embeddings with structured features in credit scoring

      Architecture Overview

  • Transformer encoder/decoder overview (attention, tokenization)

  • How LLMs learn relationships in financial texts

  • Embedding APIs (OpenAI, HuggingFace, Cohere)

 

       Exercises: 

  • Exercise 1: Prompt a Credit Risk Memo with OpenAI or Local Model

  • Use a financial data dictionary (e.g., income, DSCR, credit score)

  • Build a prompt that instructs the model to generate a professional credit assessment memo

  • Exercise 2: Generate and Visualize Text Embeddings

  • Load 5 example borrower narratives or press releases

  • Use sentence-transformers or text-embedding-ada-002 to generate embeddings

  • Apply PCA or t-SNE to visualize borrower similarity clusters

 

Module 2: Foundations of Generative AI and

AI Agents in Finance

       Concepts:

  • What is Generative AI? Comparison with Discriminative models

  • Introduction to AI agents, autonomy, reasoning, memory

  • Historical challenges in credit risk and where AI helps

 

       You Will Learn To:

  • Identify use cases of GenAI in risk scoring, reporting, simulation

  • Understand the architecture of generative models (GANs, VAEs, LLMs)

  • Understand the role of agents in credit decision automation

 

      Exercises:

  • Exercise 3: Generate synthetic borrower names and profiles using LLMs

  • Exercise 4: Simulate a simple agent making “approve/reject” decisions based on rules

  • Exercise 5: Create a credit applicant description using a pre-trained language model

 

Module 3: Generative Adversarial Networks (GANs) for Credit Data Synthesis

      Concepts:

  • GAN architecture: generator, discriminator, loss function

  • Credit dataset imbalance and class augmentation

  • Best practices for GANs in tabular financial data

 

      You Will Learn To:

  • Train a GAN to generate realistic loan application data

  • Evaluate synthetic data quality using visualization and statistical metrics

  • Use synthetic data to balance minority/default classes

 

      Exercises:

  • Build a basic GAN in PyTorch or TensorFlow for credit data

  • Use T-SNE/PCA to visualize real vs. synthetic borrowers

  • Train a logistic regression on GAN-augmented data and evaluate AUC

 

Module 4: Variational Autoencoders (VAEs) and

Latent Credit Risk Modeling

      Concepts:

  • Latent space encoding for borrower profiles

  • Reconstruction loss and KL divergence

  • Use of VAEs for dimensionality reduction and anomaly detection

      You Will Learn To:

  • Compress borrower time series using a VAE

  • Detect unusual borrowers in latent space

  • Generate borrower profiles with latent features controlling risk level

 

      Exercises:

  • Exercise 6: Implement a VAE to reduce credit scoring data from 20 to 5 dimensions

  • Exercise 7: Cluster latent borrower profiles to segment high-risk borrowers

  • Exercise 8: Generate 100 new synthetic applicants using decoder manipulation

 

Module 5: LLMs for Generating Credit Narratives and Reports

      Concepts:

  • Prompt engineering for financial applications

  • Structured-to-unstructured generation: tabular to text

  • Risks of hallucinations and mitigation strategies

 

       You Will Learn To:

  • Build prompts to generate credit memos from numerical input

  • Fine-tune an LLM on internal credit narratives (optional dataset)

  • Evaluate generated texts for readability, tone, and risk insights

 

       Exercises:

  • Exercise 9: Convert credit scores + income + history into a narrative with GPT-3 or Deep Seek

  • Exercise 10: Score generated memos using sentiment and readability metrics

  • Exercise 11: Create a prompt toolkit for various reporting formats (memo, summary, compliance)

 

Module 6: Reinforcement Learning for Credit Policy Optimization

      Concepts:

  • Markov Decision Processes (MDP) for credit agents

  • Q-learning, Deep Q Networks (DQN)

  • Simulated credit environments and reward shaping

 

       You Will Learn To:

  • Create a credit simulation environment (OpenAI Gym style)

  • Train an agent to learn approval strategies that balance risk and return

  • Evaluate policy performance under cost constraints (defaults, missed profits)

 

       Exercises:

  • Exercise 12: Implement Q-learning agent for loan approvals (accept/reject)

  • Exercise 14:Introduce penalty for wrong approvals and reward for correct rejections

  • Exercise 15:Compare RL agent vs. logistic model on profit-maximizing loan strategy

Module 7: AI Agents for Credit Workflow and Decision Automation

 

      Concepts:

  • LangChain and memory-enabled agents

  • Tool usage: calculators, retrievers, risk engines

  • Multi-step reasoning and dynamic task execution

 

       You Will Learn To:

  • Build an agent to handle a loan request from input to recommendation

  • Use tools like PDF readers, calculators, and search for credit info retrieval

  • Implement memory in agents to recall similar past decisions

 

       Exercises:

  • Exercises 16: Create an AI underwriting assistant using LangChain

  • Exercises 17: Give the agent access to a scoring model and a document retrieval tool

  • Exercises 18: Simulate 5 credit applications and record agent reasoning paths

 

Module 8: Explainability and Fairness in

Generative  AI Models

 

       Concepts:

  • Explainability for GANs, VAEs, and LLMs

  • SHAP, LIME, fairness and bias audits

  • Regulatory requirements for synthetic data usage

 

       You Will Learn To:

  • Audit a GAN-based credit score for biased feature generation

  • Apply SHAP to interpret VAE-generated borrower data

  • Test for fairness: disparate impact and equal opportunity

 

       Exercises:

  • Exercises 19: Generate SHAP values for both real and synthetic data models

  • Exercises 20: Compare fairness metrics before and after synthetic augmentation

  • Exercises 21: Generate an XAI report on credit scoring using LLM-generated explanations

 

Module 9: Stress Testing Credit Models

with Synthetic Scenarios

      Concepts:

  • Macroeconomic scenario generation with GenAI

  • Tail risk simulation and credit migration

  • Reverse stress testing using counterfactuals

 

       You Will Learn To:

  • Generate economic downturn scenarios using VAE or GPT

  • Feed scenarios into credit models and analyze PD impact

  • Visualize stress impacts across segments and portfolios

 

       Exercises:

  • Exercises 22: Use LLM to generate 3 plausible adverse macroeconomic scenarios

  • Exercises 23: Simulate portfolio default rates under synthetic shocks

  • Exercises 24: Create a stress dashboard using Plotly/Dash

 

Module 10: Multi-Agent Simulations

of Credit Portfolios

      Concepts:

  • Agent-based modeling (ABM) for systemic risk

  • Modeling borrower-agent, lender-agent dynamics

  • Contagion, feedback loops, and policy simulation

       You Will Learn To:

  • Design borrower and lender agents with simple behavioral rules

  • Simulate the effect of interest rate hikes or unemployment shocks

  • Visualize emergent behaviors and defaults over time

 

       Exercises:

  • Exercises 25: Build an ABM for 1000 agents with different risk propensities

  • Exercises 26: Simulate policy interventions: payment holidays, moratoria

  • Exercises 27: Plot heatmaps of default clusters under different scenarios

 

Module 11: Deploying Generative AI and

Agents in Credit Risk

 

      Concepts:

  • API integration, model serving (FastAPI, Docker)

  • Monitoring agent decisions for drift and bias

  • Compliance with SR 11-7, ECB TRIM, and IFRS 9 expectations

 

       You Will Learn To:

  • Package models and agents into deployable services

  • Implement logging and monitoring of AI agent outputs

  • Build governance documentation and compliance artifacts

 

       Exercises:

  • Exercises 27: Deploy a credit scoring model as a REST API

  • Exercises 28: Set up logging of LLM decisions and audit trails

  • Exercises 29: Create a compliance checklist for model risk governance

Module 12: Credit Rating using Structured and Unstructured Data with Generative AI


Goal: Equip participants with the skills to design AI-driven credit rating models that integrate both structured data (e.g., financial ratios, credit scores) and unstructured data (e.g., news, company reports, call transcripts). Generative AI, particularly LLMs, embeddings, and multi-modal learning, will be applied to process and interpret textual information to enrich traditional scoring systems.

       Concepts:

  • Fundamentals of credit rating methodologies (internal and external ratings)

  • Structured data: quantitative features (financials, ratios, credit history)

  • Unstructured data: sentiment, tone, disclosure in news/reports

  • Generative AI for unstructured data: transformers, embeddings, summarization

  • Multi-modal fusion: combining structured and unstructured insights

  • Model validation and regulatory concerns with textual features

 

      You Will Learn To:

  • Parse and embed company press releases and news articles using LLMs

  • Extract credit-relevant signals (e.g., sentiment, risk language) from text

  • Combine numerical and textual vectors for credit rating prediction

  • Automate credit rating reports with structured + LLM-generated summaries

  • Evaluate how adding textual signals improves rating model AUC or F1

 

      Exercises:

  • Exercise 30: Credit Rating Financial + News: Fusion Model

  • Load a sample dataset of SME balance sheet features (structured)

  • Scrape or load text data (e.g., company news, annual report excerpts)

  • Use transformers (e.g., BERT or RoBERTa) to embed textual news data

  • Concatenate text embeddings with financial data and fit a classification model

  • Evaluate AUC and confusion matrix with and without text data

Anchor 10
bottom of page