공식 레지스트리와 생성물 동기화
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "schema://formula/FORECAST_SIMULATION_ENGINE_V1",
|
||||
"title": "FORECAST_SIMULATION_ENGINE_V1",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"formula_id": {
|
||||
"const": "FORECAST_SIMULATION_ENGINE_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": [
|
||||
"net_profit_distribution_after_tax_fee_slippage",
|
||||
"sample_count_total",
|
||||
"sample_count_same_regime",
|
||||
"execution_mode"
|
||||
],
|
||||
"x_formula_outputs": []
|
||||
}
|
||||
Reference in New Issue
Block a user