5.1 KiB
5.1 KiB
Company and Ledger
Primary atlas sources:
This view isolates the company-side shell panes, linked-transit company maintenance, city-connection news, and annual finance-policy thresholds.
Current grounded owners:
shell_company_list_window_constructshell_company_detail_window_constructshell_company_detail_window_handle_messageshell_load_screen_window_constructcompany_service_periodic_city_connection_finance_and_linked_transit_lanescompany_evaluate_annual_finance_policy_and_publish_newscompany_balance_linked_transit_train_rostercompany_try_buy_unowned_industry_near_city_and_publish_newscompany_evaluate_and_publish_city_connection_bonus_newssimulation_try_select_and_publish_company_start_or_city_connection_news
Current bounded finance verbs:
- bankruptcy
- bond repayment
- bond issuance
- public-share repurchase
- public-share issuance
- dividend adjustment
Current bounded shell families:
CompanyDetail.winCompanyListLoadScreen.win
What this note is for:
- CompanyDetail section ownership and finance dialogs
- Ledger and report-page ownership
- Linked-transit autoroute and train-roster maintenance
- City-connection announcement and bonus lanes
- Annual finance-policy thresholds and same-cycle reaction latches
Current bounded linked-transit cache outputs:
- peer row
+0x05: route-step count from the tracker metric chooser - peer row
+0x09: normalized continuity share(steps - mismatches) / max(steps, 1) - site cache
+0x12: raw surviving linked-transit site-score total - site cache
+0x0e: continuity-and-step-weighted companion total - site cache
+0x16: promoted final autoroute site-ranking lane company_compute_owned_linked_transit_site_score_total: converts summed site+0x12totals into the train-roster target through year and site-count ladders, plus the special build-1.03+two-site distance branch
Current bounded compatibility impact:
- the pre-
1.03versus1.03+tracker metric split mainly perturbs peer continuity and weighted site ranking - that means it can change which site
0x00408280prefers and which peer0x00408380seeds into a train route - current evidence says it does not directly move the company train-pressure target in
0x00408f70, because that target sums raw site cache+0x12rather than the weighted+0x0eor promoted+0x16lanes
Highest-value open edge:
- The remaining semantic meaning of the annual finance policy branches is now narrower:
stat-family
0x2329/0x1dis now bounded as currentBook Value Per Sharein the stock-issue denominator path,0x2329/0x0dis now bounded there as the current cash gate before the bond-rate-versus-support ladder, the broader support-adjusted share-price or public-support lane is now bounded throughcompany_compute_public_support_adjusted_share_price_scalar0x00424fd0, and its immediate feeder is now bounded ascompany_compute_cached_recent_per_share_performance_subscore0x004248d0, which weighs recentRevenue Per Share,Earnings Per Share, andDividend Per Sharelanes0x1e/0x1f/0x20against currentBook Value Per Share, while0x21now routes throughcompany_compute_five_year_weighted_shareholder_return0x004246b0and its paired hidden shareholder-payout lane0x23, raw slot0x09aligns with the Income Statement fuel-cost lane surfaced by tooltip1309, and derived slot0x2bnow reads as the rolling net-profits lane. The main remaining gap is the exact weight schedule and gate ordering used inside the already-bounded annual bankruptcy, debt, repurchase, stock-issue, and dividend branches. The current strongest read is now: bankruptcy = first the year, toggle, and cooldown gates, then the three-year scan, then the revenue-band-selected cash-and-debt ladder, then the support-adjusted share-price threshold, then the fuel-cost lane and net-profit accumulator; the later deep-distress fallback then re-checks cash below-300000plus the first three recent profit years at or below-20000. Stock issuance = first the bond/stock toggle gates, then the outstanding-share tranche sizing, then the55000proceeds cap, then the support-adjusted price-to-book screen against the highest live coupon band. Dividend adjustment = first the toggle and age gates, then the weighted recent-profit-per-share target, then the small-unassigned-share cash supplement, then the board ceiling clamp. The remaining gap is now mostly the near-cutoff ordering inside the stock-issue lane, and the current strongest read places the liquidity gate at0x2329/0x0dbefore the valuation gate at0x2329/0x1d. The dividend-ceiling clamp is already separately bounded on the dividend branch. That is now a final precedence question, not a missing ownership gap in the annual finance verbs themselves. The debt-news tail is also now explicit: it compares total retired versus newly issued principal to pick2882..2886, and the stock-buyback tail separately publishes2887from the accumulated repurchased-share count.