Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

This page explains the changes since 5.4.0-BETA and 5.4.0-BETA 2, and explains any changes required to migrate from these early releases to the stated version of Atoti Market Risk:

Changes since 5.4.0-BETA 2

Changed

Issue KeyDetails
BAS-1395Appropriate datastore fields are now typed as LocalDate instead of String.
BAS-1644Separated the formulas and configuration properties of PnL Explain and Taylor VaR. For details, see Common module properties.
MR-1815Changed Market Data API code based on feedback on MR 5.4.0-beta2

Removed

Issue KeyDetails
MR-1811Removed the FXRates store.

Fixed

Issue KeyDetails
MR-1520Querying the PnLExplain measure on the Sensitivity Cube is now faster than on previous versions.
MR-1751Made native currency measures in the sensitivity summary cubes visible and have the correct names.
MR-1780The continuous query handler of the FX post-processors is now configurable.

Fixed issues introduced in 5.4.0-BETA 2

Issue KeyDetails
MR-1776Properties to configure market data interpolation are available. However, for interpolators using pre- and post-interpolation functions, a custom implementation is needed. An example of such an implementation is provided in the application.
MR-1777Fixed FX risk computation from FX shifts and FX rates.
MR-1778The mapping between risk classes and types of market data retrieved is now configurable and is no longer hard-coded.

Migrate to 5.4.0

Upgrading from version 5.4.0-BETA 2, see Atoti Market Risk 5.4 Release Notes. Atoti Market Risk uses Atoti Server 6.0.14-sb3 and Atoti UI 5.1.x. For new features and fixes included in these releases, please see the Atoti UI documentation and Atoti UI Migration Notes, and the release notes for Atoti Server.

Breaking Changes

  • Default content server startup settings changed to reset its content to the content in mr-application/src/main/resources/mr-bookmarks. No persistence upon restart with new default properties.
  • The properties beginning mr.sensi.rules.<sensitivity-type>... have been renamed mr.sensi.rules.<sensitivity-type>.pnl-explain. This is to accommodate the new mr.sensi.rules.<sensitivity-type>.taylor-var properties that allow Taylor VaR and PnL Explain calculations to be configured independently.
  • The ISensiRuleConfigurationService interface has been replaced by the IPnlExplainRuleConfigurationService and ITaylorVarRuleConfigurationService interfaces.
  • The ISensiRuleConfigurationServicAware interface has been removed.
  • The method getVaRExplainFormula in IPnLExplainFormulaProvider has been renamed to getPnlExplainFormulaForShift as this method is now only used for PnL Explain calculations.
  • The constructor for the PnLExplainFormulaProvider class now requires an IPnlExplainRuleConfigurationService instead of an ISensiRuleConfigurationService.
  • The InputSelector class has been renamed to PnlExplainInputSelector. There is a corresponding TaylorVarInputSelector and they both implement IInputSelector. To autowire these beans you must now use the new qualifiers: SP_QUALIFIER__PNL_EXPLAIN_INPUT_SELECTOR and SP_QUALIFIER__TAYLOR_VAR_INPUT_SELECTOR.
  • The IInputSelectorAware interface has been replaced by the IPnlExplainInputSelectorAware and ITaylorVarInputSelectorAware interfaces.
  • The APnlVectorFromRiskSensiPostProcessor post-processor now implements the ITaylorVarFormulaProviderAware interface instead of the IPnLExplainFormulaProviderAware interface.
  • The market data measures configuration has been changed to fix issues introduced in the MR 5.4.0-BETA 2 release.
  • The Market Data API code has been changed based on feedback on MR 5.4.0-BETA 2. For details about the design and implementation suggestions, see Market Data API.

Summary

  • Market Data bookmark removed: The Risk Factor History bookmark under Atoti MR & PL/Story-Telling Target Views has been removed.
  • Content server reset on start: The default behavior driven by the in-memory database properties in application.yaml has been changed to reset the content server on start with the bookmarks folder (mr-application/src/main/resources/mr-bookmarks).
  • Market Data API improvements: The Market Data API has been modified based on feedback:
    • Retriever factories: Retriever factories have been split into containers holding table retrievers and coordinate translators associated with a name and factories leveraging these containers.
    • New interpolation type added: A new interpolation type (InterpolationMode.VOL_TO_VARIANCE) added to support a volatility-to-variance transformation applied to the input data and a variance-to-volatility transformation applied to the results of interpolation.
  • Scalar sensitivities using the Market Data API: The scalar sensitivity measure chains have been migrated to use the new Market Data API:
    • New market data configuration properties: Properties have been added to configure the type of market data and the interpolation for each sensitivity.
    • New measures: Native interpolated market data measures are now created based on the market data configuration properties.
  • Added topic alias AllMarketData: All the market data tables are regrouped under the new topic alias AllMarketData, used for loading the input files.

Input file formats

No changes.

Configuration

Configuration properties

Properties added
A number of properties have been added to the mr-common-config module beginning mr.sensi.rules.<sensitivity-type>.taylor-var. These properties mirror the previous mr.sensi.rules properties, allowing Taylor VaR and PnL Explain calculations to be configured independently. For full details of these properties, please see the mr-common-config properties documentation. The following properties have been added to configure sensitivity calculations with the new Market Data API:
PropertyDefault valueDescription
mr.sensi.market-data.correlation.any.any.interpolateWhether to perform interpolation of market data.false
mr.sensi.market-data.correlation.any.any.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc.linear
mr.sensi.market-data.correlation.any.any.market-data-typeThe type of market data. This is used to decide which market data store to retrieve the data from. For example, spot, curve, cube.correlation
mr.sensi.market-data.correlation.any.customCustom market data properties for specific risk classes. The key is the risk class name and the values are the properties for that risk class.
mr.sensi.market-data.correlation.customCustom market data properties for specific sensitivity names and risk classes. The first key is the sensitivity name, the second is the risk class name and the values are the properties for that sensitivity name and risk class.
mr.sensi.market-data.cross-gamma1.any.any.interpolateWhether to perform interpolation of market data.false
mr.sensi.market-data.cross-gamma1.any.any.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc.linear
mr.sensi.market-data.cross-gamma1.any.any.market-data-typeThe type of market data. This is used to decide which market data store to retrieve the data from. For example, spot, curve, cube.spot
mr.sensi.market-data.cross-gamma1.any.customCustom market data properties for specific risk classes. The key is the risk class name and the values are the properties for that risk class.
mr.sensi.market-data.cross-gamma1.any.equity.interpolateWhether to perform interpolation of market data.false
mr.sensi.market-data.cross-gamma1.any.equity.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc.linear
mr.sensi.market-data.cross-gamma1.any.equity.market-data-typeThe type of market data. This is used to decide which market data store to retrieve the data from. For example, spot, curve, cube.eq spot
mr.sensi.market-data.cross-gamma1.customCustom market data properties for specific sensitivity names and risk classes. The first key is the sensitivity name, the second is the risk class name and the values are the properties for that sensitivity name and risk class.
mr.sensi.market-data.cross-gamma2.any.any.interpolateWhether to perform interpolation of market data.false
mr.sensi.market-data.cross-gamma2.any.any.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc.linear
mr.sensi.market-data.cross-gamma2.any.any.market-data-typeThe type of market data. This is used to decide which market data store to retrieve the data from. For example, spot, curve, cube.spot
mr.sensi.market-data.cross-gamma2.any.customCustom market data properties for specific risk classes. The key is the risk class name and the values are the properties for that risk class.
mr.sensi.market-data.cross-gamma2.any.equity.interpolateWhether to perform interpolation of market data.false
mr.sensi.market-data.cross-gamma2.any.equity.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc.linear
mr.sensi.market-data.cross-gamma2.any.equity.market-data-typeThe type of market data. This is used to decide which market data store to retrieve the data from. For example, spot, curve, cube.eq spot
mr.sensi.market-data.cross-gamma2.customCustom market data properties for specific sensitivity names and risk classes. The first key is the sensitivity name, the second is the risk class name and the values are the properties for that sensitivity name and risk class.
mr.sensi.market-data.customCustom market data properties for specific sensitivity types, names and risk classes. The first key is the sensitivity type, the second is the sensitivity name, and the second is the risk class name and the values are the properties for that sensitivity name and risk class.
mr.sensi.market-data.delta.any.any.interpolateWhether to perform interpolation of market data.true
mr.sensi.market-data.delta.any.any.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc.linear
mr.sensi.market-data.delta.any.any.market-data-typeThe type of market data. This is used to decide which market data store to retrieve the data from. For example, spot, curve, cube.curve
mr.sensi.market-data.delta.any.customCustom market data properties for specific risk classes. The key is the risk class name and the values are the properties for that risk class.
mr.sensi.market-data.delta.any.equity.interpolateWhether to perform interpolation of market data.false
mr.sensi.market-data.delta.any.equity.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc.linear
mr.sensi.market-data.delta.any.equity.market-data-typeThe type of market data. This is used to decide which market data store to retrieve the data from. For example, spot, curve, cube.eq spot
mr.sensi.market-data.delta.any.fx.interpolateWhether to perform interpolation of market data.false
mr.sensi.market-data.delta.any.fx.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc.linear
mr.sensi.market-data.delta.any.fx.market-data-typeThe type of market data. This is used to decide which market data store to retrieve the data from. For example, spot, curve, cube.fx spot
mr.sensi.market-data.delta.customCustom market data properties for specific sensitivity names and risk classes. The first key is the sensitivity name, the second is the risk class name and the values are the properties for that sensitivity name and risk class.
mr.sensi.market-data.dividend.any.any.interpolateWhether to perform interpolation of market data.false
mr.sensi.market-data.dividend.any.any.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc.linear
mr.sensi.market-data.dividend.any.any.market-data-typeThe type of market data. This is used to decide which market data store to retrieve the data from. For example, spot, curve, cube.dividend
mr.sensi.market-data.dividend.any.customCustom market data properties for specific risk classes. The key is the risk class name and the values are the properties for that risk class.
mr.sensi.market-data.dividend.customCustom market data properties for specific sensitivity names and risk classes. The first key is the sensitivity name, the second is the risk class name and the values are the properties for that sensitivity name and risk class.
mr.sensi.market-data.gamma.any.any.interpolateWhether to perform interpolation of market data.true
mr.sensi.market-data.gamma.any.any.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc.linear
mr.sensi.market-data.gamma.any.any.market-data-typeThe type of market data. This is used to decide which market data store to retrieve the data from. For example, spot, curve, cube.curve
mr.sensi.market-data.gamma.any.customCustom market data properties for specific risk classes. The key is the risk class name and the values are the properties for that risk class.
mr.sensi.market-data.gamma.any.equity.interpolateWhether to perform interpolation of market data.false
mr.sensi.market-data.gamma.any.equity.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc.linear
mr.sensi.market-data.gamma.any.equity.market-data-typeThe type of market data. This is used to decide which market data store to retrieve the data from. For example, spot, curve, cube.eq spot
mr.sensi.market-data.gamma.any.fx.interpolateWhether to perform interpolation of market data.false
mr.sensi.market-data.gamma.any.fx.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc.linear
mr.sensi.market-data.gamma.any.fx.market-data-typeThe type of market data. This is used to decide which market data store to retrieve the data from. For example, spot, curve, cube.fx spot
mr.sensi.market-data.gamma.customCustom market data properties for specific sensitivity names and risk classes. The first key is the sensitivity name, the second is the risk class name and the values are the properties for that sensitivity name and risk class.
mr.sensi.market-data.vanna1.any.any.interpolateWhether to perform interpolation of market data.true
mr.sensi.market-data.vanna1.any.any.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc.linear
mr.sensi.market-data.vanna1.any.any.market-data-typeThe type of market data. This is used to decide which market data store to retrieve the data from. For example, spot, curve, cube.surface
mr.sensi.market-data.vanna1.any.customCustom market data properties for specific risk classes. The key is the risk class name and the values are the properties for that risk class.
mr.sensi.market-data.vanna1.any.girr.interpolateWhether to perform interpolation of market data.true
mr.sensi.market-data.vanna1.any.girr.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc.linear
mr.sensi.market-data.vanna1.any.girr.market-data-typeThe type of market data. This is used to decide which market data store to retrieve the data from. For example, spot, curve, cube.cube
mr.sensi.market-data.vanna1.customCustom market data properties for specific sensitivity names and risk classes. The first key is the sensitivity name, the second is the risk class name and the values are the properties for that sensitivity name and risk class.
mr.sensi.market-data.vanna2.any.any.interpolateWhether to perform interpolation of market data.true
mr.sensi.market-data.vanna2.any.any.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc.linear
mr.sensi.market-data.vanna2.any.any.market-data-typeThe type of market data. This is used to decide which market data store to retrieve the data from. For example, spot, curve, cube.curve
mr.sensi.market-data.vanna2.any.customCustom market data properties for specific risk classes. The key is the risk class name and the values are the properties for that risk class.
mr.sensi.market-data.vanna2.any.equity.interpolateWhether to perform interpolation of market data.false
mr.sensi.market-data.vanna2.any.equity.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc.linear
mr.sensi.market-data.vanna2.any.equity.market-data-typeThe type of market data. This is used to decide which market data store to retrieve the data from. For example, spot, curve, cube.eq spot
mr.sensi.market-data.vanna2.any.fx.interpolateWhether to perform interpolation of market data.false
mr.sensi.market-data.vanna2.any.fx.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc.linear
mr.sensi.market-data.vanna2.any.fx.market-data-typeThe type of market data. This is used to decide which market data store to retrieve the data from. For example, spot, curve, cube.fx spot
mr.sensi.market-data.vanna2.customCustom market data properties for specific sensitivity names and risk classes. The first key is the sensitivity name, the second is the risk class name and the values are the properties for that sensitivity name and risk class.
mr.sensi.market-data.vega.any.any.interpolateWhether to perform interpolation of market data.true
mr.sensi.market-data.vega.any.any.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc.linear
mr.sensi.market-data.vega.any.any.market-data-typeThe type of market data. This is used to decide which market data store to retrieve the data from. For example, spot, curve, cube.surface
mr.sensi.market-data.vega.any.customCustom market data properties for specific risk classes. The key is the risk class name and the values are the properties for that risk class.
mr.sensi.market-data.vega.any.girr.interpolateWhether to perform interpolation of market data.true
mr.sensi.market-data.vega.any.girr.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc.linear
mr.sensi.market-data.vega.any.girr.market-data-typeThe type of market data. This is used to decide which market data store to retrieve the data from. For example, spot, curve, cube.cube
mr.sensi.market-data.vega.customCustom market data properties for specific sensitivity names and risk classes. The first key is the sensitivity name, the second is the risk class name and the values are the properties for that sensitivity name and risk class.
mr.sensi.market-data.volga.any.any.interpolateWhether to perform interpolation of market data.true
mr.sensi.market-data.volga.any.any.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc.linear
mr.sensi.market-data.volga.any.any.market-data-typeThe type of market data. This is used to decide which market data store to retrieve the data from. For example, spot, curve, cube.surface
mr.sensi.market-data.volga.any.customCustom market data properties for specific risk classes. The key is the risk class name and the values are the properties for that risk class.
mr.sensi.market-data.volga.any.girr.interpolateWhether to perform interpolation of market data.true
mr.sensi.market-data.volga.any.girr.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc.linear
mr.sensi.market-data.volga.any.girr.market-data-typeThe type of market data. This is used to decide which market data store to retrieve the data from. For example, spot, curve, cube.cube
mr.sensi.market-data.volga.customCustom market data properties for specific sensitivity names and risk classes. The first key is the sensitivity name, the second is the risk class name and the values are the properties for that sensitivity name and risk class.
Properties in the mr-common-config module beginning mr.sensi.rules have been renamed to mr.sensi.rules.<sensitivity-type>.pnl-explain. Along with the new mr.sensi.rules.<sensitivity-type>.taylor-var properties, this allows Taylor VaR and PnL Explain calculations to be configured independently. For full details of these properties, please see the mr-common-config properties documentation

Property files

Files Modified
application.yaml
New properties:
Property NameValueDescription
mr.application.content-server.db.file.namenullSpecifies the name of the file to which content server is persisted.

Datastores

Modified stores

The types of the following store fields have been changed:
StoreFieldOld typeNew typeOld defaultNew defaultNote
TradeAttributesMaturityDateStringDateN/A1970-01-01
TradeAttributesTradeDateStringDateN/A1970-01-01
TradeSensitivitiesMaturityDatesStringDateN/A1970-01-01This change does not apply to the vectorized TradeSensitivities store.
TradeSensitivitiesTenorDatesStringDateN/A1970-01-01This change does not apply to the vectorized TradeSensitivities store.

Database

Modified tables

The types of the following database table fields have been changed:
TableFieldOld typeNew typeOld defaultNew defaultNote
TRADE_ATTRIBUTESMATURITY_DATEStringDateN/A1970-01-01
TRADE_ATTRIBUTESTRADE_DATEStringDateN/A1970-01-01
TRADE_SENSITIVITIESMATURITY_DATESStringDateN/A1970-01-01
TRADE_SENSITIVITIESTENOR_DATESStringDateN/A1970-01-01
TRADE_SENSITIVITIES_VECTORMATURITY_DATESStringDateN/A1970-01-01
TRADE_SENSITIVITIES_VECTORTENOR_DATESStringDateN/A1970-01-01

Deleted tables

FXRATES has been removed and replaced by the new Market Data API store FxRateMarketData.

Cube schema

No changes.

Measures

No changes.

Context values

No changes.

Other changes

Changes since 5.4.0-BETA

Added

Issue KeyDetails
MR-1715Added a post-processor to retrieve data from the SpotMarketData store.
MR-1716Added a post-processor to retrieve data from the CurveMarketData store.
MR-1717Added a post-processor to retrieve data from the SurfaceMarketData store.
MR-1718Added a post-processor to retrieve data from the CubeMarketData store.
MR-1739Added support for DirectQuery with Databricks.
MR-1740Added scenario-indexed adjustments for the VaR-ES cube PnL vectors.
MR-1749Corporate Actions have been migrated to the new Market Data API.

Changed

Issue KeyDetails
MR-1721Implemented FX post-processor with new market data API.
MR-1723Added MeasureCreator for new post-processors in ISensitivityMarketDataMeasures.
MR-1725Updated FX measures to use the new FX post-processor.
MR-1731The sensitivities vector data model format has been deprecated.
MR-1732The default data model for sensitivities changed from vector model to scalar model.
MR-1742Used fluent API for market data post-processor.
MR-1750Dividends have been migrated to the new Market Data API for scalar sensitivities.
MR-1772Updated SQL scripts for DirectQuery with Microsoft SQL Server and Snowflake, to match the schema of the new Market Data API.
MR-1773Rename INSTRUMENT_MARKET_DATA_STORE to SPOT_MARKET_DATA_STORE, along with all classes that refer to the INSTRUMENT_MARKET_DATA_STORE.
MR-1775Removed “store” suffix in market data store names.
| MR-1775 | Removed “store” suffix in market data store names. |

Removed

Issue KeyDetails
MR-1726Removed the debug market data measures.
MR-1774Removed market data cube.

Fixed

Issue KeyDetails
MR-1743Upgraded to Solutions Tools BOM 2.2-AS6.0 to fix bug in DoctorPivot, leading to a failure to retrieve the measures in the application cubes.

Fixed issues introduced in 5.4.0-BETA

None.

Migrate to 5.4.0-BETA 2

Upgrading from version 5.4.0-beta, see Atoti Market Risk 5.4 Release Notes. Atoti Market Risk uses Atoti Server 6.0.12-sb3 and Atoti UI 5.1.x. For new features and fixes included in these releases, please see the Atoti UI documentation and Atoti UI Migration Notes, and the release notes for Atoti Server.

Breaking Changes

  • Vectorized sensitivities have been deprecated: scalar sensitivities should be used instead of vectorized sensitivities.
  • The default data model for sensitivities changed from vector model to scalar model.
  • The CorporateAction store has been removed for scalar sensitivities, and deprecated for vectorized sensitivities: it is still used to handle dividends for vectorized sensitivities, but is not used anymore for scalar sensitivities.
  • Stock splits are handled in a new store: the SplitRatioMarketData store is used for the handling of stock split ratios both for vectorized and scalar sensitivities.
  • New input files for Dividends and stock Split Ratios have been created.
  • New Market Data input files: spot, curve, surface, cube, and correlation market data files have been created to replace the previous market data input file.
  • The Market Data Cube has been deleted : Market data measures in the Sensitivities Cube need to be used to display market data instead of the Market Data Cube.
  • The debug market data measures have been removed.
  • The modules mr-market-data-lib and mr-market-data-config have been removed. They were used for the configuration of the Market Data Cube.
  • In the ThetaCopper class, some methods have been renamed. The marketDataPostProcessor and scalarMarketDataPostProcessor methods have been renamed.
  • The com.activeviam.accelerator.common.dates.IMaturityConverter interface has been removed from the module mr-common-lib and has been replaced by the interface com.activeviam.accelerator.common.dates.IMaturityConverter.
  • Some methods have been added to the ISensitivityMarketDataMeasures interface and the following methods have been changed: scalarNativeIntermediateInterpolatedDividend, scalarNativeIntermediateInterpolatedTheta, vectorNativeIntermediateInterpolatedTheta
  • For the market data measure chains configuration: the classes names *CurrentDateMarketDataChain, *NextDateMarketDataChain and *PreviousDateMarketDataChain hae been changed to use the new market data API.
  • The SQL scripts to create and load data for DirectQuery with Microsoft SQL Server and Snowflake have been modified to match the schema of the new Market Data API.

Summary

Input file formats

Added

New files

FilePurpose
Correlation_Market_Data.csvStores the correlation market data.
Dividend.csvStores the dividend market data.
FX_Rate_Market_Data.csvStores the FX rate market data.
SplitRatio.csvStores the stock split ratio market data.

Modified

The file Instrument_Market_Data.csv has been renamed to Spot_Market_Data.csv

Removed

FileDetails
FXRates.csvThe input file FX_Rate_Market_Data.csv has to be used instead.

Configuration

Configuration properties

Properties added
The following properties have been created in the mr-sensi-config module:
PropertyDefault valueDescription
mr.sensi.file-patterns.split-ratio“*SplitRatio.csv”Pattern for the Split Ratio input file.
mr.sensi.file-patterns.dividends“*Dividends.csv”Pattern for the Dividend input file.
mr.sensi.file-patterns.correlation-market-data“*Correlation_Market_Data.csv”Pattern for the Correlation market data input file.
Properties removed
the "mr.enable.cubes.market-data property has been removed.

Property files

No changes.

Datastores

Added store configurations

StoreClassDetails
CorrelationMarketDataCorrelationMarketDataStoreContains Correlation market data.
DividendMarketDataDividendMarketDataStoreContains split ratio market data.
FxRateMarketDataFxRateMarketDataStoreA store that is part of the new Market Data API for FX Rate market data.
SplitRatioMarketDataSplitRatioMarketDataStoreContains dividend market data.
  • The CorporateAction store has been deprecated. It is still used to handle dividends for vectorized sensitivities, but not for scalar sensitivities. The stores DividendMarketData and SplitRatioMarketData should be used instead.
  • The MarketData store has been deprecated. It is still used to handle dividends for vectorized sensitivities, but not for scalar sensitivities. The stores SpotMarketData, CurveMarketData, SurfaceMarketData, CubeMarketData and CorrelationMarketData should be used instead.
  • The FXRates store has been deprecated. It is not used anymore, and will be removed. The store FxRateMarketData needs to be used instead.
*For details, see New Dividend and Split Ratio stores.

Modified store configurations

Marked for removal

NameTypeModuleAffected Class
Market Data StoreStore configuration for vectors formatmr-sensi-configVectorMarketDataStoreConfig
Trade Sensitivities StoreStore configuration for vectors formatmr-sensi-configVectorTradeSensitivitiesStoreConfig
Sensitivities Aggregated StoreStore configuration for vectors formatmr-sensi-configVectorSensiAggregatedStoreConfig
Sensitivities Flat StoreStore configuration for vectors formatmr-sensi-configVectorSensiFlatStoreConfig
FXRates StoreStore configuration for FX rates that is not used any more tmr-common-configFxRateStoreConfig

Database

Added tables
TableDetails
CORRELATION_MARKET_DATAMarket data related to the correlation between risk factors
CUBE_MARKET_DATAMarket data defined along three axes (tenors, moneyness and underlying maturities).
CURVE_MARKET_DATAMarket data defined along a tenor axis.
DIVIDEND_MARKET_DATAMarket data related to dividends.
FX_RATE_MARKET_DATAFX rates.
SPLIT_RATIO_MARKET_DATAMarket data related to stock splits.
SPOT_MARKET_DATASpot price market data.
SURFACE_MARKET_DATAMarket data defined along two axes (tenors and moneyness).

Cube schema

The Market Data Cube has been deleted.

Measures

Added

CubeMeasureDetails
Sensitivity CubeSplit Ratio 2 CurrentSplit of the secondary underlying instrument as of current date
Sensitivity CubeSplit Ratio 2 PreviousSplit of the secondary underlying instrument as of previous date

Removed

The following debug market data measures found in the mr-sensi-config module were removed:
Measure removedFile location
Current Market Data Native Intermediate Int DebugCorrelationCurrentDateMarketDataChain.java, DeltaCurrentDateMarketDataChain.java, GammaCurrentDateMarketDataChain.java, VannaCurrentDateMarketDataChain.java, VegaCurrentDateMarketDataChain.java, VolgaCurrentDateMarketDataChain.java
Current Market Data 2 Native Intermediate Int DebugCorrelationCurrentDateMarketDataChain.java, VannaCurrentDateMarketDataChain.java
Current Market Data Native Intermediate Filtered Int DebugCorrelationCurrentDateMarketDataChain.java, DeltaCurrentDateMarketDataChain.java, GammaCurrentDateMarketDataChain.java, VannaCurrentDateMarketDataChain.java, VegaCurrentDateMarketDataChain.java, VolgaCurrentDateMarketDataChain.java
Current Market Data 2 Native Intermediate Filtered Int DebugCorrelationCurrentDateMarketDataChain.java, VannaCurrentDateMarketDataChain.java
Current Market Data Native Expand Intermediate Int DebugCorrelationCurrentDateMarketDataChain.java, DeltaCurrentDateMarketDataChain.java, GammaCurrentDateMarketDataChain.java, VannaCurrentDateMarketDataChain.java, VegaCurrentDateMarketDataChain.java, VolgaCurrentDateMarketDataChain.java
Current Market Data 2 Native Expand Intermediate Int DebugCorrelationCurrentDateMarketDataChain.java, VannaCurrentDateMarketDataChain.java
Current Market Native DebugCorrelationCurrentDateMarketDataChain.java, DeltaCurrentDateMarketDataChain.java, GammaCurrentDateMarketDataChain.java, VannaCurrentDateMarketDataChain.java, VegaCurrentDateMarketDataChain.java, VolgaCurrentDateMarketDataChain.java
Current Market Native 2 DebugCorrelationCurrentDateMarketDataChain.java, VannaCurrentDateMarketDataChain.java
Previous Market Native DebugCorrelationPreviousDateMarketDataChain.java, DeltaPreviousDateMarketDataChain.java, GammaPreviousDateMarketDataChain.java, VannaPreviousDateMarketDataChain.java, VegaPreviousDateMarketDataChain.java, VolgaPreviousDateMarketDataChain.java
Previous Market Native 2 DebugCorrelationPreviousDateMarketDataChain.java, VannaPreviousDateMarketDataChain.java
For additional changes related to this, see Removal of debug market data measures.

Context values

Removed

NameDetails
EnableMDStringDebugThe context value was removed as part of removing the Debug measures.

Modules removed

The modules mr-market-data-lib and mr-market-data-config have been removed. They were used for the configuration of the Market Data Cube.

Other changes

Maven dependencies

The following test dependency has been added to the mr-sensi-lib module:
    <dependency>
        <groupId>com.activeviam.apps</groupId>
        <artifactId>market-data-api</artifactId>
        <version>${project.version}</version>
        <type>test-jar</type>
        <scope>test</scope>
    </dependency>

IMaturityConverterAware class

The com.activeviam.accelerator.common.dates.IMaturityConverter interface has been removed from the module mr-common-lib and has been replaced by the interface com.activeviam.accelerator.common.dates.IMaturityConverter.

Theta: methods renamed

In the class ThetaCopper, the following methods have been renamed:
New method nameOld method name
vectorTimeToMaturitymarketDataPostProcessor
scalarTimeToMaturityscalarMarketDataPostProcessor

Market Data retriever names

The market data retriever names have been renamed as follows in the *MarketDataRetrievalConfig configuration classes:
Configuration classNew value of constant RETRIEVER_NAMEOld value of constant RETRIEVER_NAME
SpotMarketDataRetrievalConfig (previously InstrumentMarketDataRetrievalConfig)SPOT_MARKET_DATA_RETRIEVERDEFAULT_DATE_SHIFTING_INSTRUMENT_RETRIEVER
SpotMarketDataRetrievalConfigCURVE_MARKET_DATA_RETRIEVERDEFAULT_DATE_SHIFTING_CURVE_RETRIEVER
SpotMarketDataRetrievalConfigSURFACE_MARKET_DATA_RETRIEVERDEFAULT_DATE_SHIFTING_SURFACE_RETRIEVER
SpotMarketDataRetrievalConfigCUBE_MARKET_DATA_RETRIEVERDEFAULT_DATE_SHIFTING_CUBE_RETRIEVER