Files
QuantEngineByItz/schemas/generated/model_governance_kill_switch_v1.schema.json

48 lines
947 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "schema://formula/MODEL_GOVERNANCE_KILL_SWITCH_V1",
"title": "MODEL_GOVERNANCE_KILL_SWITCH_V1",
"type": "object",
"properties": {
"formula_id": {
"const": "MODEL_GOVERNANCE_KILL_SWITCH_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": [
"data_quarantine_rate_pct",
"implementation_shortfall_ratio",
"t5_hit_rate_pct",
"t5_sample_count",
"calibration_error",
"calibration_error_limit",
"account_mdd_pct",
"account_mdd_budget_pct"
],
"x_formula_outputs": []
}