Skip to main content

Power block price creation and conversion

Project description

elektra

The purpose of the elektra project is to provide a utility to create and convert power prices to their respective block constructs.

There are two primary methods implemented in the elektra project

  • create_prices
  • scrub_hourly_prices

Create Prices

The create_prices method takes the following parameters:

  • flow_date - date | The as of date for the power prices
  • ticker - string | The ticker symbol for the power product
  • node - string | The node on the power grid
  • iso - string | The short name of the Independent Service Operator
  • block - string | The power block for the prices
  • frequency string | The price frequency, either Daily or Monthly
  • prices dataframe | A Python dataframe of prices consisting of flow_date, hour_ending, and price

The response from the method is a single price float the provided attributes.

Scrub Hourly Prices

The scrub_hourly_prices method takes the following parameters:

  • flow_date - date | The as of date for the power prices
  • ticker - string | The ticker symbol for the power product
  • node - string | The node on the power grid
  • iso - string | The short name of the Independent Service Operator
  • prices dataframe | A python dataframe of prices consisting of flow_date, hour_ending, and price

The response from the method is a Python dataframe with the following columns of data:

  • Hour Beginning
  • Hour Ending
  • Required
  • Special
  • Value

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

elektra-0.0.2.tar.gz (7.5 kB view hashes)

Uploaded Source

Built Distribution

elektra-0.0.2-py3-none-any.whl (8.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page