kdb Insights Enterprise KX Flow Accelerator - Release notes
This section details the release notes for the kdb Insights KX Flow Accelerator
Version 1.1.0
Release Date
2024-09-23
New Features
- Compatability fixes for Insights Enterprise 1.10
- Updated attributes on the Flow schemas for performance improvement. Note that applying an upgrade of this change requires a reload of the data
Bug Fixes
- Fixed an issue in the VWAP API that could cause length errors under specific data conditions
Version 1.0.0
Release Date
2024-05-30
New Features
- Schemas for Executable Streaming Prices (
FXQuote
andFXClientQuote
) - Schemas for RFS pricing (
FXQuoteReply
,FXQuoteRequest
,FXQuoteReplyLegs
andFXQuoteRequestLegs
) - Schemas for Orders (
FXOrderReport
,FXOrderRequest
,FXOrderReportLegs
andFXOrderRequestLegs
) - Pipelines for KX Flow data ingestion to above tables
- Schemas for reference data (
Instrument
andExchangeHolidayCal
) - Pipelines to load reference data from csv files in an s3 storage location
- Query and analytic API extensions via the FSI Library
- Extended getTicks API for Fx book building via the
fxBookType
argument - An example Insights View for displaying streaming data
- Example Jupyter notebooks, demonstrating Python and REST API access
Artifacts
type | Location |
---|---|
Accelerator Package | https://portal.dl.kx.com/assets/raw/kxi-accelerators/fsi/fsi-kx-flow/ |
Version Dependencies
To use the KX Flow Accelerator, you must have the following compatible versions of the underlying FSI Library, kdb Insights Enterprise, and the kxi CLI.
KX Flow Accelerator | FSI Library | Insights Enterprise | kxi CLI |
---|---|---|---|
1.0.0 | 1.0.0 | 1.9.0 | 1.9.0 |
1.1.0 | 1.1.2 | 1.10.1 | 1.10.0 |
Known Issues
Expand to see the list of known issues here
- ID Mapping is not applied to get* API calls. Data is only returned for underlying symbols, even when
IDMapping
is set on get* API calls. Requests for ID Mapped symbols do not return any results. - When holiday calendars are applied in get* API calls using
applyHolidayCalendar
, the call always returns an empty result.