A transparent breakdown of models built inside ValuFlow — the financial theory behind each one, how data flows through the pipeline, and exactly where to find the code. This page grows as the project does.
Foundation
The end-to-end flow of ValuFlow — from raw API data through modeling, qualitative intelligence, and dashboard output. Steps marked as planned represent the direction the project is actively building toward.
Foundation
The three-schema Snowflake structure that feeds every model. RAW holds exactly what comes in from the API — nothing transformed. STAGING cleans and normalizes. RESULTS holds model outputs, one table per model version.
Beta measures a security's sensitivity to market movements — the foundation of risk-adjusted return analysis. These models calculate both levered and unlevered beta across multiple regression frequencies, using the S&P 500 as the market proxy and Hamada's Equation to strip out the effect of financial leverage.
RAW.SHARES_OUTSTANDING as market cap; point-in-time snapshotSTAGING.FINANCIALS_CLEAN; falls back to 0% for companies with NOL carryforwardsThe Bigger Picture
ValuFlow is designed as a layered analytical framework — each model building on the last. Below is the full model inventory: what's been built and what's in progress.
See the full project overview, roadmap, and how everything fits together.