[Enhancement] openbb-cftc: Improve CFTC Endpoints and Make a Standalone Workspace App For COT Data#7449
Open
deeleeramone wants to merge 7 commits intodevelopfrom
Open
[Enhancement] openbb-cftc: Improve CFTC Endpoints and Make a Standalone Workspace App For COT Data#7449deeleeramone wants to merge 7 commits intodevelopfrom
openbb-cftc: Improve CFTC Endpoints and Make a Standalone Workspace App For COT Data#7449deeleeramone wants to merge 7 commits intodevelopfrom
Conversation
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.
This PR refactors the
openbb-cftcprovider extension into a standalone provider + router with a dedicated Workspaceapps.jsonfile.It is a breaking change in that,
obb.regulators.cftc->obb.cftc.The changes make it ready-to-use as a lightweight micro service. Search now has
categoryandsubcategoryfilters, making it easy to find the contract code for any asset.The Workspace app groups the
codecolumn in the search widget to the report widget, for click-to-load behavior.Unit test cassettes have been refreshed, and integration tests have been updated to reflect the new parameters.