II.
Workflow JSON
Structured · liveworkflow:hft-latency-profiling
HFT Latency Profiling json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:hft-latency-profiling",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-algo-trading.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "HFT Latency Profiling",
"workflowKind": "operational",
"triggerType": "scheduled",
"typicalCadence": "weekly",
"complexity": "complex",
"description": "Performs microsecond-level latency analysis of the full order path in\nhigh-frequency trading systems — profiling network hop timings from\nco-location cage to exchange matching engine, measuring kernel-bypass\nand FPGA gating delays, analyzing tick-to-trade latency distributions\nacross percentiles, identifying jitter sources in NIC timestamping and\nserialization, and benchmarking against competitive latency targets.\nProduces latency heat-maps, bottleneck reports, and hardware/software\noptimization recommendations. Excludes trading strategy logic and\nalpha signal research.\n"
},
"outgoingEdges": [
{
"from": "workflow:hft-latency-profiling",
"to": "role:trading-systems-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:hft-latency-profiling",
"to": "role:quantitative-analyst",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:hft-latency-profiling",
"to": "skill-area:rust-async-runtime",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:hft-latency-profiling",
"to": "skill-area:observability-pipeline",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:hft-latency-profiling",
"to": "domain:algorithmic-trading",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:hft-latency-profiling",
"to": "domain:capital-markets",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:hft-latency-profiling",
"to": "responsibility:trading-system-reliability",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:hft-latency-profiling",
"to": "org-unit:trading-desk",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:hft-latency-profiling",
"to": "org-unit:quant-research",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}