Oneiros Vision Risk Terminal

The User Guide

Execution & Transparency

The culmination of all telemetry is the Trading Blueprint—the final line-item weights required for tomorrow's execution. Every asset is tagged for radical transparency:

  • [Client]: Assets kept from the original portfolio to minimize tax impact.
  • [OV Model]: Surgical allocations commanded by the Master Engine to hedge specific risks.
  • [Core Overlap]: Assets the client already owned that the Engine validates.

By replacing emotional bias with a disciplined, rules-based process, Oneiros Vision ensures that wealth endures, compound after compound, cycle after cycle, and storm after storm.

Daily Workflow for Portfolio Managers

  1. 07:00 EST: Review the overnight Master Danger Index (MDI) report and the 5-Day Horizon Markov Probabilities.
  2. 08:30 EST: Check for any Vol-Cap Circuit Breaker alerts triggered by pre-market volatility.
  3. 15:30 EST: Assess the T+1 Hedged Execution Blueprint generated for the close.
  4. 15:45 EST: Approve or override the automated portfolio rebalancing trades.
  5. 16:00 EST: Market Close. All MDI telemetry is locked for T+1 settlement.

API Integration Guide

For Enterprise users, the Oneiros Vision Risk Terminal offers direct programmatic access to our telemetry through a secure REST API.

Authentication

All API requests require an API key passed in the Authorization header as a Bearer token. Enterprise accounts support Dedicated IP Allowlisting.

GET /api/v1/telemetry/mdi
Host: api.oneiros-vision.com
Authorization: Bearer OV_SECURE_API_KEY

Endpoints

  • /api/v1/telemetry/mdi: Returns the current Master Danger Index, Regime State, and Conviction Score.
  • /api/v1/telemetry/pillars: Detailed breakdown of the Speedometer, Sentiment, and Macro Health pillars.
  • /api/v1/blueprints/latest: Fetches the most recent T+1 Hedged Execution Blueprint for your mapped portfolio.

Important: The API rate limit for Enterprise tiers is set to 1,000 requests per minute. Exceeding this limit will result in a 429 Too Many Requests response.