Financial Calculations

Execute a single deterministic Python script to compute all derived financial metrics (EBITA, Invested Capital, Tax Rates, Summary Table) from extracted financial data.

Ruinius bbb135a 3 files · 19.4 KB Updated

File contents

Financial Calculations (Phase 3)

All calculation logic is consolidated into a single script that enforces the correct dependency chain internally.

  1. Execute the script: python skills/financial_calculations/scripts/calculate.py {markdown_file}
  2. Verify no errors were thrown.

Changelog

  • 2026-05-07: Updated calculate.py to correctly identify interest_expense_net and use absolute values for interest expense in the summary table, fixing WACC calculation issues.

Ruinius/financial-analyst-skills/tree/main/skills/financial_calculations commit bbb135a387

Frequently asked questions

npx skillmds@latest add ruinius/financial-calculations