공식 레지스트리와 생성물 동기화
This commit is contained in:
@@ -4,13 +4,44 @@
|
||||
"title": "STATE_VECTOR_CONSTRUCTOR_V1",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"formula_id": { "const": "STATE_VECTOR_CONSTRUCTOR_V1" },
|
||||
"owner": { "type": "string" },
|
||||
"status": { "type": "string" },
|
||||
"inputs": { "type": "array", "items": { "type": "string" } },
|
||||
"outputs": { "type": "array", "items": { "type": "string" } }
|
||||
"formula_id": {
|
||||
"const": "STATE_VECTOR_CONSTRUCTOR_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": ["cash_ladder", "positions", "sector_exposure_graph", "factor_exposures", "tax_lots", "risk_bucket_weights", "macro_regime_probabilities", "goal_progress_pct"],
|
||||
"x_formula_outputs": ["state_vector", "state_vector_completeness_pct", "missing_components"]
|
||||
"required": [
|
||||
"formula_id",
|
||||
"owner",
|
||||
"status",
|
||||
"inputs",
|
||||
"outputs"
|
||||
],
|
||||
"x_formula_inputs": [
|
||||
"cash_ladder",
|
||||
"positions",
|
||||
"sector_exposure_graph",
|
||||
"factor_exposures",
|
||||
"tax_lots",
|
||||
"risk_bucket_weights",
|
||||
"macro_regime_probabilities",
|
||||
"goal_progress_pct"
|
||||
],
|
||||
"x_formula_outputs": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user