diff --git a/backend/services/saxo_client.py b/backend/services/saxo_client.py index 8fcaeca..68390e7 100644 --- a/backend/services/saxo_client.py +++ b/backend/services/saxo_client.py @@ -24,7 +24,7 @@ from services.saxo_auth import SAXO_API_BASE_URL, get_valid_access_token logger = logging.getLogger(__name__) -_OPTION_ASSET_TYPES = "StockOption,StockIndexOption,FuturesOption,ContractFutures" +_OPTION_ASSET_TYPES = "StockOption,StockIndexOption,FuturesOption" # symbol -> resolved instrument details, cheap in-process cache (roots don't change within a session) _root_uic_cache: Dict[str, Dict[str, Any]] = {}