-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement] Fixed Income Enhancements #6490
Merged
Merged
Conversation
This file contains 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
deeleeramone
added
enhancement
Enhancement
platform
OpenBB Platform
v4
PRs for v4
labels
Jun 6, 2024
deeleeramone
changed the title
[Enhancement] Improve EFFR Function & Move SOFR to
[Enhancement] Fixed Income Enhancements.
Jun 7, 2024
rate
deeleeramone
changed the title
[Enhancement] Fixed Income Enhancements.
[Enhancement] Fixed Income Enhancements
Jun 7, 2024
@IgorWounds, gotta cut myself here. No more additions to this PR. 🥲 |
minhhoang1023
approved these changes
Jun 18, 2024
IgorWounds
reviewed
Jun 18, 2024
openbb_platform/providers/fred/openbb_fred/models/federal_funds_rate.py
Outdated
Show resolved
Hide resolved
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Why?:
rate
section with the other similar items.What?:
federal_funds_rate
.commercial_paper
.EFFR
&SOFR
: Standardizes the data from both FRED and the NY Fed API.openbb-federal-reserve
: Switch the source of the data to the NY Fed API and return a JSON.openbb-fred
: Add transform and frequency aggregation parameters. Return series metadata.SOFR
to thefixedincome.rate
router and add deprecation to the original item.federal_reserve
as provider toSOFR
.EFFR
andSOFR
.overnight_bank_funding_rate
as new route and data from FRED and Federal Reserve.bond_indices
.Impact:
frequency
ormaturity
parameters.json_schema_extra
definitions for front end.obb.fixedincome.corporate.hqm
Testing Done: