mirror of
https://github.com/dtzp555-max/memory-continuity.git
synced 2026-07-22 05:25:07 +00:00
Create geopolitical turbulence trapper project skeleton
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"title": "TargetInstrumentUniverseItem",
|
||||
"type": "object",
|
||||
"required": ["id", "market", "symbol", "name", "category"],
|
||||
"properties": {
|
||||
"id": {"type": "string"},
|
||||
"market": {"type": "string", "enum": ["HK", "US", "AU", "MACRO"]},
|
||||
"symbol": {"type": "string"},
|
||||
"name": {"type": "string"},
|
||||
"category": {"type": "string", "enum": ["equity", "index", "commodity", "fx", "volatility"]},
|
||||
"themeTags": {"type": "array", "items": {"type": "string"}},
|
||||
"eventSensitivity": {"type": "object", "additionalProperties": {"type": "number"}},
|
||||
"notes": {"type": "string"}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user