Skip to content
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

Add Market Price Generator for Exchanges #8

Open
6 of 8 tasks
busiing opened this issue Jan 20, 2022 · 5 comments
Open
6 of 8 tasks

Add Market Price Generator for Exchanges #8

busiing opened this issue Jan 20, 2022 · 5 comments

Comments

@busiing
Copy link
Member

busiing commented Jan 20, 2022

  • Historial Data DA
  • Historial Data ID
  • Average Price DA
  • Average Price ID
  • Profile DA
  • Profile ID
  • Volatility DA
  • Volatility ID
@Fernando3161
Copy link
Collaborator

Fernando3161 commented Jan 20, 2022

I would need to know the formulations behind the "predictions" for the generation of market data.

  • Formulation
  • Function building
  • Integration for future years as case, i.e, use the function for 2021 onwards where there is no data.

@Fernando3161
Copy link
Collaborator

Fernando3161 commented Jan 26, 2022

@busiing #iss8 has now included the required functions under
/src/market_price generator.py

  • For years 2015-2017: Uses artificial DA and ID profiles, and FB and FP market data
    
  • For years 2018-2021: Uses market data for DA, ID, FB, and FP
    
  • For years 2021-2025:  Uses artificial DA and ID profiles, and FB and FP market data
    
  • For years 2025-:  Uses artificial data for DA, ID, FB, and FP
    

@Fernando3161
Copy link
Collaborator

Need to discuss what you mean with volatility and how can it be formulated

@busiing
Copy link
Member Author

busiing commented Feb 1, 2022

@Fernando3161 please check if the price pattern generated provide the same results as the excel price pattern generator.
The data is provided here on branch iss8.

@Fernando3161
Copy link
Collaborator

Prices diverge only on 1 h on Autumn when the clock changes. This is due to a different standard used for the DA/ID Index prices:
Pandas/Standard is to make switch at 2am.
Data is making switch at 3am.

A suggestion would be to replace the "3am" standard timestamps with a 2am generated timestamps. The difference would be only those two hours in the summer / winter daylight saving time switch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants