diff --git a/alpaca/trading/models.py b/alpaca/trading/models.py index 1ad1bde2..9aa9d24e 100644 --- a/alpaca/trading/models.py +++ b/alpaca/trading/models.py @@ -589,7 +589,7 @@ class AccountConfiguration(BaseModel): suspend_trade (bool): If true Account becomes unable to submit new orders trade_confirm_email (TradeConfirmationEmail): Controls whether Trade confirmation emails are sent. ptp_no_exception_entry (bool): If set to true then Alpaca will accept orders for PTP symbols with no exception. Default is false. - max_options_trading_level (Optional[int]): The desired maximum options trading level. 0=disabled, 1=Covered Call/Cash-Secured Put, 2=Long Call/Put, 3=Multi-leg. + max_options_trading_level (Optional[int]): The desired maximum options trading level. 0=disabled, 1=Covered Call/Cash-Secured Put, 2=Long Call/Put, 3=Spreads/Straddles. """ dtbp_check: DTBPCheck