MGMT 675: Generative AI for Finance
Go to claude.ai in any browser. No installation required. Icon at top left opens sidebar.
What it can do: It’s a chatbot with a code execution tool. It can answer questions, explain concepts, brainstorm, draft text, summarize documents you paste in. It can also generate charts, Excel files, Word docs, and PowerPoint decks. Code runs in a sandbox — can pip install packages but has no internet access.
Getting started:
claude.ai and sign in (or create an account)What Artifacts Can Build
Limitation: Artifacts are client-side only — no database, no persistence. They are disposable by design: generate a new one when needs change, rather than maintaining an old one.
“Create a Black-Scholes option calculator with inputs for stock price, strike, rate, volatility, and expiration, and plot call and put prices as the stock price varies from 50% to 150% of the strike.”
Publish: Publish the artifact and share the link.
All three major platforms let you describe what you want in plain English and get an interactive tool.
We use Claude, but the concepts transfer to any platform.
What It Does
Capabilities
Requires Claude Pro ($20/mo) or a Claude Team/Enterprise plan.
The add-in can see your entire workbook: sheet names, cell values, and formulas. It edits cells directly — you can undo any change with Ctrl+Z.
Open a blank workbook with the Claude sidebar visible. Type:
“Create a loan amortization table for a $300,000 mortgage at 6.5% annual interest with a 30-year term and monthly payments. Use formulas so I can change the loan amount, rate, and term. Include columns for payment number, payment, principal, interest, and remaining balance. Add a summary section showing total interest paid.”
=COPILOT() function, Python in Excel — best for enterprise ecosystems=AI() function, web-only — best for cloud collaborationAll three can produce the same kinds of financial tools — DCF calculators, amortization tables, scenario analyzers. Choose based on your ecosystem.