v5.28.4
Bug Fixes
-
fix: remove incorrect StockRepurchasesEquity mapping for tax withholding concept (#760) — Removed a wrong
gaap_mappings.jsonentry that mappedAdjustmentsRelatedToTaxWithholdingForShareBasedCompensationtoStockRepurchasesEquity(confidence 0.364). Tax withholding on RSU vests is not a stock repurchase — the misclassification caused duplicate rows in the statement of equity for companies like AAPL. -
fix: add Q/YTD/FY period labels to equity and comprehensive income statements (#759) — Added
StatementOfEquityandComprehensiveIncometo the allow-list inrendering.py, so column headers now show friendly period labels (e.g., "Q1", "YTD") instead of raw date ranges, consistent with other financial statements.