Atoti Market Data has a simplified data model, split by the number of axes of the market data. All retrieval configuration classes (providing store and retriever Spring Beans) can be found in theDocumentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
com.activeviam.config.retrievers package of the market-data-config module. For using all the market data stores and their associated retrievers at once, please use the provided Spring Boot Starter.
Cube market data
Market data defined along three axes (tenors, moneyness, and underlying maturities). The store and retriever are defined inCubeMarketDataRetrievalConfig.
Curve market data
Market data defined along a single tenor axis (e.g. UK CPI). The store and retriever are defined inCurveMarketDataRetrievalConfig.
FX rate market data
Market data for FX rates. The store and retriever are defined inFxRateMarketDataRetrievalConfig.
Spot market data
Market data defined as a single value per instrument (e.g. spot prices). The store and retriever are defined inSpotMarketDataRetrievalConfig.
Surface market data
Market data defined along two axes (tenors and moneyness). The store and retriever are defined inSurfaceMarketDataRetrievalConfig.
For details of each datastore, see Stores.