II.
Workflow JSON
Structured · liveworkflow:pre-market-preparation-routine
Pre-Market Preparation Routine json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:pre-market-preparation-routine",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-day-trading.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Pre-Market Preparation Routine",
"workflowKind": "operational",
"triggerType": "scheduled",
"typicalCadence": "daily",
"complexity": "simple",
"description": "Executes systematic pre-market preparation before each trading\nsession — scanning the trading universe for overnight earnings, M&A\nannouncements, and macro data releases, reviewing pre-market price\naction and volume for gap analysis, checking economic calendar events\nand central bank communications, setting key support/resistance levels\nand price alerts on watchlist instruments, reviewing overnight\ndevelopments in correlated markets (Asia/Europe session), and\nconfirming system readiness (connectivity, buying power, margin).\nProduces daily preparation checklists, watchlist with annotated\nlevels, and risk exposure summaries. Excludes trade execution and\nposition management.\n"
},
"outgoingEdges": [
{
"from": "workflow:pre-market-preparation-routine",
"to": "role:portfolio-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:pre-market-preparation-routine",
"to": "role:research-analyst",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:pre-market-preparation-routine",
"to": "skill-area:python-data-pipelines",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:pre-market-preparation-routine",
"to": "domain:capital-markets",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:pre-market-preparation-routine",
"to": "domain:market-data",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:pre-market-preparation-routine",
"to": "responsibility:risk-reporting",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:pre-market-preparation-routine",
"to": "org-unit:trading-desk",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}