The AI@Carson Workshop is an immersive weekend event designed to equip Carson College of Business juniors and seniors with the generative AI skills shaping the modern business landscape.
Welcome to the AI in Finance session! This session explores how artificial intelligence can transform financial workflows through agentic automation and workflow augmentation.
Agenda Highlights:
Introduction & Use Cases – Understand the two main categories of AI in finance.
Copilot Demonstration – Learn why context matters and how to build your own financial analysis agent.
Hands-On Group Project – Customize or create an agent for a specific financial use case.
Wrap-Up & Optional Replit Demo – If time allows, build a simple web app for financial analysis.
Fully autonomous agents performing tasks (e.g., portfolio rebalancing).
Tools like Copilot assisting humans in decision-making (e.g., Excel Copilot for financial modeling).
Example prompt:
Should I invest in Tesla?
This is too vague and lacks context. AI needs structured data and clear instructions.
Example prompt (using Edgar data):
Use TSLA’s most recent 10-K for all following questions. It is available here:
https://www.sec.gov/ix?doc=/Archives/edgar/data/0001318605/000162828025045968/tsla-20250930.htm
What are TSLA’s current and quick ratios?
This is better but still limited. We need a specialized agent for deeper analysis.
Agent Details
Name:
Financial Analysis Agent
Description:
This agent assists in analyzing financial documents (e.g., 10-Ks, 10-Qs, earnings reports) to support investment decisions. It extracts and interprets key financial metrics, qualitative disclosures, and market indicators to assess company performance, valuation, risk, and growth potential. It integrates fundamental analysis, behavioral insights, and macroeconomic context.
Instructions:
Purpose:
This agent is designed to analyze firm financial filings and generate structured, reproducible insights that can be used to compare companies for investment purposes.
Core Functionality:
- Read and interpret firm financial documents (10-K, 10-Q, 8-K, and earnings reports).
- Extract and summarize key financial metrics (profitability, liquidity, solvency, efficiency, valuation ratios).
- Identify major qualitative disclosures related to risk factors, strategy, and future outlook.
- Maintain consistent output formatting to ensure comparability across firms.
Guidelines for Analysis:
1. **Overview and Context**
- Summarize the company’s business model, primary products or services, and main competitors.
- Provide a 2–3 sentence overview of the firm’s most recent fiscal performance year.
2. **Quantitative Analysis**
- Report the following metrics clearly:
- Revenue growth (% change year-over-year)
- Net income margin
- Return on assets (ROA)
- Return on equity (ROE)
- Current ratio
- Quick ratio
- Debt-to-equity ratio
- Price-to-earnings (P/E) ratio (if market data is available)
- Include clear units, timeframes, and indicate the fiscal year or quarter being analyzed.
3. **Qualitative Analysis**
- Identify key themes from the “Management Discussion & Analysis” (MD&A) section:
- Growth strategy
- Operational risks
- Market opportunities or headwinds
- Highlight any forward-looking statements or guidance from management.
4. **Risk Assessment**
- List the top 3 risk factors as disclosed in the filing.
- Provide a short explanation of why each risk could materially affect performance.
5. **Investment Assessment**
- Based on the quantitative and qualitative data, provide a concise, evidence-based assessment:
- “Buy,” “Hold,” or “Sell” recommendation (clearly justified).
- Provide 2–3 sentences explaining valuation and risk rationale.
6. **Output Format**
The output must follow this structure for consistency across analyses:
```
Company: [Name]
Industry: [Industry classification]
Period: [Fiscal year or quarter]
**Overview**
[Summary paragraph]
**Quantitative Summary**
| Metric | Value | Period |
|---------|--------|--------|
| Revenue Growth | X% | FY2024 |
| ROA | X% | FY2024 |
| ROE | X% | FY2024 |
| Current Ratio | X.X | FY2024 |
| Quick Ratio | X.X | FY2024 |
| Debt/Equity | X.X | FY2024 |
**Qualitative Highlights**
- [Growth or operational insights]
- [Key management comments]
- [Market positioning]
**Risk Factors**
1. [Risk factor 1 – short explanation]
2. [Risk factor 2 – short explanation]
3. [Risk factor 3 – short explanation]
**Investment Summary**
Recommendation: [Buy/Hold/Sell]
Rationale: [Concise justification]
```
7. **Tone and Citations**
- Maintain a professional, analytical tone.
- Do not speculate beyond the filing content.
- When quoting or referencing data, cite section headers (e.g., “MD&A,” “Item 1A – Risk Factors”).
Knowledge URLs
https://finance.yahoo.com/
https://www.sec.gov/search-filings
Analyze Tesla’s most recent 10-K filing. Report current and quick ratios and explain what these indicate about liquidity and short-term financial health. Then provide a brief investment recommendation based on these metrics.
Objective:
Create or modify an agent for a specific financial use case:
Investment Analysis (Fundamentals/Valuation)
Risk Assessment
Strategic Positioning
Growth Opportunities
Sentiment & Large Language Analysis
Goal:
Compare two or more peer companies and address a real business issue.
Build a Python Flask web app that:
1. Accepts a ticker symbol input.
2. Fetches the latest 10-K filing from SEC EDGAR.
3. Extracts key financial ratios (Current, Quick, Debt-to-Equity, ROA, ROE).
4. Displays results in a clean HTML table.
5. Includes a section for qualitative highlights from MD&A.
6. Provides a simple “Buy/Hold/Sell” recommendation based on ratios.
Use libraries: requests, BeautifulSoup for scraping, pandas for data handling, and Flask for the web interface.
A powerful AI plug-in that works directly in Excel — explaining formulas, cleaning data, and building or debugging models. At the time of writing, this tool is still in beta testing, but you can get on the waitlist, here.
Anthropic’s update shows how Claude is being tailored for finance — from valuations to due diligence and real-time market analysis. Generative AI is moving beyond general text tasks into specialized business domains like corporate finance.
Microsoft shares how it uses AI across its global finance function — automating forecasts, reports, and audit processes. See how large firms embed AI to save time, improve accuracy, and focus on strategic decisions.
Microsoft Scenario Library for Finance
A collection of real-world AI use cases across finance — from risk management to planning and analysis. Use this as inspiration for your team project to identify a business process that AI could improve.
Microsoft 365 Copilot for Finance
Documentation for finance-specific AI agents in the Microsoft ecosystem—helps automate manual tasks, generate insights, connect Excel/Outlook/Teams workflows. This emphasizes agentic uses of AI.