Interface WholesalePriceSource

All Superinterfaces:
DataSource

public interface WholesalePriceSource extends DataSource
Describes a data source for wholesale prices
  • Method Details

    • getWholesalePrice

      IndividualTimeSeries<EnergyPriceValue> getWholesalePrice(edu.ie3.util.interval.ClosedInterval<ZonedDateTime> timeInterval)
      Return the whole sale price for the given time interval
      Parameters:
      timeInterval - Queried time interval
      Returns:
      wholesale price data for the specified time range as a TimeSeries
    • getWholesalePrice

      Return the whole sale price for the given time
      Parameters:
      time - Queried time
      Returns:
      wholesale data for the specified time