Releases: barchart/portfolio-api-common
Releases · barchart/portfolio-api-common
v1.11.8
Bug Fixes
- Added condition checks for raw values in formatter to avoid errors.
- Updated formatter to use
dividend.open
field asshares
if it exists.
v1.11.7
Technical Enhancements
- Added more raw data to the transaction formatter.p
v1.11.6
Technical Enhancements
- Added raw data to the transaction formatter.
v1.11.4
Technical Enhancements
- Updated
barchart/common-js
to the v4.9.0. - Updated
gulp
script.
v1.11.3
v1.11.2
Bug Fixes
- Corrected calculation of effective shares for dividends (and distributions) when payment occurs in an alternate currency.
- Rounded calculation of effective shares to reduce confusion. However, since this value is derived, loss of precision is inevitable.
v1.11.0
New Features
- Added
native
andcurrency
fields for dividends and distributions which paid in alternate currency (from underlying stock or fund).
v1.10.0
New Features
- Added a new
PortfolioFailureType
for negative quantity.
v1.9.1
Bug Fixes
- Made
quantity
field optional for theSell
transaction schema. - Made
quantity
field optional for theBuy Short
transaction schema.
v1.9.0
New Features
- Added
close
field to theSell
transaction schema. - Added
close
field to theBuy Short
transaction schema.