Financial calculator
My comprehensive, tested + audited, library of skills to use for ChatGPT.
npx -y skills add dkyazzentwatwa/chatgpt-skills --skill financial-calculatorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its author says it does
Copied from the file, not written here
Run loan, investment, NPV, retirement, savings, and risk calculations with schedules and charts. Use for deterministic financial modeling tasks.
SKILL.md
0.9 KB, as published. Nobody here has run it
Financial Calculator
Use deterministic calculations instead of ad hoc spreadsheet math when the user needs precise financial outputs.
Use This For
- Loan and mortgage math
- Investment growth and savings goals
- NPV, IRR, and payback analysis
- Retirement projections and withdrawal planning
- Monte Carlo style risk scenarios
Workflow
- Confirm units and assumptions first: rates, compounding, time horizon, taxes, and inflation.
- Use
scripts/financial_calc.pyas the source of truth for the computation. - Return both the answer and the assumptions that materially drive it.
Guardrails
- Treat outputs as calculations, not personalized financial advice.
- Surface simplifying assumptions and scenario sensitivity.