Pfolio Development Update v0.5.8
Hey everyone, we’ve pushed v0.5.8 into production. This mainly contains bug fixes and stability improvements across API along with the new illustrations feature.
Short term Trade Illustrations
We have added an illustration endpoint which allows you to access details of a trade up to 60 months in the future.
https://developers.seccl.tech/#illustration
This will break down the result into initial charges by asset, ongoing charges by asset and ongoing charges across the whole portfolio.
It also provides the calculation results after each period which could be used to power graphs over the time-period.
BREAKING CHANGES
There were no breaking changes as part of this release.
Future breaking Changes
Pagination will have pageSize set to 50 by default. You can mitigate against this change by always sending ?pageSize=50 with current GET requests that return an array of data.
See pagination docs: https://developers.seccl.tech/#pagination
Roadmap
Our roadmap is subject to change, but immediate plans include:
- Reporting on transactions that coincide with client updates
- Maintain your own instruments universe
- Junior ISA
Please get in touch if you want to discuss any of these updates. We’d be happy to talk.
See you at the next update!