payout-policy-analyst

Judges whether a company returns the right amount of cash to owners using FCFE analysis.

Updated Sep 9, 2026
One-click install
npx skills add https://github.com/lyndonkl/hermesworld --skill payout-policy-analyst-lyndonkl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: payout-policy-analyst
Source: https://github.com/lyndonkl/hermesworld/tree/main/packages/payout-policy-analyst/skills/valuation-specialists/payout-policy-analyst
Command: npx skills add https://github.com/lyndonkl/hermesworld --skill payout-policy-analyst-lyndonkl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Deciding how much cash a firm should return to shareholders as dividends or buybacks requires comparing what was returned against what could have been returned, and judging whether management can be trusted with any surplus. This Skill runs that payout-policy judgment as stage S10 of a corporate finance valuation pipeline. ## Core Features & Use Cases - FCFE Analysis: Computes cash returned, payout ratios, and three FCFE variants (including target-debt-ratio and bank regulatory-capital routes) via a deterministic Python engine. - Trust and Sustainability Judgment: Scores management quality with ROE versus required return and Jensen's alpha, maps the firm onto the Damodaran payout matrix, and projects five-year dividend sustainability. - Use Case: As part of a corporate-finance or restructuring run, the orchestrator hands this stage cleaned financials and cost of capital; it returns a payout.json artifact with a quadrant verdict, a recommendation on amount, form, and speed, and a readable markdown report. ## Quick Start Ask the valuation orchestrator to run a corporate-finance analysis on the company and include the payout policy stage with the cleaned financial statements.

Frequently Asked Questions about payout-policy-analyst

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze whether a company's dividend policy is sustainable?

Run the sustainability subcommand with base-year revenues, net income, capex, depreciation, dividends, growth rates, working capital percentage, and the debt ratio. It reports dividend_sustainable, the first shortfall year, maximum sustainable dividend growth, and total buyback capacity over five years.

How to compare FCFE against cash returned to shareholders?

Use the fcfe-history subcommand with annual line items and the debt ratio to get cash returned, payout ratios, and three FCFE variants with surplus or deficit against each. Lead with the target-debt-ratio variant, since actual-debt FCFE flatters acquisitive, debt-funded firms.

Does this payout analysis work for banks and insurance companies?

Yes, via a dedicated bank-fcfe route where reinvestment is the increase in regulatory capital rather than capex and working capital. It triggers automatically when classification marks the firm as financial-service or carries no-fcff-valuation constraints.

Can I use this Skill standalone outside the valuation orchestrator?

No, this is a stage brief designed to be delegated by the orchestrator with absolute input and output paths. For direct use, load the payout-policy-analysis skill instead, which carries the underlying method and scripts.

Why does the analysis require buybacks alongside dividends?

Comparing dividends alone mis-ranks US firms by a factor of two or more because buybacks are a major cash return channel. Every screen, peer table, and regression must include buybacks on both sides, netted against equity issuance where stock compensation is large.