Difficulty: Easy
Category: architecture & logic
Practice quant interview questions from top firms including Jane Street, Citadel, Two Sigma, DE Shaw, and other leading quantitative finance companies.
Topics: risk, c++, logic
Pre-trade risk checks serve as critical safeguards in algorithmic trading systems, preventing erroneous "fat finger" orders from reaching exchanges. By validating order parameters against predefined limits, these mechanisms mitigate the risk of significant financial loss caused by human or software errors. Task Implement a RiskCheck class designed to enforce a maximum notional value limit on outgoing orders. The class must initialize with a limit threshold and provide a validate_order method th
Practice this easy developer interview question on MyntBit - the all-in-one quant learning platform with 200+ quant interview questions for Jane Street, Citadel, Two Sigma, and other top quantitative finance firms.