@barchart/portfolio-api-common 1.0.73 → 1.0.74

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.
@@ -391,8 +391,6 @@ module.exports = (() => {
391
391
  .withField('instrument.name', DataType.STRING, true)
392
392
  .withField('instrument.type', DataType.STRING, true)
393
393
  .withField('instrument.currency', DataType.forEnum(Currency, 'Currency'), true)
394
- .withField('instrument.symbol.barchart', DataType.STRING, true)
395
- .withField('instrument.symbol.display', DataType.STRING, true)
396
394
  .withField('date', DataType.DAY)
397
395
  .withField('amount', DataType.DECIMAL)
398
396
  .withField('fee', DataType.DECIMAL, true)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-api-common",
3
- "version": "1.0.73",
3
+ "version": "1.0.74",
4
4
  "description": "Common classes used by the Portfolio system",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",