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.
- Map :analysis_id to a canonical analysis executor in worker.
- Use one response envelope shape across all analysis modules.
- Layer dimensions via nested route instead of querystring switches.
Planned Suburls
Route-level scaffold and scope.
| Suburl | Functionality |
|---|---|
| /apm/workspace/analyses/:analysis_id | Module workspace with canonical tables/charts. |
| /apm/workspace/analyses/:analysis_id/dimensions/:dimension_id | Dimension lens for the selected module. |
| /apm/workspace/view/signals | Promoted signal/price artifacts from module outputs. |
