{{extend 'layout.html'}}
No bids were selected for this time period, or none were left unselected in order to allow the required selection quantity.
{{else: }}Buying:
Offering Party ID | Offer ID | Bid ID | Price | Quantity | Complete | Original Quantity | ||
{{=bid[6]}} | {{=bid[0]}} | {{=bid[1]}} | {{=itor(bid[2])}} | {{=itor(bid[3])}} | {{if bid[4] == True:}}Yes | {{else:}}No | {{pass}} {{if bid[4] == True:}}N/A | {{else:}}{{=itor(bid[5])}} | {{pass}}
Selling:
Offering Party ID | Offer ID | Bid ID | Price | Quantity | Complete | Original Quantity | ||
{{=bid[6]}} | {{=bid[0]}} | {{=bid[1]}} | {{=itor(bid[2])}} | {{=itor(bid[3])}} | {{if bid[4] == True:}}Yes | {{else:}}No | {{pass}} {{if bid[4] == True:}}N/A | {{else:}}{{=itor(bid[5])}} | {{pass}}
Statistics:
The following transactions were consistent with the MCP and were selected for execution and settling:
Buying:
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"])}} | {{if bid["complete"] == True:}}Yes | {{else:}}No | {{pass}} {{if bid["complete"] == True:}}N/A | {{else:}}{{=itor(bid["orig_qty"])}} | {{pass}}
Selling:
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"])}} | {{if bid["complete"] == True:}}Yes | {{else:}}No | {{pass}} {{if bid["complete"] == True:}}N/A | {{else:}}{{=itor(bid["orig_qty"])}} | {{pass}}