공식 레지스트리와 생성물 동기화

This commit is contained in:
2026-06-18 01:48:00 +09:00
parent 3afca069df
commit fee8131d5d
247 changed files with 2690 additions and 1469 deletions
@@ -4,13 +4,39 @@
"title": "WALK_FORWARD_BOOTSTRAP_V1",
"type": "object",
"properties": {
"formula_id": { "const": "WALK_FORWARD_BOOTSTRAP_V1" },
"owner": { "type": "string" },
"status": { "type": "string" },
"inputs": { "type": "array", "items": { "type": "string" } },
"outputs": { "type": "array", "items": { "type": "string" } }
"formula_id": {
"const": "WALK_FORWARD_BOOTSTRAP_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": ["historical_returns", "current_regime_state", "bootstrap_method"],
"x_formula_outputs": ["net_profit_distribution_after_tax_fee_slippage", "sample_count_total", "sample_count_same_regime"]
"required": [
"formula_id",
"owner",
"status",
"inputs",
"outputs"
],
"x_formula_inputs": [
"historical_returns",
"current_regime_state",
"bootstrap_method"
],
"x_formula_outputs": []
}