alpacahq / alpaca-py

The Official Python SDK for Alpaca API
https://alpaca.markets/sdks/python/getting_started.html
Apache License 2.0
537 stars 134 forks source link

adding the account application enum type #361

Closed gageorsburn closed 10 months ago

gageorsburn commented 11 months ago

pydantic_core._pydantic_core.ValidationError: 1 validation error for TradeDocument type Input should be 'account_statement', 'trade_confirmation', 'trade_confirmation_json', 'tax_statement', 'tax_1099_b_details', 'tax_1099_b_form', 'tax_1099_div_details', 'tax_1099_div_form', 'tax_1099_int_details', 'tax_1099_int_form' or 'tax_w8' [type=enum, input_value='account_application', input_type=str]

gageorsburn commented 10 months ago

@hiohiohio Hello, is there anything else I need to do here?