Current Number of Holdings: 
|
Sort and Subtotal By Stock | ||||||||
Holding ID | Purchase Date |
Symbol | Quantity | Purchase Price |
Current Price |
Purchase Basis |
Market Value |
Gain(Loss) | Trade |
---|---|---|---|---|---|---|---|---|---|
<%# Eval("holdingID")%> | <%# Eval("purchaseDate") %> | <%# Eval("quoteID") %> | <%# Eval("quantity", "{0:0,0}") %> | <%# Eval("purchasePrice", "{0:C}")%> | <%# Eval("quotePrice", "{0:C}")%> | <%# Eval("basis", "{0:C}")%> | <%# Eval("marketValue","{0:C}")%> | <%# Eval("gainWithArrow") %> | <%# Eval("sellLink") %> |
Totals | <%=String.Format("{0:C}",totalHoldings.basis) %> | <%=String.Format("{0:C}",totalHoldings.marketValue)%> | <%=totalHoldings.gainWithArrow%> |