amirstm / TsetmcDataRepository

1 stars 1 forks source link

Data Adjustment #1

Open tabatabaei opened 3 months ago

tabatabaei commented 3 months ago

Hi dear

the Tse adjustment has some missing value and need a correct list to apply missing adjustment value.

If this project support timeseries database can be more efficient. my offer is Quest DB because supported by SQLAlcamy by Postgres DB protocol which using in your project.

I interest in help you to develop that but I need to have more information about project structure and learn some libarary used in this project.

Yours faithfully

amirstm commented 3 months ago

Hi @tabatabaei

the Tse adjustment has some missing value and need a correct list to apply missing adjustment value.

Can you please be more specific? If you mean the class PriceAdjustment, it has a date and two price values, one before the adjustment and one after. What else should it contain?

If this project support timeseries database can be more efficient. my offer is Quest DB because supported by SQLAlcamy by Postgres DB protocol which using in your project.

Unfortunately, I don't have the time to work on this project at the current moment. I would appreciate if you are able to open a pull request for the changes you may find appropriate. The project contains a docker compose file with 4 different containers. The main one runs a python executable that uses the libraries from this requirements file.