Removed

Pattern day trading fields and configurations removed

Broker API

Removes the previously deprecated pattern-day-trading fields and configurations across the account schemas:

  • dtbp_check, pdt_check removed from the account configurations schema.
  • pdt_check_mode removed from the admin configurations schema.
  • dtbp_long, dtbp_short removed from the asset entry requirements schema.
  • pattern_day_trading removed from the restrict-to-liquidation reasons.
  • pattern_day_trader removed from the account status event schema, and dropped from the list of account properties that generate status events.
  • bod_dtbp, daytrade_count, daytrading_buying_power, last_daytrade_count, last_daytrading_buying_power, and pattern_day_trader removed from the trading account schema.

Affected Endpoints

  • POST /v1/accounts
  • GET /v1/accounts
  • GET /v1/accounts/{account_id}
  • PATCH /v1/accounts/{account_id}
  • GET /v1/trading/accounts/{account_id}/account
  • PATCH /v1/trading/accounts/{account_id}/account/configurations
  • GET /v1/trading/accounts/{account_id}/account/pdt/status - Removed
  • POST /v1/trading/accounts/{account_id}/account/pdt/one-time-removal - Removed
  • GET /v1/assets/entry-requirements
  • GET /v1/events/accounts/status

Trading API

Removes the previously deprecated pattern-day-trading fields and configurations from the account schemas:

  • daytrade_count, daytrading_buying_power, and pattern_day_trader removed from the account schema.
  • dtbp_check, pdt_check removed from the account configurations schema.

Affected Endpoints

  • GET /v2/account
  • GET /v2/account/configurations
  • PATCH /v2/account/configurations