From ca1f2acb91f72e3b5b1c45ca9b413e1344f8f3f0 Mon Sep 17 00:00:00 2001 From: Aaron Janeiro Stone Date: Sat, 18 Jan 2025 11:04:15 -0500 Subject: [PATCH] Update alpaca/trading/models.py Co-authored-by: hiohiohio --- alpaca/trading/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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