value-metrics
Core equity valuation ratios used to screen for deep-value stocks: price-to-earnings, price-to-book, earnings yield, EV/EBIT, and dividend yield. Pure Rust, no deps.
The same signals behind the DeepValueRadar value screener.
use *;
let pe = price_to_earnings; // 20
let ey = earnings_yield; // 0.05 (1/pe)
let pb = price_to_book; // 2.0
License: MIT