QuantConnect / lean-cli

CLI for running the LEAN engine locally and in the cloud
https://www.lean.io/cli
Apache License 2.0
191 stars 100 forks source link

Improve Security Master Requirement #378

Closed AlexCatarino closed 8 months ago

AlexCatarino commented 8 months ago

LEAN CLI will verify whether the Organization has a Security Master requirement set in the Dataset page. For example, US Futures requires US Futures Security Master. If the Org. doesn't have it, LEAN CLI directs the user to the US Futures Security Master pricing page.

Tested locally with Orgs. with and without Futures Security Master, and setting and not setting the requirements

    "requirements": {
        "137": "quantconnect-us-futures-security-master"
    },

Closes #73