shares | price | broker fee | |||
{{ buy.tickerErr }} | {{ buy.sharesErr }} | {{ buy.priceErr }} | {{ buy.feeErr }} | ||
{{ actionErr }} |
ticker | shares owned | shares to sell | price | broker fee | acquisition date | breakeven price | gain/loss | ||||||
{{ s.sellingErr }} | {{ sell.priceErr }} | {{ sell.feeErr }} | {{ s.origin.date | date }} | {{ s | sellBreakEven }} | {{ s | sellGainLoss(sell) }} | ||||||||
{{ actionErr }} |
Value of Holdings | Cost of Purchases | Proceeds from Sales | Gain/Loss from Sales | Tracker Gain/Loss | ||
$ {{ summaryCost | fixed }} | $ {{ summarySpent | fixed }} | $ {{ summarySales | fixed }} | $ {{ summarySalesGain | fixed }} | {{ summarySalesGainPer }} % | $ {{ summaryTrackerGain | fixed }} | {{ summaryTrackerGainPer }} % |
Stock | Shares | Last Close | Market Value | Cost Per | Purchase | Gain/Loss | Date | ||
{{ t.ticker }}{{ t.ticker }} | {{ t.shares }} | {{ close[t.ticker] }} | {{ t | holdingsMarketValue(close) | fixed }} | {{ t.price | fixed }} | {{ t | holdingsAcquisition | fixed }} | {{ t | holdingsGain(close) | fixed}} | {{ t | holdingsGainPer(close) }} % | {{ t.date | date }} | |
Total: | {{ h | holdingsTotalShares }} | {{ h | holdingsTotalMarketValue(close) | fixed }} | {{ h | holdingsTotalAcquisition | fixed }} | {{ h | holdingsTotalGain(close) | fixed }} | {{ h | holdingsTotalGainPer(close) }} % |
type | ticker | shares | price | fee | date |
buy sell | {{ t.ticker }} | {{ t.shares }} {{ s.shares }} | {{ t.price }} | {{ t.fee }} | {{ t.date | date }} |
buy sell | {{ heAction.tickerErr }} | {{ heAction.sharesErr }} {{ s.sellingErr }} | {{ heAction.priceErr }} | {{ heAction.feeErr }} | {{ heAction.dateErr }} |
{{ heErr }} |