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