{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema://formula/TRADE_QUALITY_SCORER_V1", "title": "TRADE_QUALITY_SCORER_V1", "type": "object", "properties": { "formula_id": { "const": "TRADE_QUALITY_SCORER_V1" }, "owner": { "type": "string" }, "status": { "type": "string" }, "inputs": { "type": "array", "items": { "type": "string" } }, "outputs": { "type": "array", "items": { "type": "string" } } }, "required": [ "formula_id", "owner", "status", "inputs", "outputs" ], "x_formula_inputs": [ "velocity_1d_at_entry", "entry_price", "ma20_at_entry", "volume_ratio_at_entry", "t5_return_pct", "t20_vs_core_pctp", "sell_price", "ma20_at_sell", "average_cost", "price_t5_after_sell", "cash_recovered_krw", "cash_shortfall_min_krw" ], "x_formula_outputs": [] }