from typing import TypeVar, Dict, Any, NewType TSecurityDetails = NewType("TSecurityDetails", Dict[str, Any])