PLATFORM MODULES
Podium is a launch-to-live operating layer for a lean systematic equity fund. It wraps a strategy with data checks, signal and model governance, pre-trade controls, execution audit, reconciliation, exception management, and allocator-ready evidence — then closes the loop from research to live outcomes. This page maps every module and marks what is usable today versus what is on the roadmap.
The Barbell
The live decision path — signal → construction → order → execution → risk — is deterministic and human-gated. Agents act only at the research and operations edges and never mutate the ledger.
One Operating Record
A single normalized record is the source of truth behind governance, allocator evidence, and research. Governance events and provenance are append-only.
Verifiable by Construction
Every automated output is bound to a deterministic verifier and is traceable end to end. Capabilities are typed read / propose / mutate tools.
Available Today
LiveShipped and enabled by default. Start here.
Strategy SDK
LiveAuthor deterministic Python strategies, backtest them, and deploy to paper trading. The live product today.
enableDeterministicStrategies
Data Connectors Directory
LiveBrowse registered market and fundamentals data sources and their coverage.
enableDataSourceRegistry
Settings & API Keys
LiveManage your account and issue pk_ API keys for programmatic access.
Operating Layer
Coming SoonThe launch-to-live modules. Each is gated by a feature flag that defaults off and is documented here so you can see where the platform is headed.
Daily Operating Cockpit
Coming SoonOne screen for the trading day: readiness gate, pending approvals, staged deployment controls, and the EOD report.
enableOperatingCockpit
Fund Launch Workspace
Coming SoonPre-launch readiness map and go-live checklist for a new systematic fund.
enableFundLaunchWorkspace
Strategy Operating Profile
Coming SoonThe governed configuration object: universe, signals, schedule, risk/cost model, kill switches, approval matrix.
enableSignalGovernance
Data Readiness & Lineage
Coming SoonFreshness, missing-data, outlier, corporate-action, and point-in-time universe checks with full lineage.
enableDataReadinessMonitor
Signal Governance
Coming SoonSignal-level version registry: promotion status, hashes, data snapshots, approval logs, and rollback.
enableSignalGovernance
Pre-Trade Risk & Controls
Coming SoonFactor/beta risk model, capacity methodology, borrow/locates, restricted lists, gross/net/turnover controls.
enableRiskModel
Portfolio Construction
Coming SoonDeterministic forecast combination and optimization into target portfolios, with replayable construction runs.
enablePortfolioConstruction
Execution & Order Audit
Coming SoonFill/fee/margin models, broker fill ingestion, append-only order lifecycle, and transaction cost analysis.
enableOrderAudit
Reconciliation & Exceptions
Coming SoonReconcile intent, sent orders, fills, positions, and cash; manage deduplicated exceptions with owners and SLAs.
enableReconciliation
Investor & ODD Evidence Vault
Coming SoonSelf-assembling operational due-diligence evidence, decision provenance, and model cards.
enableOddVault
Agent Governance & Alpha Factory
Coming SoonRole agents and the agentic alpha factory — governed automations bound to deterministic verifiers and human gates.
enableAgentAssist
AI-Native Capability Layer
Coming SoonEvery capability as a typed read/propose/mutate tool, exposed identically to the cockpit UI and to agents (MCP).
enableCapabilityLayer