Giraffe Research Documentation
Systematic quantitative valuation and market intelligence framework.
About Giraffe Research
We are a market intelligence and research platform built for retail investors. By applying rigorous statistical methods to current fundamental and market data, we deliver systematically researched insights that are highly accessible, consumable, and designed to complement standard online financial information.
Data Sourcing & Integrity
Understanding our pipelines, refresh frequencies, and calculations.
Data Sourcing & Quality
We ingest data from premier commercial providers and open-source libraries via systematic pipelines. To ensure institutional-grade integrity, we run rigorous internal validation suites to eliminate inconsistencies and anomalies.
Disclaimer: While we strive for absolute accuracy, financial data is subject to provider errors; users should cross-reference critical values with official regulatory filings.
Fundamental Data
Our fundamental financial metrics are calculated on a rolling basis utilizing the most recent 12 to 16 quarters of historical data. Financial profiles are updated daily to reflect the latest quarterly earnings releases and regulatory filings.
Market Data
Real-time market data, pricing, and volume metrics are dynamically refreshed every hour to capture intraday market movements.
Quantitative Models & Logic
Rigorous statistical and financial formulas underpinning the screener.
Modified Z-Score
Our scoring methodology utilizes the median and Median Absolute Deviation (MAD) to remain highly resilient against outliers. To standardize metrics, the raw deviation is scaled by a normal distribution adjustment factor ($0.6745$) and strictly winsorized at a threshold of $\pm3.5$. Benchmarking cohorts group companies by geographic region and sector to control for inherent regional and industry volatility. This statistical framework successfully standardizes over 100 disparate corporate fundamental metrics into a single, cohesive, and comparable composite score.
Implied Growth Rate
Variables & Input Parameters
- $\text{EV}$: Enterprise Value, reflecting total USD-equivalent market valuation of equity and net debt.
- $\text{FCFF}_0$: Current period Free Cash Flow to the Firm (Operating Cash Flow TTM + After-tax Interest Expense - Capex TTM).
- $\text{WACC}$: Weighted Average Cost of Capital, reflecting the cost of equity (via CAPM) and after-tax cost of debt.
- $g$: Implied Growth Rate, solved iteratively to equate the discounted cash flows to the active enterprise value.
- $g_{\text{terminal}}$: Terminal Growth Rate (fixed at $2.5\%$), representing the constant growth rate after year 5.
This calculation reverse-engineers the standard two-stage Discounted Cash Flow (DCF) model to extract the growth rate implied by the current market pricing. By solving for the growth rate that equates the present value of future cash flows to the enterprise value, investors can evaluate whether the market's growth assumptions are realistic. The underlying calculations are processed in Python using scipy and numpy libraries. The calculations are executed systematically by the command-line entry script run_marketanalytics.py.