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