Releases: barchart/portfolio-api-common
Releases · barchart/portfolio-api-common
v1.27.1
Other
- Fixed lint.
v1.27.0
New Features
- Added the
InstrumentProvider
class. - Added the
InstrumentProviderCache
class.
v1.26.1
Other
- Removed Wealthscope integration.
v1.26.0
New Features
- Added
email
attribute toPortfolioSchema
enumeration items.
v1.25.1
Bug Fixes
- Corrected calculation of
unrealized
gain byPositionItem
class.
v1.25.0
New Features
- Added
unrealizedPrice
attribute toPositionItem
andPositionGroup
classes.
v1.24.0
New Features
- Updated the
TransactionFormatter.format
function to use fractional formatting, when appropriate. - Updated the
PositionGroup
class to use fractional formatting, when appropriate.
v1.23.0
New Features
- Added unit code attribute to
PositionSchema
items.
v1.22.1
Other
- Updated the
alternateDescription
for Equity Options to be plural. - Updated the
alternateDescription
for Futures Options to be plural.
v1.22.0
New Features
- Added the
AveragePriceCalculator
utility class.
Bug Fixes
- Fixed average price generated by the
TransactionFormatter
for equity options and futures options.