๐Ÿ“š Help & Documentation

Complete guide to Archimedean Point โ€” enterprise health diagnostic platform.

Contents

๐Ÿš€ Quick Start

  1. Search: Press / to focus the search bar. Type a ticker (e.g. AAPL, MSFT, RELIANCE.NS).
  2. Analyze: Click Analyze or press Ctrl+Enter to load the diagnostic view.
  3. Screen: Go to the Screener to filter by sector, market cap, AHS, and more.
  4. Deep Dive: Click any score card in the diagnostic page for trend, peer distribution, and interpretation.
  5. Watchlist: Add tickers to your watchlist from the diagnostic page.
  6. API: Use the Quants API for programmatic access.

โŒจ๏ธ Keyboard Shortcuts

Press ? anywhere to see all shortcuts. Power users can navigate entirely without a mouse.

ShortcutAction
?Show/hide keyboard shortcuts
Ctrl + SJump to Screener
Ctrl + DJump to Diagnostic
Ctrl + WJump to Dashboard
Ctrl + KCommand palette
g then pPortfolio
g then oOJI
g then sSessions
g then tTrading
g then aAdmin
/Focus search (or command palette)
EscClose modal / Unfocus
1-4Switch persona (Investor/Sales/Procurement/HR)
Ctrl + EExport CSV
Ctrl + PExport PDF
โ†‘ โ†“Navigate rows (Screener)
SpaceToggle checkbox (Screener)
AAdd to Scenario
OOpen Scenario panel
CCompute Scenario rankings
โ† โ†’Previous/Next page

Workbench

The Workbench menu (and Ctrl+K command palette) opens the beta modules: OJI, Principles, Sessions, Portfolio, live Trading, broker Onboarding, Programmable sandbox, Sales Intelligence, Strategy, Consulting, Marketplace, and Settings. Paper execution stays on Trading Floor.

๐Ÿ‘ค Persona Views

Switch views using the dropdown in the Screener or press 1-4. Each persona surfaces the signals most relevant to that role.

๐Ÿ“ˆ Investor Enterprise health, growth signals, valuation context, risk factors. Default weights emphasize AHS, CFS, and insider transactions.
๐Ÿ’ผ Sales Account prioritization, territory expansion, whitespace identification. Weights emphasize jobs growth, web traffic, and market cap.
๐Ÿ”— Procurement Supplier health, concentration risk, supply chain resilience. Weights emphasize supply chain concentration, commodity sensitivity, and event risk.
๐Ÿ‘ฅ HR/Talent Talent attraction targets, employer health, hiring trends. Weights emphasize jobs growth, DII, and workforce footprint ratio.

๐Ÿงช Scenario Builder

  1. Check boxes next to tickers in the Screener.
  2. Click "Add to Scenario" or press A.
  3. Open the Scenario panel (O) to see your selected tickers.
  4. Adjust weight sliders or choose a preset (Value Hunter, Growth Seeker, Risk Averse, Evidence-Based).
  5. Click "Compute Rankings" or press C to re-rank tickers.
  6. Use "Stress Test" tab to see how your picks perform under crises.

Presets:

๐Ÿ“Š Signal Reference

All signals are 0-100 scores unless noted. Click any signal in the platform for trend, peer distribution, and interpretation.

๐Ÿ”ฎ Leading Indicators (Predict Future Performance)

๐Ÿ“Š Coincident Indicators (Current Macro Environment)

๐Ÿ“‹ Lagging Indicators (Confirm Past Performance)

๐Ÿง  Intelligence Layers

Regime Detection

Detects the current macro regime (Tranquil ๐ŸŸข / Uncertain ๐ŸŸก / Crisis ๐Ÿ”ด / Recovery ๐Ÿ”ต) using VIX, credit spreads, oil, and USD data. All signal weights shift based on detected regime. Access via /api/regime.

Narrative Engine

Tracks 10 thematic narratives (AI, Clean Energy, Crypto, Defense, Biotech, Reshoring, Space, Quantum, Nuclear, GLP-1) using keyword analysis. Each company gets exposure scores per narrative. Access via /api/narratives.

Value Chain Intelligence

Maps supplier-customer relationships from public disclosures and SEC filings. Bidirectional โ€” companies can be both supplier and customer. Access via /api/value-chain/{ticker}.

Latent Discovery

5 cascade patterns that predict sector-level shifts years in advance (e.g. Processed Food growth โ†’ Healthcare demand 8-15 years later). Access via /api/cascades.

๐Ÿ” Forensic Signals (13 total)

  1. Earnings per Employee (EPE) โ€” Revenue per estimated employee. Sector-benchmarked.
  2. Customer Concentration Score (CCS) โ€” Detects dependency on few large customers.
  3. EPE Integrity โ€” Detects contractor masking that inflates EPE.
  4. Supply Chain Concentration โ€” Dependency on few suppliers or regions.
  5. Workforce Footprint Ratio โ€” Estimated total workforce vs reported FTE.
  6. Revenue Lumpiness โ€” Quarter-over-quarter revenue volatility.
  7. Customer Dependency Network โ€” Integration with Value Chain data.
  8. Earnings Quality โ€” Accruals, cash flow vs reported earnings.
  9. Geographic Revenue Dispersion โ€” How diversified is revenue across regions.
  10. GCC Maturity Score โ€” 4-stage Global Capability Center classification.
  11. Decision Intelligence Index (DII) โ€” 6-layer composite from Performance Architecture.
  12. Manufacturing Diagnostic โ€” 6-factor operational health for manufacturing sectors.
  13. Corporate Harm Score (CHS) โ€” Detects companies with major human/environmental harm.

๐Ÿ› ๏ธ Platform Features

Custom Signals

Create your own formula-based signals from 30+ available metrics. Use /api/custom/signals to define, and they appear in the Scenario Builder.

User Value Overrides

Override any computed signal value with your own conviction. The platform tracks both original and override values. Access via /api/custom/override.

Stress Testing

5 scenarios: 2008 Credit Crisis, 2020 Pandemic, Oil Price Shock, EM Currency Crisis, Regulatory Crackdown. Access via /api/stress-test/scenarios.

Portfolio Screening

Check your portfolio for corporate harm exposure via /api/harm/portfolio.

LLM Assistant

Natural language interface for data discovery. Describe your thesis and get suggested signals, formulas, and actions. Access via /api/assistant/chat.

CRM/ERP Connectors

Pre-built connectors for Salesforce, HubSpot, Dynamics 365, and SAP. Field mappings and push payloads ready. Access via /api/crm/connectors.

Swarm Intelligence

Self-evolving optimization using Particle Swarm, Ant Colony, and Stigmergy. Learns from user behavior. Access via /api/swarm/intelligence.

Keyboard Shortcuts

20+ shortcuts for power users. Press ? to see all available shortcuts.

๐Ÿ”Œ API Reference

Base URL: https://simulator.archimedeanpoint.com

Authenticate with: X-API-Key: your_key (get your key from Dashboard).

Swagger docs: /api/v1/docs

Core Endpoints

GET/api/score/{ticker} โ€” Full diagnostic score for a ticker
POST/api/screen โ€” Screener with filters and pagination
POST/api/scores/bulk โ€” Bulk scores for multiple tickers
GET/api/metric-detail/{ticker}/{metric} โ€” Historical trend + peer distribution for a metric

Intelligence Endpoints

GET/api/regime โ€” Current market regime detection
GET/api/narratives โ€” List all tracked narratives
GET/api/value-chain/{ticker} โ€” Supplier-customer relationships
GET/api/cascades โ€” All cascade patterns

Backtesting & Stress Testing

GET/api/backtest/signals โ€” Signal effectiveness from historical data
GET/api/backtest/weights โ€” Evidence-based optimal weights
GET/api/stress-test/scenarios โ€” List stress scenarios
POST/api/stress-test โ€” Run a stress test

Discovery & Swarm

GET/api/discovery/queue โ€” Proxy discovery candidates
GET/api/swarm/intelligence โ€” Swarm optimization state
GET/api/swarm/optimize โ€” Run particle swarm optimization

Corporate Harm

GET/api/harm/{ticker} โ€” Corporate Harm Score for a ticker
GET/api/harm/registry โ€” Full harm registry
POST/api/harm/portfolio โ€” Screen portfolio for harm

Custom Signals & Overrides

GET/api/custom/metrics โ€” Available metrics for custom signals
POST/api/custom/override โ€” Override a signal value
GET/api/custom/overrides โ€” Get all user overrides

CRM Connectors

GET/api/crm/connectors โ€” List CRM connectors
POST/api/crm/push โ€” Build CRM push payload

Quants API v1 (API Key Required)

GET/api/v1/health โ€” API health check
GET/api/v1/score/{ticker} โ€” Single ticker score
POST/api/v1/scores โ€” Bulk scores
POST/api/v1/screen โ€” Screener with pagination

Documentation last updated: July 2026. For support, contact research@archimedeanpoint.com.