Skip to content

Commit

Permalink
adding cip result document type
Browse files Browse the repository at this point in the history
  • Loading branch information
gageorsburn committed Dec 1, 2023
1 parent abf518c commit 05735a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alpaca/broker/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ class DocumentType(str, Enum):
W8BEN = "w8ben"
SOCIAL_SECURITY_NUMBER_VERIFICATION = "social_security_number_verification"
NULL = ""
CIP_RESULT = "cip_result"


class AccountEntities(str, Enum):
Expand Down

0 comments on commit 05735a2

Please sign in to comment.