II.
Workflow JSON
Structured · liveworkflow:algo-strategy-paper-trading
Algorithmic Strategy Paper Trading json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:algo-strategy-paper-trading",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-algo-trading.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Algorithmic Strategy Paper Trading",
"workflowKind": "operational",
"triggerType": "event-driven",
"typicalCadence": "2-to-8-weeks-per-strategy",
"complexity": "complex",
"description": "Validates algorithmic trading strategies through live paper-trading\nbefore real capital deployment — connecting strategies to live market\ndata feeds with simulated order execution, monitoring fill assumptions\nagainst real order-book depth, tracking slippage deviation from\nbacktest estimates, and comparing paper P&L against backtest\nexpectations with drift thresholds. Produces go/no-go deployment\nrecommendations with statistical confidence intervals on expected live\nperformance. Excludes actual capital allocation and risk limit setting.\n"
},
"outgoingEdges": [
{
"from": "workflow:algo-strategy-paper-trading",
"to": "role:quantitative-analyst",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:algo-strategy-paper-trading",
"to": "role:trading-systems-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:algo-strategy-paper-trading",
"to": "role:risk-analyst",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:algo-strategy-paper-trading",
"to": "skill-area:python-data-pipelines",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:algo-strategy-paper-trading",
"to": "skill-area:observability-pipeline",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:algo-strategy-paper-trading",
"to": "domain:algorithmic-trading",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:algo-strategy-paper-trading",
"to": "domain:trading-operations",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:algo-strategy-paper-trading",
"to": "responsibility:backtesting-validation",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:algo-strategy-paper-trading",
"to": "responsibility:trading-system-reliability",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:algo-strategy-paper-trading",
"to": "org-unit:quant-research",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:algo-strategy-paper-trading",
"to": "org-unit:trading-desk",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}