openDAM.model.BlockBid module

class openDAM.model.BlockBid.BlockBid(id, volumes=None, price=0.0, location=None, min_acceptance_ratio=0.0)[source]

Bases: openDAM.model.Bid.Bid

Model of a block bid

Parameters:
  • volumes – dictionary where keys are periods and values are the volumes, positive for production.
  • price – Limit price of the bid.
  • location – Zone where bid
collect()[source]

Call this method to add the order to the orderbook. Need be reimplemented in classes inheriting from Bid.

price = None

Limit price of the bid.

total_volume()[source]
volumes = None

dictionary where keys are periods and values are the volumes, positive for production.