| name | Financial Calculations |
| description | Execute a single deterministic Python script to compute all derived financial metrics (EBITA, Invested Capital, Tax Rates, Summary Table) from extracted financial data. |
Financial Calculations (Phase 3)
All calculation logic is consolidated into a single script that enforces the correct dependency chain internally.
- Execute the script:
python skills/financial_calculations/scripts/calculate.py {markdown_file}
- 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.