{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema://formula/VALUE_PRESERVATION_SCORER_V1", "title": "VALUE_PRESERVATION_SCORER_V1", "type": "object", "properties": { "formula_id": { "const": "VALUE_PRESERVATION_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": [ "Close", "MA20", "MA60", "ATR20", "RSI14", "BB_Position", "Frg_5D", "Inst_5D", "AvgTradeValue_5D_M", "AvgTradeValue_20D_M", "Recovery_Ratio_5D", "Stock_Drawdown_From_High_Pct" ], "x_formula_outputs": [] }