# 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.

- Skill: `ruinius/financial-calculations` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add ruinius/financial-calculations`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ruinius/financial-calculations/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Ruinius (https://skillmd.com/u/ruinius)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ruinius/financial-calculations

---


# 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.


