Routetest_terminal_close_costs_reach_final_equitypytest.mark.parametrize(
("target_weight", "expected_exit"),
[(0.5, 99.0), (-0.5, 101.0)],
)
agent/tests/test_terminal_close_accounting.py:None
Routetest_unambiguous_put_spellings_are_acceptedpytest.mark.parametrize(
"raw", ["put", "Put", "PUT", " put ", "puts", "P", "p", "看跌", "认沽"]
)
agent/tests/quantlib/test_options.py:None
Routetest_zero_volatility_greeks_follow_the_deterministic_forwardpytest.mark.parametrize(
"S, K, kind, expected_delta_sign",
[(100.0, 90.0, "call", 1.0), (80.0
agent/tests/quantlib/test_options.py:None