@barchart/portfolio-api-common 1.2.108 → 1.2.109

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -205,6 +205,7 @@ module.exports = (() => {
205
205
 
206
206
  formatters.set(TransactionType.DISTRIBUTION_REINVEST, (t) => {
207
207
  return {
208
+ boughtSold: t.quantity,
208
209
  shares: t.snapshot.open.subtract(t.quantity),
209
210
  price: t.dividend.price,
210
211
  fee: t.fee,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-api-common",
3
- "version": "1.2.108",
3
+ "version": "1.2.109",
4
4
  "description": "Common classes used by the Portfolio system",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",