{{extend 'layout.html'}}

Tertiary Downward Regulation Merit Order

Merit order and clearing:

{{=commit_form}} {{for mo in mos:}}

Interval {{=mo["interval"]}}

{{if mo["mcp"] == None: }}

No bids were selected for this time period, or none were left unselected in order to allow the required selection quantity.

{{else: }}

Merit order proceedings and statistics:

Buying:

{{for bid in mo["all_buys"]:}} {{if bid[4] == True:}} {{else:}} {{pass}} {{if bid[4] == True:}} {{else:}} {{pass}} {{pass}}
Offering Party ID Offer ID Bid ID Price Quantity Complete Original Quantity
{{=bid[6]}} {{=bid[0]}} {{=bid[1]}} {{=itor(bid[2])}} {{=itor(bid[3])}}YesNoN/A{{=itor(bid[5])}}

Selling:

{{for bid in mo["all_sales"]:}} {{if bid[4] == True:}} {{else:}} {{pass}} {{if bid[4] == True:}} {{else:}} {{pass}} {{pass}}
Offering Party ID Offer ID Bid ID Price Quantity Complete Original Quantity
{{=bid[6]}} {{=bid[0]}} {{=bid[1]}} {{=itor(bid[2])}} {{=itor(bid[3])}}YesNoN/A{{=itor(bid[5])}}

Statistics:

Selected Transactions:

The following transactions were consistent with the MCP and were selected for execution and settling:

Buying:

{{for bid in mo["buy_bids"]:}} {{if bid["complete"] == True:}} {{else:}} {{pass}} {{if bid["complete"] == True:}} {{else:}} {{pass}} {{pass}}
Offering Party ID Offer ID Bid ID Price Quantity Complete Original Quantity
{{=bid["tso_id"]}} {{=bid["offer_id"]}} {{=bid["bid_id"]}} {{=itor(bid["price"])}} {{=itor(bid["qty"])}}YesNoN/A{{=itor(bid["orig_qty"])}}

Selling:

{{for bid in mo["sell_bids"]:}} {{if bid["complete"] == True:}} {{else:}} {{pass}} {{if bid["complete"] == True:}} {{else:}} {{pass}} {{pass}}
Offering Party ID Offer ID Bid ID Price Quantity Complete Original Quantity
{{=bid["tso_id"]}} {{=bid["offer_id"]}} {{=bid["bid_id"]}} {{=itor(bid["price"])}} {{=itor(bid["qty"])}}YesNoN/A{{=itor(bid["orig_qty"])}}
{{pass}} {{pass}}