Document Clear Street brokerage - #2667
Merged
AlexCatarino merged 1 commit intoSep 8, 2026
Merged
Conversation
Add the Clear Street brokerage pages to the Cloud Platform, Reality Modeling, and Lean CLI sections after Charles Schwab, and renumber the brokerages that follow. Add the shared Clear Street partials, the ClearStreetBrokerageSettings schema, and the CLI options. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the Clear Street brokerage documentation, placed after Charles Schwab:
01 Cloud Platform/10 Live Trading/02 Brokerages/08 ClearStreet: account types and API key steps, asset classes, data providers, orders, rate limit, fees, margin, slippage, fills, settlements, security, deposits, demo algorithm, deploy steps, and troubleshooting.03 Writing Algorithms/24 Reality Modeling/05 Brokerages/02 Supported Models/08 ClearStreet: theClearStreetBrokerageModelpages.05 Lean CLI/09 Live Trading/01 Brokerages/08 ClearStreet: cloud and local deployment with--clearstreet-access-tokenand--clearstreet-account-id.Resources/brokerages/clearstreet, the introduction and create-credentials snippets.00.jsonfiles.ClearStreetBrokerageSettingsto the API yaml and the Create Live Algorithm request page, the CLI wizard lists, and the Supported Brokerages table.Facts come from
Lean.Brokerages.ClearStreet, LEAN'sClearStreetBrokerageModel/ClearStreetOrderProperties, lean-cli PR #666, and the Clear Street API docs.Notes:
ClearStreetFeeModel, so the Fees page documents theDefaultBrokerageModelfallback (Interactive Brokers fee model for Equity and Equity Options, zero fees for Index Options). No Transaction Fees model page was added.ClearStreetBrokerageModel, which rejects market-on-open and market-on-close orders even thoughclearstreet.jsonlists them.Test plan
python -c "import yaml; yaml.safe_load(open('QuantConnect-Platform-2.0.0.yaml', encoding='utf-8'))"passes.DOCS_RESOURCESinclude on the new pages resolves to an existing file.python url_check.pyreports no errors on the new pages; the 3 remaining errors are pre-existing on unrelated pages.00.jsonkeys.