ARahimiQuant / pyfedwatch

Python Implementation of the CME FedWatch Tool for Estimating Probabilities of Federal Funds Rate Changes at Upcoming FOMC Meetings.
https://pypi.org/project/pyfedwatch/
Apache License 2.0
19 stars 5 forks source link

Does not generate FOMC calendar and FF rate probability distribution until the end of the year #1

Closed userBCH closed 4 months ago

userBCH commented 5 months ago

FED has not yet published the calendar of FOMC meetings for 2025 (they usually do it in late summer). Because of the way ending_no_fomc is calculated the calendar would only extend until the last non-FOMC month in 2024, i.e. October. As a result, the program does not calculate probability distributions for November and December 2024.

ARahimiQuant commented 4 months ago

Providing the FOMC calender is out of the scope of pyfedwatch. You need to come up with the calender to be able to use pyfedwatch, as mentioned in the readme!

"The scope of PyFedWatch is focused solely on the implementation of the FedWatch methodology. Providing the fed funds futures pricing data and FOMC meetings data is beyond the scope of this package. However, we have included sample data to demonstrate how the package can be used in practice. The package does not offer up-to-date data preparation as part of its functionality."