II.
Workflow JSON
Structured · liveworkflow:day-trading-journal-review
Day Trading Journal Review json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:day-trading-journal-review",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-day-trading.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Day Trading Journal Review",
"workflowKind": "governance",
"triggerType": "scheduled",
"typicalCadence": "daily",
"complexity": "simple",
"description": "Reviews discretionary trading journal entries for performance\nimprovement — analyzing trade entries and exits against documented\nsetup criteria, evaluating position sizing discipline relative to\naccount risk rules, reviewing psychological state annotations (FOMO,\nrevenge trading, overconfidence) against outcome data, comparing\nplanned versus actual risk-reward ratios, and identifying recurring\npattern violations or setup-type performance divergences. Produces\nweekly review summaries with pattern recognition insights, rule\nviolation counts, and setup-specific win-rate statistics. Excludes\nstrategy development and market analysis.\n"
},
"outgoingEdges": [
{
"from": "workflow:day-trading-journal-review",
"to": "role:quantitative-analyst",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:day-trading-journal-review",
"to": "role:portfolio-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:day-trading-journal-review",
"to": "skill-area:python-data-pipelines",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:day-trading-journal-review",
"to": "domain:capital-markets",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:day-trading-journal-review",
"to": "domain:algorithmic-trading",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:day-trading-journal-review",
"to": "responsibility:risk-reporting",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:day-trading-journal-review",
"to": "org-unit:trading-desk",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}