### Calculate PB Ratio Source: https://github.com/simplywallst/company-analysis-model/blob/master/MODEL.markdown Use this formula to calculate the Price-to-Book ratio. It requires the stock price and the book value per share. ```plaintext PB ratio = Stock Price / Book Value per Share ``` -------------------------------- ### Calculate PEG Ratio Source: https://github.com/simplywallst/company-analysis-model/blob/master/MODEL.markdown Use this formula to calculate the Price-to-Earnings Growth ratio. It requires the PE ratio and the annual net income growth rate. ```plaintext PEG ratio = PE ratio / Annual net income growth rate (%) ``` -------------------------------- ### Debt to Equity Ratio Formula Source: https://github.com/simplywallst/company-analysis-model/blob/master/MODEL.markdown Measures a company's total debt relative to its shareholders' equity, indicating the level of financial leverage. A ratio of 40% or less is considered acceptable. ```text Debt to Equity ratio = Total Debt / Total Book Value of Shareholders Equity ``` -------------------------------- ### Calculate PE Ratio Source: https://github.com/simplywallst/company-analysis-model/blob/master/MODEL.markdown Use this formula to calculate the Price-to-Earnings ratio. It requires the current share price and the earnings per share. ```plaintext PE ratio = Current share price / Earnings per share ``` -------------------------------- ### Payout Ratio Calculation Formula Source: https://github.com/simplywallst/company-analysis-model/blob/master/MODEL.markdown Formula for calculating the Payout Ratio, used to assess dividend affordability. This ratio compares dividends per share to earnings per share. Specific thresholds apply for general stocks and REITs. ```text Payout ratio = Dividends per share / Earnings per share ``` -------------------------------- ### Free Cash Flow Calculation Source: https://github.com/simplywallst/company-analysis-model/blob/master/dcf-update-q1-2019.markdown Defines the basic formula for calculating Free Cash Flow. This is a fundamental metric used in financial analysis. ```text Free Cash Flow = Operating Cash Flow - Capital Investments ``` -------------------------------- ### EPS Calculation Formula Source: https://github.com/simplywallst/company-analysis-model/blob/master/MODEL.markdown The formula for calculating Earnings Per Share (EPS). ```text EPS = Net Profit / Average number of shares on issue during the year ``` -------------------------------- ### Dividend Discount Model Formula Source: https://github.com/simplywallst/company-analysis-model/blob/master/MODEL.markdown This formula calculates the value of a stock based on expected future dividend payments and their perpetual growth rate. It is suitable for companies that consistently pay out a meaningful portion of their earnings as dividends. ```text Value = Expected dividends per share / (Discount Rate - Perpetual growth rate) ``` -------------------------------- ### Return on Assets (ROA) Formula Source: https://github.com/simplywallst/company-analysis-model/blob/master/MODEL.markdown Calculates the profitability of a company relative to its total assets. Used to compare efficiency across companies, especially in capital-intensive industries. ```text Return on Assets (ROA) = Net Income /Total Assets ``` -------------------------------- ### Adjusted Free Cash Flow Calculation Source: https://github.com/simplywallst/company-analysis-model/blob/master/dcf-update-q1-2019.markdown Details the formula for Adjusted Free Cash Flow, which smooths out lumpy capital investments over a three-year average. This provides a more stable basis for valuation when analyst forecasts are unavailable. ```text Adjusted Free Cash Flow = Operating Cash Flow - Three year average rate of Capital Investment ``` -------------------------------- ### ROCE Calculation Formula Source: https://github.com/simplywallst/company-analysis-model/blob/master/MODEL.markdown The formula for calculating Return on Capital Employed (ROCE). ```text Return on Capital Employed (ROCE) = EBIT / (Total Assets - Current Liabilities) ``` -------------------------------- ### Dividend Yield Calculation Formula Source: https://github.com/simplywallst/company-analysis-model/blob/master/MODEL.markdown Formula for calculating the Dividend Yield percentage, which is the annualised dividend paid as a function of the company's share price. This metric is crucial for comparing dividend-paying stocks. ```text Dividend Yield = Annualised Dividend paid ($) / Share Price ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.