Skip to content

Commit

Permalink
feat: add options/custodial_customer agreements
Browse files Browse the repository at this point in the history
  • Loading branch information
hiohiohio committed Oct 5, 2024
1 parent 97bbda8 commit 140d3f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion alpaca/broker/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,15 @@ class AgreementType(str, Enum):
"""
The types of agreements that are to be signed by the user
see https://alpaca.markets/docs/broker/api-references/accounts/accounts/#agreements
see https://docs.alpaca.markets/reference/createaccount
"""

MARGIN = "margin_agreement"
ACCOUNT = "account_agreement"
CUSTOMER = "customer_agreement"
CRYPTO = "crypto_agreement"
OPTIONS = "options_agreement"
CUSTODIAL_CUSTOMER = "custodial_customer_agreement"


class DocumentType(str, Enum):
Expand Down

0 comments on commit 140d3f8

Please sign in to comment.