Analysis Module · scenario-stress

Module route scaffold with reusable dimension routing.

Securities source: /apm/workspace/analyses/:analysis_id

Current Securities Behavior

What the source route does today.

  • Resolves module id to analysis contract and required data dependencies.
  • Runs deterministic worker-side analytics bound to selected cohort group_id.
  • Exposes dimension links for time/source/entity/security/sigma slicing.

APM Migration Plan

How this behavior will be brought into Instalytics APM.

  1. Map :analysis_id to a canonical analysis executor in worker.
  2. Use one response envelope shape across all analysis modules.
  3. Layer dimensions via nested route instead of querystring switches.

Planned Suburls

Route-level scaffold and scope.

SuburlFunctionality
/apm/workspace/analyses/:analysis_idModule workspace with canonical tables/charts.
/apm/workspace/analyses/:analysis_id/dimensions/:dimension_idDimension lens for the selected module.
/apm/workspace/view/signalsPromoted signal/price artifacts from module outputs.