3-statements
This Claude Code skill completes integrated three-statement financial models by populating linked Income Statements, Balance Sheets, and Cash Flow Statements with proper cross-tab formulas and dependencies. Use it when building or updating financial projection models that require coordinated data entry across multiple interconnected statement tabs, ensuring consistency in working capital, depreciation, debt schedules, and other drivers that flow between statements.
git clone --depth 1 https://github.com/ginlix-ai/LangAlpha /tmp/3-statements && cp -r /tmp/3-statements/skills/3-statements ~/.claude/skills/3-statementsSKILL.md
# 3-Statement Financial Model Template Completion Complete and populate integrated financial model templates with proper linkages between Income Statement, Balance Sheet, and Cash Flow Statement. ## Model Structure ### Identifying Template Tab Organization Templates vary in their tab naming conventions and organization. Before populating, review all tabs to understand the template's structure. Below are common tab names and their typical contents: | Common Tab Names | Contents to Look For | |------------------|----------------------| | IS, P&L, Income Statement | Income Statement | | BS, Balance Sheet | Balance Sheet | | CF, CFS, Cash Flow | Cash Flow Statement | | WC, Working Capital | Working Capital Schedule | | DA, D&A, Depreciation, PP&E | Depreciation & Amortization Schedule | | Debt, Debt Schedule | Debt Schedule | | NOL, Tax, DTA | Net Operating Loss Schedule | | Assumptions, Inputs, Drivers | Driver assumptions and inputs | | Checks, Audit, Validation | Error-checking dashboard | **Template Review Checklist** - Identify which tabs exist in the template (not all templates include every schedule) - Note any template-specific tabs not listed above - Understand tab dependencies (e.g., which schedules feed into the main statements) - Locate input cells vs. formula cells on each tab ### Understanding Template Structure Before populating a template, familiarize yourself with its existing layout to ensure data is entered in the correct locations and formulas remain intact. **Identifying Row Structure** - Locate the model title at top of each tab - Identify section headers and their visual separation - Find the units row indicating $ millions, %, x, etc. - Note column headers distinguishing Actuals vs. Estimates periods - Confirm period labels (e.g., FY2024A, FY2025E) - Identify input cells vs. formula cells (typically distinguished by font color) **Identifying Column Structure** - Confirm line item labels in leftmost column - Verify historical years precede projection years - Note the visual border separating historical from projected periods - Check for consistent column order across all tabs **Working with Named Ranges** Templates often use named ranges for key inputs and outputs. Before entering data: - Review existing named ranges in the template (Formulas → Name Manager in Excel) - Common named ranges include: Revenue growth rates, cost percentages, key outputs (Net Income, EBITDA, Total Debt, Cash), scenario selector cell - Ensure inputs are entered in cells that feed into these named ranges ### Projection Period - Templates typically project 5 years forward from last historical year - Verify historical (A) vs. projected (E) columns are clearly separated - Confirm columns use fiscal year notation (e.g., FY2024A, FY2025E) ## Margin Analysis **Note: The following margin analysis should only be performed if prompted by the user or if the template explicitly requires it. If no prompt is given, skip this section.** Calculate and display profitability margins on the Income Statement (IS) tab to track operational efficiency and enable peer comparison. ### Core Margins to Include | Margin | Formula | What It Measures | |--------|---------|------------------| | Gross Margin | Gross Profit / Revenue | Pricing power, production efficiency | | EBITDA Margin | EBITDA / Revenue | Core operating profitability | | EBIT Margin | EBIT / Revenue | Operating profitability after D&A | | Net Income Margin | Net Income / Revenue | Bottom-line profitability | ### Income Statement Layout with Margins Display margin percentages directly below each profit line item: - Gross Margin % below Gross Profit - EBIT Margin % below EBIT - EBITDA Margin % below EBITDA - Net Income Margin % below Net Income ## Credit Metrics **Note: The following Credit analysis should only be performed if prompted by the user or if the template explicitly requires it. If no prompt is given, skip this section.** Calculate and display credit/leverage metrics on the Balance Sheet (BS) tab to assess financial health, debt capacity, and covenant compliance. ### Core Credit Metrics to Include | Metric | Formula | What It Measures | |--------|---------|------------------| | Total Debt / EBITDA | Total Debt / LTM EBITDA | Leverage multiple | | Net Debt / EBITDA | (Total Debt - Cash) / LTM EBITDA | Leverage net of cash | | Interest Coverage | EBITDA / Interest Expense | Ability to service debt | | Debt / Total Cap | Total Debt / (Total Debt + Equity) | Capital structure | | Debt / Equity | Total Debt / Total Equity | Financial leverage | | Current Ratio | Current Assets / Current Liabilities | Short-term liquidity | | Quick Ratio | (Current Assets - Inventory) / Current Liabilities | Immediate liquidity | ### Credit Metric Hierarchy Checks Validate that Upside shows strongest credit profile: - Leverage: Upside < Base < Downside (lower is better) - Coverage: Upside > Base > Downside (higher is better) - Liquidity: Upside > Base > Downside (higher is better) ### Covenant Compliance Tracking If debt covenants are known, add explicit compliance checks comparing actual metrics to covenant thresholds. ## Scenario Analysis (Base / Upside / Downside) Use a scenario toggle (dropdown) in the Assumptions tab with CHOOSE or INDEX/MATCH formulas. | Scenario | Description | |----------|-------------| | Base Case | Management guidance or consensus estimates | | Upside Case | Above-guidance growth, margin expansion | | Downside Case | Below-trend growth, margin compression | **Key Drivers to Sensitize**: Revenue growth, Gross margin, SG&A %, DSO/DIO/DPO, CapEx %, Interest rate, Tax rate. **Scenario Audit Checks**: Toggle switches all statements, BS balances in all scenarios, Cash ties out, Hierarchy holds (Upside > Base > Downside for NI, EBITDA, FCF, margins). ## SEC Filings Data Extraction If the template specifically requires pulling data from SEC filings (10-K, 10-Q), see [references/sec-filings.md](references/sec-fili
Create and manage scheduled and price-triggered automations.
Event tracker: earnings dates, economic releases, conferences, regulatory events
Investment deck QC: number consistency, data-narrative alignment, IB language, formatting audit
Financial model audit: structural checks, formula validation, integrity testing
Competitive landscape analysis: positioning, scorecards, moat assessment, market share trends
Comparable company analysis: operating metrics, valuation multiples, peer benchmarking
DCF valuation: free cash flow projections, WACC, terminal value, sensitivity analysis
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.