This is a minor update to the system containing only small improvements and minor bug fixes.
Default credit scores
Where there is insufficient data available to score a company, the platform will give the average for the sector. This allows customers to score the credit risk for an SMEs on the average of similar companies.
Kosovo country code KV
Customers can provide their own data with MDI reports using the unofficial KV country code for Kosovo.
UX improvements
Notifications
The platform now uses lightweight notifications called "Toasts" similar to those popular in mobile and desktop applications to signal progress. Mostly notably when you create a single report or a multiple report batch job you can browse away to other screens and a discrete "Toast" will appear. You can click on the 'x' to hide the notification.
API improvements
There are no breaking changes to the v1.0 API.
API Versions
In preparation for future enhancements to the API while preserving backwards compatibility the openapi swaggers docs will have a selector to choose API version.
API access with Oauth 2.0 clients
Customers can now request and self-manage client id and secret pairs for API access through the API using the /clients endpoint instead of username and password credentials. This makes it possible to securely rotate your API credentials without breaking your integration independently of user password changes.
Bug Fixes
Z-Score Axis Scale
PDF reports now plot historical Z-Score trends on the scale of 0 to 1000. Previously the X-axis went up to 1500.
Reliability Index in csv reports
The reliability index has been added to the csv export of single company and multiple company (batch) reports.
Wrong message on login error
The POST login/access-token endpoint now correctly returns the message "Invalid credentials given." with response code 401 if invalid credentials are sent.
API Operation IDs
All our endpoints have now an Operation ID with a maximum length of 80 characters, easing up external integrations with Salesforce based systems.