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.

Overview

These are the properties used to configure the mr-common-config module.
The properties beginning mr.sensi.rules.<sensitivity-type>.taylor-var enable you to configure the behavior of Taylor VAR calculations. If these properties are not set, the values of the corresponding mr.sensi.rules.<sensi>.pnl-explain properties are used for Taylor VAR calculations.

Module properties

KeyDescriptionDefault value
mr.application.what-if.persistenceA map intended to hold Hibernate-related properties in a hibernate.key.path -> value format. The default properties held in this map cannot be overridden individually. Once properties are explicitly set in the Spring context, the entire default map is discarded.[hibernate.hbm2ddl.auto: create, hibernate.current_session_context_class: thread, hibernate.connection.url: jdbc:h2:mem:what-if;DB_CLOSE_DELAY=-1, hibernate.connection.driver_class: org.h2.Driver]
mr.bucketing.days.monthNumber of days to use months when converting pillars for bucketing purposes. Used in the buckets level comparator.30
mr.bucketing.days.weekNumber of days to use weeks when converting pillars for bucketing purposes. Used in the buckets level comparator.7
mr.bucketing.days.yearNumber of days to use years when converting pillars for bucketing purposes. Used in the buckets level comparator.360
mr.bucketing.sets.maturitiesThe names of the available maturity sets to be selectable in a context value. Must match inputs in the DynamicMaturities files.[DEFAULT, REDUCED]
mr.bucketing.sets.moneynessThe names of the available moneyness sets to be selectable in a context value. Must match inputs in the DynamicMoneyness file.[DEFAULT, NO_SMILE]
mr.bucketing.sets.tenorsThe names of the available tenor sets to be selectable in a context value. Must match inputs in the DynamicTenors files.[DEFAULT, REDUCED, DECADE]
mr.common.file-patterns.book-parent-childPattern for the Book Parent Child input file.glob:**BookParentChild*.csv
mr.common.file-patterns.counterpartiesPattern for the Counterparties input file.glob:**Counterparties*.csv
mr.common.file-patterns.counterparty-parent-childPattern for the Counterparty Parent Child input file.glob:**CounterpartyParentChild*.csv
mr.common.file-patterns.countriesPattern for the Countries input file.glob:**Countries*.csv
mr.common.file-patterns.cube-level-adjustmentPattern for the Cube Adjustments input file.glob:**cubeAdjustment*.csv*
mr.common.file-patterns.cube-market-dataPattern for the MR 5.3+ Cube Market Data input file.glob:**Cube_Market_Data*.csv
mr.common.file-patterns.curve-market-dataPattern for the MR 5.3+ Curve Market Data input file.glob:**Curve_Market_Data*.csv
mr.common.file-patterns.fx-rate-market-dataPattern for the MR 5.4+ FX Rate Market Data input file.glob:**FX_Rate_Market_Data*.csv
mr.common.file-patterns.fx-ratesPattern for the FX Rates input file.glob:**FXRates*.csv
mr.common.file-patterns.legal-entity-parent-childPattern for the Legal Entity Parent Child input file.glob:**LegalEntityParentChild*.csv
mr.common.file-patterns.market-dataPattern for the MR 5.2 Market Data input file.regex:(?=.*MarketData)(?:(?!Sets).)+.csv
mr.common.file-patterns.risk-factor-catalogPattern for the Risk Factors Catalog input file.glob:**RiskFactorsCatalog*.csv
mr.common.file-patterns.risk-factor-market-shiftsPattern for the Risk Factor Market Shifts input file.glob:**MarketShifts*.csv
mr.common.file-patterns.scenariosPattern for the Scenarios input file.glob:**Scenarios*.csv
mr.common.file-patterns.spot-market-dataPattern for the MR 5.3+ Spot Market Data input file.glob:**Spot_Market_Data*.csv
mr.common.file-patterns.surface-market-dataPattern for the MR 5.3+ Surface Market Data input file.glob:**Surface_Market_Data*.csv
mr.common.file-patterns.trade-attributesPattern for the Trade Attributes input file.glob:**TradeAttributes*.csv
mr.confidence.defaults.expected-shortfallExpected shortfall default confidence percentage.97.5
mr.confidence.defaults.expected-tail-gainExpected tail gain default confidence percentage.97.5
mr.confidence.defaults.shift-percentileShift Percentile default context value.95
mr.confidence.defaults.value-at-earningsValue at earnings default confidence percentage.95
mr.confidence.defaults.value-at-riskValue at risk default confidence percentage.99
mr.confidence.defaults.weighted-var-lambdaWeighted VaR default lambda parameter.0.94
mr.confidence.levelsConfidence levels used to define specific measures.[97.5, 99]
mr.configuration.virtual-hierarchiesList of hierarchies that are set as virtual
mr.cubes.context-values.defaults.market-data-setDefault market data set to use for the calculations.Official EOD
mr.cubes.context-values.defaults.pnl.typeDefault PnL type for PnL cube.Actual PL Attributed
mr.cubes.context-values.defaults.pnl.vector-sizePnL vector size. Used for setting context value maximum values.250
mr.cubes.context-values.defaults.quantileDefault quantile for Tail measure calculations.EQUAL_WEIGHT
mr.cubes.context-values.defaults.queries-time-limit-combinedThe query time limit in seconds for the combined query cube, defined by the “queriesTimeLimit” context value.30
mr.cubes.context-values.defaults.queries-time-limit-dataThe query time limit in seconds for all the data cubes, defined by the “queriesTimeLimit” context value.30
mr.cubes.context-values.defaults.rounding-methodDefault rounding method for Tail measure calculations.CEIL
mr.cubes.context-values.defaults.var-es.time-periodThe default number of days used to scale the VaR metric.1
mr.cubes.context-values.display-names.quantilesThe display names of quantiles used for Tail measure calculations. The key is the plugin key for the IVaRQuantile implementation, and the value is the name to use in the UI.[EQUAL_WEIGHT: Equal Weight, CENTERED: Centered, EXCLUSIVE: Exclusive, SIMPLE: Simple]
mr.cubes.context-values.display-names.rounding-methodsThe display names of rounding methods used for Tail measure calculations. The key is the plugin key for the IVaRRounding implementation, and the value is the name to use in the UI.[FLOOR: Floor, CEIL: Ceil, ROUND: Round, ROUND_EVEN: Round Even, WEIGHTED: Weighted]
mr.cubes.context-values.reference-levelsList of the possible Levels for the Reference Level Context Value that will be used by the ReferenceLevelLocationShiftLight post-processor. The empty slot behaves like the top location.[, Book@Books, Desk@Desks, Legal Entity@Legal Entities, Level 1@BookHierarchy, Level 2@BookHierarchy, Level 3@BookHierarchy, Level 4@BookHierarchy, Level 5@BookHierarchy, Level 1@LegalEntityHierarchy, Level 2@LegalEntityHierarchy, Legal Entity@Legal Entities]
mr.cubes.formatters.array-formatDouble array formatter with at most 2 digits after the decimal separator.DOUBLE_ARRAY[#.###########]
mr.cubes.formatters.date-formatThe date formatters for timestamps.DATE[HH:mm:ss]
mr.cubes.formatters.double-formatThe formatter for double measures with at most 2 digits after the decimal separator.DOUBLE[#,##0.00;-#,##0.00]
mr.cubes.formatters.integer-formatThe int formatter.INT[#,###]
mr.cubes.formatters.percent-formatThe formatter for percentage double measures.DOUBLE[#,##0.00%]
mr.cubes.levels.as-of-dateThe as-of date level.AsOfDate@Date@Dates
mr.cubes.levels.base-currencyThe base currency level defining the currency used fo the FX risk on VaR computation.Base Currency@Base Currency@Base Currency
mr.cubes.levels.booksThe book level.Book@Books@Booking
mr.cubes.levels.currencyLevel containing the local currency.Ccy@Currencies@Currencies
mr.cubes.levels.day-to-daySlicing hierarchy used for day-to-day figures comparison.DayToDay@DayToDay@Dates
mr.cubes.levels.day-to-day-membersList of specific members used to perform day-to-day operations in addition to the asOfDates. Each entry should be in the format: NAME=OFFSET, e.g Yesterday=DAY-1[Yesterday=DAY-1, Day-2=DAY-2, Tomorrow=DAY+1, End Of Month=EOM-1, End Of Quarter=EOQ-1, End Of Year=EOY-1]
mr.cubes.levels.display-currencyThe display currency level name used by the cubes.displayCurrency@displayCurrency@Currencies
mr.cubes.levels.dynamic-maturitiesDynamic maturity levels used for vectorized sensitivities, from analysis hierarchies.Maturity@DynamicMaturities@DynamicBucketing
mr.cubes.levels.dynamic-moneynessDynamic moneyness levels used for vectorized sensitivities, from analysis hierarchies.Moneyness@DynamicMoneyness@DynamicBucketing
mr.cubes.levels.dynamic-tenorsDynamic tenor levels used for vectorized sensitivities, from analysis hierarchies.Tenor@DynamicTenors@DynamicBucketing
mr.cubes.levels.end-indexLevel used as the end index to create a sub-pnl vector for ES, VaR, EtG, VaE, and all their variations.PnLEndIndex@PnLEndIndex@PnLIndex
mr.cubes.levels.fx-effectThe level that contains the FX effect. Used for decomposition between local and FX risk.FX Attribution@FX Effect@Base Currency
mr.cubes.levels.ladder-availabilitySensitivity level containing the ladder shifts availability.Ladder Available@Ladder Availability@Risk
mr.cubes.levels.ladder-shiftsSensitivity level containing the ladder shifts.Ladder Shift@Ladder Shifts@Risk
mr.cubes.levels.liquidity-horizon-levelThe level that contains the liquidity horizon related to the current scenarioLiquidity Horizon@Liquidity Horizons@Risk
mr.cubes.levels.market-data-setLevel containing the market data set.MarketDataSet@MarketDataSets@MarketData
mr.cubes.levels.market-shift-dateLevel containing the date used to select market shifts for Taylor calculations.MarketShiftDate@MarketShiftDate@Dates
mr.cubes.levels.maturitiesMaturity levels used for vectorized sensitivities, from analysis hierarchies. Examples: 2022-06-30Maturity@Maturities@Risk
mr.cubes.levels.maturities-dateMaturity axis sub-level.Maturity Date@Maturities@Risk
mr.cubes.levels.maturities-date2Second Maturity axis sub-level used for correlation printout.Maturity Date2@Maturities Secondary@Risk
mr.cubes.levels.maturities2Second maturity axis used for correlation printout.Maturity2@Maturities Secondary@Risk
mr.cubes.levels.moneynessMoneyness levels used for vectorized sensitivities, from analysis hierarchies.Moneyness@Moneyness@Risk
mr.cubes.levels.moneyness2Second moneyness axis used for correlation printout.Moneyness2@Moneyness Secondary@Risk
mr.cubes.levels.notional-currencyCurrency used for the notional value.NotionalCcy@NotionalCurrencies@TradeAttributes
mr.cubes.levels.percentileLevel containing the percentile.Percentile@Percentile@Risk
mr.cubes.levels.quantile-rankThe quantile rank level.QuantileName@Quantiles@Quantiles
mr.cubes.levels.risk-classLevel containing the risk class.RiskClass@Risk Classes@Risk
mr.cubes.levels.risk-factorLevel containing the risk factor axis.RiskFactor@Risk Factors@Risk
mr.cubes.levels.risk-factor2Level description of second risk factor axis (used for Vanna, Correlation, etc).RiskFactor2@Risk Factors Secondary@Risk
mr.cubes.levels.roundingThe rounding level.MethodName@RoundingMethods@Rounding
mr.cubes.levels.scenarioLevel containing the scenario analysis hierarchy.Scenario@Scenarios@Risk
mr.cubes.levels.scenario-setLevel containing the scenario set.Scenario Set@Scenario Sets@Risk
mr.cubes.levels.sensitivity-kindKind of sensitivity.Sensitivity Kind@Sensitivity Kind@Sensitivity Kind
mr.cubes.levels.sensitivity-nameLevel containing the sensitivity names.SensitivityName@Sensitivity@Sensitivities
mr.cubes.levels.sensitivity-type-levelLevel name of the rebucketing hierarchy used to group sensitivity names by type. For instance “Delta EQ”, “repo margin”, “Delta IR” will be grouped under “Delta”.SensitivityType@SensitivityType@Sensitivities
mr.cubes.levels.slicing-market-data-setThis toggles whether the market data set hierarchy is slicing or not. Please note this is likely to significantly impact calculations.true
mr.cubes.levels.source-currencySecond currency axis, used for FX table printout.srcCurrency@srcCurrency@Currencies
mr.cubes.levels.start-indexLevel used as the start index to create a sub-pnl vector for ES, VaR, EtG, VaE, and all their variations.PnLStartIndex@PnLStartIndex@PnLIndex
mr.cubes.levels.tenorsTenor levels used for vectorized sensitivities, from analysis hierarchies. Examples: 1W, 6M, 5YTenor@Tenors@Risk
mr.cubes.levels.tenors-dateTenor axis sub-level.Tenor Date@Tenors@Risk
mr.cubes.levels.tenors-date2Second Tenor axis sub-level used for correlation printout.Tenor Date2@Tenors Secondary@Risk
mr.cubes.levels.tenors2Second tenor axis used for correlation printout.Tenor2@Tenors Secondary@Risk
mr.cubes.levels.trade-maturity-dateLevel containing the maturity date of the trade.TradeMaturityDate@TradeMaturityDates@TradeAttributes
mr.cubes.levels.tradesThe trades level.TradeId@Trades@Booking
mr.cubes.levels.var-inclusionLevel containing the VaR inclusion.VaR inclusion type@VaR inclusion type@TradeAttributes
mr.data-load.formatChanging the value to a lower version enables the old sensitivity file format.6.0
mr.data-load.initial-business-datesDate filtering: date loaded in memory (filtered out if DirectQuery). Value is empty, which means that no filtering is performed by default.
mr.data-load.initial-load-sourceThe Source used for the initial data load. This can be set when more than one source is defined.
mr.enable.cubes.combinedSet to false to disable MRCombinedCube.true
mr.enable.cubes.pnlSet to false to disable PnL cube.true
mr.enable.cubes.pnl-summarySet to false to disable PnL Summary cube.true
mr.enable.cubes.sensiSet to false to disable Sensi cube.true
mr.enable.cubes.sensi-summarySet to false to disable Sensi Summary cube.true
mr.enable.cubes.var-esSet to false to disable VaR-ES cube.true
mr.enable.cubes.var-summarySet to false to disable VaR-ES Summary cube.true
mr.enable.data-model.aggregatedSet to true to store summary data in an aggregated format.false
mr.enable.dtd-absolute-increaseIf set, the “XXX DtD % Difference” measure will use the formula DtD % Difference=CurrentPreviousPrevious\text{DtD \% Difference} = \frac{\text{Current} - \text{Previous}}{|\text{Previous}|}, if no set the formula DtD % Difference=CurrentPreviousPrevious\text{DtD \% Difference} = \frac{\text{Current} - \text{Previous}}{\text{Previous}}false
mr.enable.preview.directquery-cacheSet to true to enable a new DirectQuery cache that is available for preview. This caches slices of standalone tables in-memory to improve the performance of getByKeyQueries. The number of slices held at any one time can be configured to optimize memory usage. Currently, this is only available for market data stores.false
mr.enable.tracing.open-telemetrySet to true to enable OpenTelemetry tracing configuration.false
mr.fx.common-currencyCommon currency used by FX Rates Service. Sets the currency to use for indirect FX rate look-ups (e.g AUD/SGD as AUD/EUR * EUR/SGD).EUR
mr.fx.default-fx-rateThe default FX rate value to use when the currency pair cannot be found.
mr.fx.display-currenciesOrder of the available reference currencies in the display currency level.[EUR, USD, GBP, CHF, JPY, SEK, NOK, CAD, AUD]
mr.fx.enable-fx-risk-location-shiftIf enabled, the FX risk will be shifted when computing the VaR to the FX risk class, the delta risk type and the exchange rate risk factor.true
mr.fx.enable-var-base-currency-dimensionWhether to enable the Base Currency Dimension. It activates the FX Effect hierarchy to see the contribution of the ccy change to the VaR, and the Base Currency hierarchy to see the effect of different risk currencies to the VaR.false
mr.fx.enable-var-base-currency-dimension-on-var-cubeControls whether the Base Currency dimension / FX Effect hierarchy is enabled on the VaR cube independently of the Sensi cube. Defaults to {@link VarCubeFxMode#MATCH_SENSI_CUBE}, which follows the value of {@link #enableVarBaseCurrencyDimension}.MATCH_SENSI_CUBE
mr.fx.fx-risk-memberThe fx risk part of the VaR, this is a member of the FX Effect hierarchy.FX Effect
mr.fx.local-risk-memberThe local risk part of the VaR, this is a member of the FX Effect hierarchy.Local Risk
mr.fx.risk-class-memberRisk class used to compute FX risk (FX Delta).FX
mr.fx.risk-disable-memberThe member of the Base Currency hierarchy used to disable the risky currency effect.Local Risk
mr.fx.risk-display-memberThe member of the Base Currency hierarchy used to wire it back to the display ccy.Display Ccy
mr.fx.sensitivity-name-memberName of the sensitivity name level member that contains the FX risk (FX Delta).Delta
mr.fx.shift-factorThis value is used to scale the FX shift when computing the FX effect on VaR.1
mr.maturities.custom-fact-datesDefines the source levels containing maturity dates for additional sensitivities. The key is the sensitivity name.
mr.maturities.custom-fact-labelsDefines the source levels containing maturity labels for additional sensitivities. The key is the sensitivity name.
mr.maturities.custom-fact-levelsDefines the source maturity levels to use for additional sensitivities. The key is the sensitivity name.
mr.maturities.vanna-fact-datesDefines the source levels containing maturity dates for vanna sensitivities.Maturity Date@Maturity Dates@Risk
mr.maturities.vanna-fact-labelsDefines the source levels containing maturity labels for vanna sensitivities.Maturity@Maturities@Risk
mr.maturities.vanna-fact-levelsDefines the source maturity levels to use for vanna sensitivities.[Maturity Date@Maturity Dates@Risk, Maturity@Maturities@Risk]
mr.maturities.vega-fact-datesDefines the source levels containing maturity dates for vega sensitivities.Maturity Date@Maturity Dates@Risk
mr.maturities.vega-fact-labelsDefines the source levels containing maturity labels for vega sensitivities.Maturity@Maturities@Risk
mr.maturities.vega-fact-levelsDefines the source maturity levels to use for vega sensitivities.[Maturity Date@Maturity Dates@Risk, Maturity@Maturities@Risk]
mr.maturities.volga-fact-datesDefines the source levels containing maturity dates for volga sensitivities.Maturity Date@Maturity Dates@Risk
mr.maturities.volga-fact-labelsDefines the source levels containing maturity labels for volga sensitivities.Maturity@Maturities@Risk
mr.maturities.volga-fact-levelsDefines the source maturity levels to use for volga sensitivities.[Maturity Date@Maturity Dates@Risk, Maturity@Maturities@Risk]
mr.messenger.protocol-file-pathJGroup configuration file used for distributed cubes.jgroups-protocols/protocol-udp.xml
mr.metrics.agg-summary-listThe list of the technical names of the relative metrics created for the Var-ES summary cube on the aggregated profile.[booking, top]
mr.metrics.booking.clear-filterIf set to true, the top metric is taken by also clearing all the query filters.
mr.metrics.booking.excludeA list of hierarchies that are excluded from the top level computation.
mr.metrics.booking.folderDefines the sub-folder used for the relative metrics. It can be empty.\Booking
mr.metrics.booking.hierarchyDefines the axis used to find out the parent for the relative metrics.BookHierarchy@Organization
mr.metrics.booking.null-at-topIf set to true, the metric returns null at the top level.true
mr.metrics.booking.post-processorDefines the post-processor that computes the reference used by the relative metrics.ParentValue
mr.metrics.booking.suffixDefines the suffix appended to the relative metrics. It can be empty.Booking
mr.metrics.custom-metricsConfiguration for metrics not captured by the default properties. The key is the metric name.
mr.metrics.rlshift.clear-filterIf set to true, the top metric is taken by also clearing all the query filters.
mr.metrics.rlshift.excludeA list of hierarchies that are excluded from the top level computation.
mr.metrics.rlshift.folderDefines the sub-folder used for the relative metrics. It can be empty.\Reference Level
mr.metrics.rlshift.hierarchyDefines the axis used to find out the parent for the relative metrics.
mr.metrics.rlshift.null-at-topIf set to true, the metric returns null at the top level.
mr.metrics.rlshift.post-processorDefines the post-processor that computes the reference used by the relative metrics.ReferenceLevelLocationShiftLight
mr.metrics.rlshift.suffixDefines the suffix appended to the relative metrics. It can be empty.Reference Level
mr.metrics.std-listThe list of the technical names of the relative metrics created for VaR-ES calculations.[booking, top, trades, rlshift]
mr.metrics.std-summary-listThe list of the technical names of the relative metrics created for the Var-ES summary cube on the default/full profile.[booking, top, trades]
mr.metrics.top.clear-filterIf set to true, the top metric is taken by also clearing all the query filters.false
mr.metrics.top.excludeA list of hierarchies that are excluded from the top level computation.
mr.metrics.top.folderDefines the sub-folder used for the relative metrics. It can be empty.\Top
mr.metrics.top.hierarchyDefines the axis used to find out the parent for the relative metrics.
mr.metrics.top.null-at-topIf set to true, the metric returns null at the top level.false
mr.metrics.top.post-processorDefines the post-processor that computes the reference used by the relative metrics.TopPostProcessor
mr.metrics.top.suffixDefines the suffix appended to the relative metrics. It can be empty.Top
mr.metrics.trades.clear-filterIf set to true, the top metric is taken by also clearing all the query filters.
mr.metrics.trades.excludeA list of hierarchies that are excluded from the top level computation.
mr.metrics.trades.folderDefines the sub-folder used for the relative metrics. It can be empty.\Trades
mr.metrics.trades.hierarchyDefines the axis used to find out the parent for the relative metrics.Trades@Booking
mr.metrics.trades.null-at-topIf set to true, the metric returns null at the top level.true
mr.metrics.trades.post-processorDefines the post-processor that computes the reference used by the relative metrics.ParentValue
mr.metrics.trades.suffixDefines the suffix appended to the relative metrics. It can be empty.Trades
mr.moneyness.custom-fact-datesDefines the source levels containing moneyness dates for additional sensitivities. The key is the sensitivity name.
mr.moneyness.custom-fact-labelsDefines the source levels containing moneyness labels for additional sensitivities. The key is the sensitivity name.
mr.moneyness.custom-fact-levelsDefines the source moneyness levels to use for additional sensitivities. The key is the sensitivity name.
mr.moneyness.default-valueDefault value for moneyness.N/A
mr.moneyness.vanna-fact-datesDefines the source levels containing moneyness dates for vanna sensitivities.
mr.moneyness.vanna-fact-labelsDefines the source levels containing moneyness labels for vanna sensitivities.Moneyness@Moneyness@Risk
mr.moneyness.vanna-fact-levelsDefines the source moneyness levels to use for vanna sensitivities.Moneyness@Moneyness@Risk
mr.moneyness.vega-fact-datesDefines the source levels containing moneyness dates for vega sensitivities.
mr.moneyness.vega-fact-labelsDefines the source levels containing moneyness labels for vega sensitivities.Moneyness@Moneyness@Risk
mr.moneyness.vega-fact-levelsDefines the source moneyness levels to use for vega sensitivities.Moneyness@Moneyness@Risk
mr.moneyness.volga-fact-datesDefines the source levels containing moneyness dates for volga sensitivities.
mr.moneyness.volga-fact-labelsDefines the source levels containing moneyness labels for volga sensitivities.Moneyness@Moneyness@Risk
mr.moneyness.volga-fact-levelsDefines the source moneyness levels to use for volga sensitivities.Moneyness@Moneyness@Risk
mr.parent-child.book-depthThe maximum depth of the BookHierarchy hierarchy, it will also change the number of columns of the BookHierarchy store.15
mr.parent-child.counterparty-depthThe maximum depth of the CounterpartyHierarchy hierarchy, it will also change the number of columns of the CounterpartyHierarchy store.10
mr.parent-child.legal-entity-depthThe maximum depth of the LegalEntityHierarchy hierarchy, it will also change the number of columns of the LegalEntityHierarchy store.5
mr.partitioning.as-of-date.number-of-partitionsThis property configures the number of partitions for the field AsOfDate in base stores and aggregate providers when modulo partitioning is used0
mr.partitioning.as-of-date.partition-typeThis property to configure the type of partitioning used on the field AsOfDate in base stores and aggregate providersvalue
mr.pnl-distribution.number-of-bucketsMaximum number of buckets for PnLDistributionPostProcessor.100
mr.risk.level-splitThis is used to concatenate two risk levels for market data lookup./
mr.risk.risk-class-membersRisk classes are used in order to define specific metrics.
mr.sensi.market-data.correlation.any.any.market-data-typeThe type of market data. This will be 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.market-data-typeThe type of market data. This will be 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.market-data-typeThe type of market data. This will be 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.market-data-typeThe type of market data. This will be 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.market-data-typeThe type of market data. This will be 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.custom
mr.sensi.market-data.delta.any.any.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc. To disable interpolation, use {@link InterpolationMode#NONE}.linear
mr.sensi.market-data.delta.any.any.market-data-typeThe type of market data. This will be 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.market-data-typeThe type of market data. This will be 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.market-data-typeThe type of market data. This will be 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.market-data-typeThe type of market data. This will be 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.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc. To disable interpolation, use {@link InterpolationMode#NONE}.linear
mr.sensi.market-data.gamma.any.any.market-data-typeThe type of market data. This will be 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.market-data-typeThe type of market data. This will be 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.market-data-typeThe type of market data. This will be 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.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc. To disable interpolation, use {@link InterpolationMode#NONE}.linear
mr.sensi.market-data.vanna1.any.any.market-data-typeThe type of market data. This will be 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.market-data-typeThe type of market data. This will be 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.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc. To disable interpolation, use {@link InterpolationMode#NONE}.linear
mr.sensi.market-data.vanna2.any.any.market-data-typeThe type of market data. This will be 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.market-data-typeThe type of market data. This will be used to decide which market data store to retrieve the data from. For example, spot, curve, cube.eq 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.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc. To disable interpolation, use {@link InterpolationMode#NONE}.linear
mr.sensi.market-data.vega.any.any.market-data-typeThe type of market data. This will be 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.market-data-typeThe type of market data. This will be 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.interpolation-modeThe type of interpolator to use: linear, cubic, spline etc. To disable interpolation, use {@link InterpolationMode#NONE}.linear
mr.sensi.market-data.volga.any.any.market-data-typeThe type of market data. This will be 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.market-data-typeThe type of market data. This will be 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.
mr.sensi.rules.correlation.pnl-explain.any.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.correlation.pnl-explain.any.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.correlation.pnl-explain.any.ladder-formulaThe used ladder formula
mr.sensi.rules.correlation.pnl-explain.any.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.correlation.pnl-explain.any.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.correlation.pnl-explain.any.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.correlation.pnl-explain.commodity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.correlation.pnl-explain.commodity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.correlation.pnl-explain.commodity.ladder-formulaThe used ladder formula
mr.sensi.rules.correlation.pnl-explain.commodity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.correlation.pnl-explain.commodity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.correlation.pnl-explain.commodity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.correlation.pnl-explain.csr-non-sec.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.correlation.pnl-explain.csr-non-sec.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.correlation.pnl-explain.csr-non-sec.ladder-formulaThe used ladder formula
mr.sensi.rules.correlation.pnl-explain.csr-non-sec.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.correlation.pnl-explain.csr-non-sec.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.correlation.pnl-explain.csr-non-sec.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.correlation.pnl-explain.csr-sec-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.correlation.pnl-explain.csr-sec-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.correlation.pnl-explain.csr-sec-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.correlation.pnl-explain.csr-sec-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.correlation.pnl-explain.csr-sec-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.correlation.pnl-explain.csr-sec-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.correlation.pnl-explain.csr-sec-non-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.correlation.pnl-explain.csr-sec-non-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.correlation.pnl-explain.csr-sec-non-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.correlation.pnl-explain.csr-sec-non-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.correlation.pnl-explain.csr-sec-non-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.correlation.pnl-explain.csr-sec-non-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.correlation.pnl-explain.customCustom rules for calculations. The key is the risk class to which the rule applies.
mr.sensi.rules.correlation.pnl-explain.equity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.correlation.pnl-explain.equity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.correlation.pnl-explain.equity.ladder-formulaThe used ladder formula
mr.sensi.rules.correlation.pnl-explain.equity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.correlation.pnl-explain.equity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.correlation.pnl-explain.equity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.correlation.pnl-explain.fx.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.correlation.pnl-explain.fx.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.correlation.pnl-explain.fx.ladder-formulaThe used ladder formula
mr.sensi.rules.correlation.pnl-explain.fx.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.correlation.pnl-explain.fx.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.correlation.pnl-explain.fx.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.correlation.pnl-explain.girr.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.correlation.pnl-explain.girr.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.correlation.pnl-explain.girr.ladder-formulaThe used ladder formula
mr.sensi.rules.correlation.pnl-explain.girr.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.correlation.pnl-explain.girr.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.correlation.pnl-explain.girr.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.correlation.taylor-var.any.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.correlation.taylor-var.any.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.correlation.taylor-var.any.ladder-formulaThe used ladder formula
mr.sensi.rules.correlation.taylor-var.any.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.correlation.taylor-var.any.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.correlation.taylor-var.any.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.correlation.taylor-var.commodity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.correlation.taylor-var.commodity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.correlation.taylor-var.commodity.ladder-formulaThe used ladder formula
mr.sensi.rules.correlation.taylor-var.commodity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.correlation.taylor-var.commodity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.correlation.taylor-var.commodity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.correlation.taylor-var.csr-non-sec.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.correlation.taylor-var.csr-non-sec.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.correlation.taylor-var.csr-non-sec.ladder-formulaThe used ladder formula
mr.sensi.rules.correlation.taylor-var.csr-non-sec.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.correlation.taylor-var.csr-non-sec.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.correlation.taylor-var.csr-non-sec.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.correlation.taylor-var.csr-sec-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.correlation.taylor-var.csr-sec-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.correlation.taylor-var.csr-sec-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.correlation.taylor-var.csr-sec-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.correlation.taylor-var.csr-sec-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.correlation.taylor-var.csr-sec-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.correlation.taylor-var.csr-sec-non-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.correlation.taylor-var.csr-sec-non-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.correlation.taylor-var.csr-sec-non-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.correlation.taylor-var.csr-sec-non-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.correlation.taylor-var.csr-sec-non-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.correlation.taylor-var.csr-sec-non-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.correlation.taylor-var.customCustom rules for calculations. The key is the risk class to which the rule applies.
mr.sensi.rules.correlation.taylor-var.equity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.correlation.taylor-var.equity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.correlation.taylor-var.equity.ladder-formulaThe used ladder formula
mr.sensi.rules.correlation.taylor-var.equity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.correlation.taylor-var.equity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.correlation.taylor-var.equity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.correlation.taylor-var.fx.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.correlation.taylor-var.fx.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.correlation.taylor-var.fx.ladder-formulaThe used ladder formula
mr.sensi.rules.correlation.taylor-var.fx.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.correlation.taylor-var.fx.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.correlation.taylor-var.fx.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.correlation.taylor-var.girr.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.correlation.taylor-var.girr.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.correlation.taylor-var.girr.ladder-formulaThe used ladder formula
mr.sensi.rules.correlation.taylor-var.girr.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.correlation.taylor-var.girr.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.correlation.taylor-var.girr.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma1.pnl-explain.any.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma1.pnl-explain.any.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma1.pnl-explain.any.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma1.pnl-explain.any.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma1.pnl-explain.any.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma1.pnl-explain.any.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma1.pnl-explain.commodity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma1.pnl-explain.commodity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma1.pnl-explain.commodity.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma1.pnl-explain.commodity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma1.pnl-explain.commodity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma1.pnl-explain.commodity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma1.pnl-explain.csr-non-sec.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma1.pnl-explain.csr-non-sec.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma1.pnl-explain.csr-non-sec.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma1.pnl-explain.csr-non-sec.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma1.pnl-explain.csr-non-sec.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma1.pnl-explain.csr-non-sec.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma1.pnl-explain.csr-sec-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma1.pnl-explain.csr-sec-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma1.pnl-explain.csr-sec-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma1.pnl-explain.csr-sec-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma1.pnl-explain.csr-sec-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma1.pnl-explain.csr-sec-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma1.pnl-explain.csr-sec-non-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma1.pnl-explain.csr-sec-non-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma1.pnl-explain.csr-sec-non-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma1.pnl-explain.csr-sec-non-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma1.pnl-explain.csr-sec-non-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma1.pnl-explain.csr-sec-non-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma1.pnl-explain.customCustom rules for calculations. The key is the risk class to which the rule applies.
mr.sensi.rules.cross-gamma1.pnl-explain.equity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma1.pnl-explain.equity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma1.pnl-explain.equity.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma1.pnl-explain.equity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma1.pnl-explain.equity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma1.pnl-explain.equity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma1.pnl-explain.fx.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma1.pnl-explain.fx.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma1.pnl-explain.fx.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma1.pnl-explain.fx.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma1.pnl-explain.fx.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma1.pnl-explain.fx.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma1.pnl-explain.girr.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma1.pnl-explain.girr.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma1.pnl-explain.girr.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma1.pnl-explain.girr.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma1.pnl-explain.girr.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma1.pnl-explain.girr.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma1.taylor-var.any.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma1.taylor-var.any.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma1.taylor-var.any.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma1.taylor-var.any.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma1.taylor-var.any.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma1.taylor-var.any.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma1.taylor-var.commodity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma1.taylor-var.commodity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma1.taylor-var.commodity.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma1.taylor-var.commodity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma1.taylor-var.commodity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma1.taylor-var.commodity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma1.taylor-var.csr-non-sec.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma1.taylor-var.csr-non-sec.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma1.taylor-var.csr-non-sec.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma1.taylor-var.csr-non-sec.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma1.taylor-var.csr-non-sec.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma1.taylor-var.csr-non-sec.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma1.taylor-var.csr-sec-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma1.taylor-var.csr-sec-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma1.taylor-var.csr-sec-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma1.taylor-var.csr-sec-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma1.taylor-var.csr-sec-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma1.taylor-var.csr-sec-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma1.taylor-var.csr-sec-non-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma1.taylor-var.csr-sec-non-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma1.taylor-var.csr-sec-non-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma1.taylor-var.csr-sec-non-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma1.taylor-var.csr-sec-non-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma1.taylor-var.csr-sec-non-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma1.taylor-var.customCustom rules for calculations. The key is the risk class to which the rule applies.
mr.sensi.rules.cross-gamma1.taylor-var.equity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma1.taylor-var.equity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma1.taylor-var.equity.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma1.taylor-var.equity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma1.taylor-var.equity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma1.taylor-var.equity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma1.taylor-var.fx.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma1.taylor-var.fx.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma1.taylor-var.fx.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma1.taylor-var.fx.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma1.taylor-var.fx.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma1.taylor-var.fx.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma1.taylor-var.girr.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma1.taylor-var.girr.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma1.taylor-var.girr.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma1.taylor-var.girr.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma1.taylor-var.girr.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma1.taylor-var.girr.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma2.pnl-explain.any.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma2.pnl-explain.any.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma2.pnl-explain.any.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma2.pnl-explain.any.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma2.pnl-explain.any.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma2.pnl-explain.any.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma2.pnl-explain.commodity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma2.pnl-explain.commodity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma2.pnl-explain.commodity.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma2.pnl-explain.commodity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma2.pnl-explain.commodity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma2.pnl-explain.commodity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma2.pnl-explain.csr-non-sec.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma2.pnl-explain.csr-non-sec.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma2.pnl-explain.csr-non-sec.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma2.pnl-explain.csr-non-sec.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma2.pnl-explain.csr-non-sec.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma2.pnl-explain.csr-non-sec.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma2.pnl-explain.csr-sec-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma2.pnl-explain.csr-sec-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma2.pnl-explain.csr-sec-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma2.pnl-explain.csr-sec-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma2.pnl-explain.csr-sec-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma2.pnl-explain.csr-sec-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma2.pnl-explain.csr-sec-non-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma2.pnl-explain.csr-sec-non-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma2.pnl-explain.csr-sec-non-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma2.pnl-explain.csr-sec-non-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma2.pnl-explain.csr-sec-non-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma2.pnl-explain.csr-sec-non-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma2.pnl-explain.customCustom rules for calculations. The key is the risk class to which the rule applies.
mr.sensi.rules.cross-gamma2.pnl-explain.equity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma2.pnl-explain.equity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma2.pnl-explain.equity.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma2.pnl-explain.equity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma2.pnl-explain.equity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma2.pnl-explain.equity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma2.pnl-explain.fx.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma2.pnl-explain.fx.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma2.pnl-explain.fx.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma2.pnl-explain.fx.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma2.pnl-explain.fx.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma2.pnl-explain.fx.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma2.pnl-explain.girr.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma2.pnl-explain.girr.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma2.pnl-explain.girr.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma2.pnl-explain.girr.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma2.pnl-explain.girr.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma2.pnl-explain.girr.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma2.taylor-var.any.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma2.taylor-var.any.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma2.taylor-var.any.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma2.taylor-var.any.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma2.taylor-var.any.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma2.taylor-var.any.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma2.taylor-var.commodity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma2.taylor-var.commodity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma2.taylor-var.commodity.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma2.taylor-var.commodity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma2.taylor-var.commodity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma2.taylor-var.commodity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma2.taylor-var.csr-non-sec.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma2.taylor-var.csr-non-sec.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma2.taylor-var.csr-non-sec.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma2.taylor-var.csr-non-sec.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma2.taylor-var.csr-non-sec.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma2.taylor-var.csr-non-sec.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma2.taylor-var.csr-sec-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma2.taylor-var.csr-sec-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma2.taylor-var.csr-sec-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma2.taylor-var.csr-sec-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma2.taylor-var.csr-sec-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma2.taylor-var.csr-sec-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma2.taylor-var.csr-sec-non-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma2.taylor-var.csr-sec-non-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma2.taylor-var.csr-sec-non-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma2.taylor-var.csr-sec-non-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma2.taylor-var.csr-sec-non-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma2.taylor-var.csr-sec-non-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma2.taylor-var.customCustom rules for calculations. The key is the risk class to which the rule applies.
mr.sensi.rules.cross-gamma2.taylor-var.equity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma2.taylor-var.equity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma2.taylor-var.equity.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma2.taylor-var.equity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma2.taylor-var.equity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma2.taylor-var.equity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma2.taylor-var.fx.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma2.taylor-var.fx.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma2.taylor-var.fx.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma2.taylor-var.fx.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma2.taylor-var.fx.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma2.taylor-var.fx.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.cross-gamma2.taylor-var.girr.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.cross-gamma2.taylor-var.girr.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.cross-gamma2.taylor-var.girr.ladder-formulaThe used ladder formula
mr.sensi.rules.cross-gamma2.taylor-var.girr.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.cross-gamma2.taylor-var.girr.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.cross-gamma2.taylor-var.girr.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.delta.pnl-explain.any.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.delta.pnl-explain.any.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.delta.pnl-explain.any.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.delta.pnl-explain.any.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.delta.pnl-explain.any.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.delta.pnl-explain.any.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.delta.pnl-explain.commodity.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.delta.pnl-explain.commodity.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.delta.pnl-explain.commodity.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.delta.pnl-explain.commodity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.delta.pnl-explain.commodity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.delta.pnl-explain.commodity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.delta.pnl-explain.csr-non-sec.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.delta.pnl-explain.csr-non-sec.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.delta.pnl-explain.csr-non-sec.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.delta.pnl-explain.csr-non-sec.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.delta.pnl-explain.csr-non-sec.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.delta.pnl-explain.csr-non-sec.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.delta.pnl-explain.csr-sec-ctp.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.delta.pnl-explain.csr-sec-ctp.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.delta.pnl-explain.csr-sec-ctp.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.delta.pnl-explain.csr-sec-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.delta.pnl-explain.csr-sec-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.delta.pnl-explain.csr-sec-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.delta.pnl-explain.csr-sec-non-ctp.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.delta.pnl-explain.csr-sec-non-ctp.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.delta.pnl-explain.csr-sec-non-ctp.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.delta.pnl-explain.csr-sec-non-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.delta.pnl-explain.csr-sec-non-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.delta.pnl-explain.csr-sec-non-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.delta.pnl-explain.customCustom rules for calculations. The key is the risk class to which the rule applies.
mr.sensi.rules.delta.pnl-explain.equity.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.delta.pnl-explain.equity.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.delta.pnl-explain.equity.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.delta.pnl-explain.equity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.delta.pnl-explain.equity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.delta.pnl-explain.equity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.delta.pnl-explain.fx.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.delta.pnl-explain.fx.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.delta.pnl-explain.fx.ladder-formulaThe used ladder formula
mr.sensi.rules.delta.pnl-explain.fx.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.delta.pnl-explain.fx.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.delta.pnl-explain.fx.typeThe keyword defining the used formula. E.g. Absolute/RelativeFXRelative
mr.sensi.rules.delta.pnl-explain.girr.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.delta.pnl-explain.girr.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.delta.pnl-explain.girr.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.delta.pnl-explain.girr.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.delta.pnl-explain.girr.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.delta.pnl-explain.girr.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.delta.taylor-var.any.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.delta.taylor-var.any.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.delta.taylor-var.any.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.delta.taylor-var.any.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.delta.taylor-var.any.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.delta.taylor-var.any.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.delta.taylor-var.commodity.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.delta.taylor-var.commodity.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.delta.taylor-var.commodity.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.delta.taylor-var.commodity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.delta.taylor-var.commodity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.delta.taylor-var.commodity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.delta.taylor-var.csr-non-sec.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.delta.taylor-var.csr-non-sec.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.delta.taylor-var.csr-non-sec.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.delta.taylor-var.csr-non-sec.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.delta.taylor-var.csr-non-sec.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.delta.taylor-var.csr-non-sec.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.delta.taylor-var.csr-sec-ctp.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.delta.taylor-var.csr-sec-ctp.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.delta.taylor-var.csr-sec-ctp.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.delta.taylor-var.csr-sec-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.delta.taylor-var.csr-sec-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.delta.taylor-var.csr-sec-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.delta.taylor-var.csr-sec-non-ctp.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.delta.taylor-var.csr-sec-non-ctp.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.delta.taylor-var.csr-sec-non-ctp.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.delta.taylor-var.csr-sec-non-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.delta.taylor-var.csr-sec-non-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.delta.taylor-var.csr-sec-non-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.delta.taylor-var.customCustom rules for calculations. The key is the risk class to which the rule applies.
mr.sensi.rules.delta.taylor-var.equity.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.delta.taylor-var.equity.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.delta.taylor-var.equity.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.delta.taylor-var.equity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.delta.taylor-var.equity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.delta.taylor-var.equity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.delta.taylor-var.fx.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.delta.taylor-var.fx.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.delta.taylor-var.fx.ladder-formulaThe used ladder formula
mr.sensi.rules.delta.taylor-var.fx.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.delta.taylor-var.fx.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.delta.taylor-var.fx.typeThe keyword defining the used formula. E.g. Absolute/RelativeFXRelative
mr.sensi.rules.delta.taylor-var.girr.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.delta.taylor-var.girr.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.delta.taylor-var.girr.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.delta.taylor-var.girr.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.delta.taylor-var.girr.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.delta.taylor-var.girr.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.dividend.pnl-explain.any.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.dividend.pnl-explain.any.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.dividend.pnl-explain.any.ladder-formulaThe used ladder formula
mr.sensi.rules.dividend.pnl-explain.any.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.dividend.pnl-explain.any.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.dividend.pnl-explain.any.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.dividend.pnl-explain.commodity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.dividend.pnl-explain.commodity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.dividend.pnl-explain.commodity.ladder-formulaThe used ladder formula
mr.sensi.rules.dividend.pnl-explain.commodity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.dividend.pnl-explain.commodity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.dividend.pnl-explain.commodity.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.dividend.pnl-explain.csr-non-sec.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.dividend.pnl-explain.csr-non-sec.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.dividend.pnl-explain.csr-non-sec.ladder-formulaThe used ladder formula
mr.sensi.rules.dividend.pnl-explain.csr-non-sec.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.dividend.pnl-explain.csr-non-sec.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.dividend.pnl-explain.csr-non-sec.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.dividend.pnl-explain.csr-sec-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.dividend.pnl-explain.csr-sec-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.dividend.pnl-explain.csr-sec-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.dividend.pnl-explain.csr-sec-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.dividend.pnl-explain.csr-sec-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.dividend.pnl-explain.csr-sec-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.dividend.pnl-explain.csr-sec-non-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.dividend.pnl-explain.csr-sec-non-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.dividend.pnl-explain.csr-sec-non-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.dividend.pnl-explain.csr-sec-non-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.dividend.pnl-explain.csr-sec-non-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.dividend.pnl-explain.csr-sec-non-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.dividend.pnl-explain.customCustom rules for calculations. The key is the risk class to which the rule applies.
mr.sensi.rules.dividend.pnl-explain.equity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.dividend.pnl-explain.equity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.dividend.pnl-explain.equity.ladder-formulaThe used ladder formula
mr.sensi.rules.dividend.pnl-explain.equity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.dividend.pnl-explain.equity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.dividend.pnl-explain.equity.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.dividend.pnl-explain.fx.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.dividend.pnl-explain.fx.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.dividend.pnl-explain.fx.ladder-formulaThe used ladder formula
mr.sensi.rules.dividend.pnl-explain.fx.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.dividend.pnl-explain.fx.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.dividend.pnl-explain.fx.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.dividend.pnl-explain.girr.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.dividend.pnl-explain.girr.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.dividend.pnl-explain.girr.ladder-formulaThe used ladder formula
mr.sensi.rules.dividend.pnl-explain.girr.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.dividend.pnl-explain.girr.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.dividend.pnl-explain.girr.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.dividend.taylor-var.any.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.dividend.taylor-var.any.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.dividend.taylor-var.any.ladder-formulaThe used ladder formula
mr.sensi.rules.dividend.taylor-var.any.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.dividend.taylor-var.any.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.dividend.taylor-var.any.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.dividend.taylor-var.commodity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.dividend.taylor-var.commodity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.dividend.taylor-var.commodity.ladder-formulaThe used ladder formula
mr.sensi.rules.dividend.taylor-var.commodity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.dividend.taylor-var.commodity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.dividend.taylor-var.commodity.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.dividend.taylor-var.csr-non-sec.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.dividend.taylor-var.csr-non-sec.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.dividend.taylor-var.csr-non-sec.ladder-formulaThe used ladder formula
mr.sensi.rules.dividend.taylor-var.csr-non-sec.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.dividend.taylor-var.csr-non-sec.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.dividend.taylor-var.csr-non-sec.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.dividend.taylor-var.csr-sec-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.dividend.taylor-var.csr-sec-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.dividend.taylor-var.csr-sec-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.dividend.taylor-var.csr-sec-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.dividend.taylor-var.csr-sec-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.dividend.taylor-var.csr-sec-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.dividend.taylor-var.csr-sec-non-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.dividend.taylor-var.csr-sec-non-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.dividend.taylor-var.csr-sec-non-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.dividend.taylor-var.csr-sec-non-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.dividend.taylor-var.csr-sec-non-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.dividend.taylor-var.csr-sec-non-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.dividend.taylor-var.customCustom rules for calculations. The key is the risk class to which the rule applies.
mr.sensi.rules.dividend.taylor-var.equity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.dividend.taylor-var.equity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.dividend.taylor-var.equity.ladder-formulaThe used ladder formula
mr.sensi.rules.dividend.taylor-var.equity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.dividend.taylor-var.equity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.dividend.taylor-var.equity.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.dividend.taylor-var.fx.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.dividend.taylor-var.fx.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.dividend.taylor-var.fx.ladder-formulaThe used ladder formula
mr.sensi.rules.dividend.taylor-var.fx.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.dividend.taylor-var.fx.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.dividend.taylor-var.fx.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.dividend.taylor-var.girr.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.dividend.taylor-var.girr.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.dividend.taylor-var.girr.ladder-formulaThe used ladder formula
mr.sensi.rules.dividend.taylor-var.girr.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.dividend.taylor-var.girr.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.dividend.taylor-var.girr.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.gamma.pnl-explain.any.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.gamma.pnl-explain.any.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.gamma.pnl-explain.any.ladder-formulaThe used ladder formula
mr.sensi.rules.gamma.pnl-explain.any.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.gamma.pnl-explain.any.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.gamma.pnl-explain.any.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.gamma.pnl-explain.commodity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.gamma.pnl-explain.commodity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.gamma.pnl-explain.commodity.ladder-formulaThe used ladder formula
mr.sensi.rules.gamma.pnl-explain.commodity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.gamma.pnl-explain.commodity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.gamma.pnl-explain.commodity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.gamma.pnl-explain.csr-non-sec.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.gamma.pnl-explain.csr-non-sec.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.gamma.pnl-explain.csr-non-sec.ladder-formulaThe used ladder formula
mr.sensi.rules.gamma.pnl-explain.csr-non-sec.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.gamma.pnl-explain.csr-non-sec.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.gamma.pnl-explain.csr-non-sec.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.gamma.pnl-explain.csr-sec-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.gamma.pnl-explain.csr-sec-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.gamma.pnl-explain.csr-sec-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.gamma.pnl-explain.csr-sec-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.gamma.pnl-explain.csr-sec-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.gamma.pnl-explain.csr-sec-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.gamma.pnl-explain.csr-sec-non-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.gamma.pnl-explain.csr-sec-non-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.gamma.pnl-explain.csr-sec-non-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.gamma.pnl-explain.csr-sec-non-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.gamma.pnl-explain.csr-sec-non-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.gamma.pnl-explain.csr-sec-non-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.gamma.pnl-explain.customCustom rules for calculations. The key is the risk class to which the rule applies.
mr.sensi.rules.gamma.pnl-explain.equity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.gamma.pnl-explain.equity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.gamma.pnl-explain.equity.ladder-formulaThe used ladder formula
mr.sensi.rules.gamma.pnl-explain.equity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.gamma.pnl-explain.equity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.gamma.pnl-explain.equity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.gamma.pnl-explain.fx.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.gamma.pnl-explain.fx.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.gamma.pnl-explain.fx.ladder-formulaThe used ladder formula
mr.sensi.rules.gamma.pnl-explain.fx.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.gamma.pnl-explain.fx.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.gamma.pnl-explain.fx.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.gamma.pnl-explain.girr.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.gamma.pnl-explain.girr.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.gamma.pnl-explain.girr.ladder-formulaThe used ladder formula
mr.sensi.rules.gamma.pnl-explain.girr.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.gamma.pnl-explain.girr.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.gamma.pnl-explain.girr.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.gamma.taylor-var.any.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.gamma.taylor-var.any.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.gamma.taylor-var.any.ladder-formulaThe used ladder formula
mr.sensi.rules.gamma.taylor-var.any.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.gamma.taylor-var.any.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.gamma.taylor-var.any.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.gamma.taylor-var.commodity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.gamma.taylor-var.commodity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.gamma.taylor-var.commodity.ladder-formulaThe used ladder formula
mr.sensi.rules.gamma.taylor-var.commodity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.gamma.taylor-var.commodity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.gamma.taylor-var.commodity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.gamma.taylor-var.csr-non-sec.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.gamma.taylor-var.csr-non-sec.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.gamma.taylor-var.csr-non-sec.ladder-formulaThe used ladder formula
mr.sensi.rules.gamma.taylor-var.csr-non-sec.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.gamma.taylor-var.csr-non-sec.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.gamma.taylor-var.csr-non-sec.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.gamma.taylor-var.csr-sec-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.gamma.taylor-var.csr-sec-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.gamma.taylor-var.csr-sec-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.gamma.taylor-var.csr-sec-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.gamma.taylor-var.csr-sec-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.gamma.taylor-var.csr-sec-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.gamma.taylor-var.csr-sec-non-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.gamma.taylor-var.csr-sec-non-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.gamma.taylor-var.csr-sec-non-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.gamma.taylor-var.csr-sec-non-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.gamma.taylor-var.csr-sec-non-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.gamma.taylor-var.csr-sec-non-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.gamma.taylor-var.customCustom rules for calculations. The key is the risk class to which the rule applies.
mr.sensi.rules.gamma.taylor-var.equity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.gamma.taylor-var.equity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.gamma.taylor-var.equity.ladder-formulaThe used ladder formula
mr.sensi.rules.gamma.taylor-var.equity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.gamma.taylor-var.equity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.gamma.taylor-var.equity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.gamma.taylor-var.fx.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.gamma.taylor-var.fx.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.gamma.taylor-var.fx.ladder-formulaThe used ladder formula
mr.sensi.rules.gamma.taylor-var.fx.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.gamma.taylor-var.fx.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.gamma.taylor-var.fx.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.gamma.taylor-var.girr.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.gamma.taylor-var.girr.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.gamma.taylor-var.girr.ladder-formulaThe used ladder formula
mr.sensi.rules.gamma.taylor-var.girr.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.gamma.taylor-var.girr.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.gamma.taylor-var.girr.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.interpolate-market-shiftsFlag to enable or disable interpolation of market data.true
mr.sensi.rules.theta.pnl-explain.any.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.theta.pnl-explain.any.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.theta.pnl-explain.any.ladder-formulaThe used ladder formula
mr.sensi.rules.theta.pnl-explain.any.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.theta.pnl-explain.any.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.theta.pnl-explain.any.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.theta.pnl-explain.commodity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.theta.pnl-explain.commodity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.theta.pnl-explain.commodity.ladder-formulaThe used ladder formula
mr.sensi.rules.theta.pnl-explain.commodity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.theta.pnl-explain.commodity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.theta.pnl-explain.commodity.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.theta.pnl-explain.csr-non-sec.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.theta.pnl-explain.csr-non-sec.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.theta.pnl-explain.csr-non-sec.ladder-formulaThe used ladder formula
mr.sensi.rules.theta.pnl-explain.csr-non-sec.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.theta.pnl-explain.csr-non-sec.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.theta.pnl-explain.csr-non-sec.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.theta.pnl-explain.csr-sec-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.theta.pnl-explain.csr-sec-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.theta.pnl-explain.csr-sec-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.theta.pnl-explain.csr-sec-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.theta.pnl-explain.csr-sec-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.theta.pnl-explain.csr-sec-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.theta.pnl-explain.csr-sec-non-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.theta.pnl-explain.csr-sec-non-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.theta.pnl-explain.csr-sec-non-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.theta.pnl-explain.csr-sec-non-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.theta.pnl-explain.csr-sec-non-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.theta.pnl-explain.csr-sec-non-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.theta.pnl-explain.customCustom rules for calculations. The key is the risk class to which the rule applies.
mr.sensi.rules.theta.pnl-explain.equity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.theta.pnl-explain.equity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.theta.pnl-explain.equity.ladder-formulaThe used ladder formula
mr.sensi.rules.theta.pnl-explain.equity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.theta.pnl-explain.equity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.theta.pnl-explain.equity.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.theta.pnl-explain.fx.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.theta.pnl-explain.fx.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.theta.pnl-explain.fx.ladder-formulaThe used ladder formula
mr.sensi.rules.theta.pnl-explain.fx.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.theta.pnl-explain.fx.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.theta.pnl-explain.fx.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.theta.pnl-explain.girr.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.theta.pnl-explain.girr.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.theta.pnl-explain.girr.ladder-formulaThe used ladder formula
mr.sensi.rules.theta.pnl-explain.girr.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.theta.pnl-explain.girr.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.theta.pnl-explain.girr.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.theta.taylor-var.any.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.theta.taylor-var.any.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.theta.taylor-var.any.ladder-formulaThe used ladder formula
mr.sensi.rules.theta.taylor-var.any.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.theta.taylor-var.any.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.theta.taylor-var.any.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.theta.taylor-var.commodity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.theta.taylor-var.commodity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.theta.taylor-var.commodity.ladder-formulaThe used ladder formula
mr.sensi.rules.theta.taylor-var.commodity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.theta.taylor-var.commodity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.theta.taylor-var.commodity.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.theta.taylor-var.csr-non-sec.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.theta.taylor-var.csr-non-sec.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.theta.taylor-var.csr-non-sec.ladder-formulaThe used ladder formula
mr.sensi.rules.theta.taylor-var.csr-non-sec.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.theta.taylor-var.csr-non-sec.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.theta.taylor-var.csr-non-sec.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.theta.taylor-var.csr-sec-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.theta.taylor-var.csr-sec-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.theta.taylor-var.csr-sec-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.theta.taylor-var.csr-sec-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.theta.taylor-var.csr-sec-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.theta.taylor-var.csr-sec-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.theta.taylor-var.csr-sec-non-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.theta.taylor-var.csr-sec-non-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.theta.taylor-var.csr-sec-non-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.theta.taylor-var.csr-sec-non-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.theta.taylor-var.csr-sec-non-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.theta.taylor-var.csr-sec-non-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.theta.taylor-var.customCustom rules for calculations. The key is the risk class to which the rule applies.
mr.sensi.rules.theta.taylor-var.equity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.theta.taylor-var.equity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.theta.taylor-var.equity.ladder-formulaThe used ladder formula
mr.sensi.rules.theta.taylor-var.equity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.theta.taylor-var.equity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.theta.taylor-var.equity.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.theta.taylor-var.fx.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.theta.taylor-var.fx.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.theta.taylor-var.fx.ladder-formulaThe used ladder formula
mr.sensi.rules.theta.taylor-var.fx.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.theta.taylor-var.fx.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.theta.taylor-var.fx.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.theta.taylor-var.girr.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.theta.taylor-var.girr.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.theta.taylor-var.girr.ladder-formulaThe used ladder formula
mr.sensi.rules.theta.taylor-var.girr.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.theta.taylor-var.girr.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.theta.taylor-var.girr.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vanna1.pnl-explain.any.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna1.pnl-explain.any.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna1.pnl-explain.any.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna1.pnl-explain.any.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna1.pnl-explain.any.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna1.pnl-explain.any.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vanna1.pnl-explain.commodity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna1.pnl-explain.commodity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna1.pnl-explain.commodity.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna1.pnl-explain.commodity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna1.pnl-explain.commodity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna1.pnl-explain.commodity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.vanna1.pnl-explain.csr-non-sec.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna1.pnl-explain.csr-non-sec.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna1.pnl-explain.csr-non-sec.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna1.pnl-explain.csr-non-sec.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna1.pnl-explain.csr-non-sec.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna1.pnl-explain.csr-non-sec.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vanna1.pnl-explain.csr-sec-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna1.pnl-explain.csr-sec-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna1.pnl-explain.csr-sec-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna1.pnl-explain.csr-sec-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna1.pnl-explain.csr-sec-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna1.pnl-explain.csr-sec-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vanna1.pnl-explain.csr-sec-non-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna1.pnl-explain.csr-sec-non-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna1.pnl-explain.csr-sec-non-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna1.pnl-explain.csr-sec-non-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna1.pnl-explain.csr-sec-non-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna1.pnl-explain.csr-sec-non-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vanna1.pnl-explain.customCustom rules for calculations. The key is the risk class to which the rule applies.
mr.sensi.rules.vanna1.pnl-explain.equity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna1.pnl-explain.equity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna1.pnl-explain.equity.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna1.pnl-explain.equity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna1.pnl-explain.equity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna1.pnl-explain.equity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.vanna1.pnl-explain.fx.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna1.pnl-explain.fx.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna1.pnl-explain.fx.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna1.pnl-explain.fx.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna1.pnl-explain.fx.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna1.pnl-explain.fx.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.vanna1.pnl-explain.girr.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna1.pnl-explain.girr.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna1.pnl-explain.girr.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna1.pnl-explain.girr.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna1.pnl-explain.girr.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna1.pnl-explain.girr.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vanna1.taylor-var.any.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna1.taylor-var.any.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna1.taylor-var.any.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna1.taylor-var.any.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna1.taylor-var.any.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna1.taylor-var.any.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vanna1.taylor-var.commodity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna1.taylor-var.commodity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna1.taylor-var.commodity.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna1.taylor-var.commodity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna1.taylor-var.commodity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna1.taylor-var.commodity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.vanna1.taylor-var.csr-non-sec.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna1.taylor-var.csr-non-sec.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna1.taylor-var.csr-non-sec.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna1.taylor-var.csr-non-sec.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna1.taylor-var.csr-non-sec.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna1.taylor-var.csr-non-sec.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vanna1.taylor-var.csr-sec-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna1.taylor-var.csr-sec-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna1.taylor-var.csr-sec-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna1.taylor-var.csr-sec-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna1.taylor-var.csr-sec-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna1.taylor-var.csr-sec-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vanna1.taylor-var.csr-sec-non-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna1.taylor-var.csr-sec-non-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna1.taylor-var.csr-sec-non-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna1.taylor-var.csr-sec-non-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna1.taylor-var.csr-sec-non-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna1.taylor-var.csr-sec-non-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vanna1.taylor-var.customCustom rules for calculations. The key is the risk class to which the rule applies.
mr.sensi.rules.vanna1.taylor-var.equity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna1.taylor-var.equity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna1.taylor-var.equity.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna1.taylor-var.equity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna1.taylor-var.equity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna1.taylor-var.equity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.vanna1.taylor-var.fx.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna1.taylor-var.fx.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna1.taylor-var.fx.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna1.taylor-var.fx.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna1.taylor-var.fx.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna1.taylor-var.fx.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.vanna1.taylor-var.girr.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna1.taylor-var.girr.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna1.taylor-var.girr.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna1.taylor-var.girr.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna1.taylor-var.girr.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna1.taylor-var.girr.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vanna2.pnl-explain.any.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna2.pnl-explain.any.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna2.pnl-explain.any.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna2.pnl-explain.any.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna2.pnl-explain.any.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna2.pnl-explain.any.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vanna2.pnl-explain.commodity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna2.pnl-explain.commodity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna2.pnl-explain.commodity.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna2.pnl-explain.commodity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna2.pnl-explain.commodity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna2.pnl-explain.commodity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.vanna2.pnl-explain.csr-non-sec.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna2.pnl-explain.csr-non-sec.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna2.pnl-explain.csr-non-sec.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna2.pnl-explain.csr-non-sec.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna2.pnl-explain.csr-non-sec.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna2.pnl-explain.csr-non-sec.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vanna2.pnl-explain.csr-sec-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna2.pnl-explain.csr-sec-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna2.pnl-explain.csr-sec-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna2.pnl-explain.csr-sec-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna2.pnl-explain.csr-sec-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna2.pnl-explain.csr-sec-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vanna2.pnl-explain.csr-sec-non-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna2.pnl-explain.csr-sec-non-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna2.pnl-explain.csr-sec-non-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna2.pnl-explain.csr-sec-non-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna2.pnl-explain.csr-sec-non-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna2.pnl-explain.csr-sec-non-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vanna2.pnl-explain.customCustom rules for calculations. The key is the risk class to which the rule applies.
mr.sensi.rules.vanna2.pnl-explain.equity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna2.pnl-explain.equity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna2.pnl-explain.equity.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna2.pnl-explain.equity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna2.pnl-explain.equity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna2.pnl-explain.equity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.vanna2.pnl-explain.fx.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna2.pnl-explain.fx.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna2.pnl-explain.fx.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna2.pnl-explain.fx.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna2.pnl-explain.fx.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna2.pnl-explain.fx.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.vanna2.pnl-explain.girr.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna2.pnl-explain.girr.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna2.pnl-explain.girr.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna2.pnl-explain.girr.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna2.pnl-explain.girr.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna2.pnl-explain.girr.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vanna2.taylor-var.any.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna2.taylor-var.any.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna2.taylor-var.any.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna2.taylor-var.any.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna2.taylor-var.any.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna2.taylor-var.any.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vanna2.taylor-var.commodity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna2.taylor-var.commodity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna2.taylor-var.commodity.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna2.taylor-var.commodity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna2.taylor-var.commodity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna2.taylor-var.commodity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.vanna2.taylor-var.csr-non-sec.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna2.taylor-var.csr-non-sec.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna2.taylor-var.csr-non-sec.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna2.taylor-var.csr-non-sec.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna2.taylor-var.csr-non-sec.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna2.taylor-var.csr-non-sec.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vanna2.taylor-var.csr-sec-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna2.taylor-var.csr-sec-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna2.taylor-var.csr-sec-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna2.taylor-var.csr-sec-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna2.taylor-var.csr-sec-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna2.taylor-var.csr-sec-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vanna2.taylor-var.csr-sec-non-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna2.taylor-var.csr-sec-non-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna2.taylor-var.csr-sec-non-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna2.taylor-var.csr-sec-non-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna2.taylor-var.csr-sec-non-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna2.taylor-var.csr-sec-non-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vanna2.taylor-var.customCustom rules for calculations. The key is the risk class to which the rule applies.
mr.sensi.rules.vanna2.taylor-var.equity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna2.taylor-var.equity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna2.taylor-var.equity.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna2.taylor-var.equity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna2.taylor-var.equity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna2.taylor-var.equity.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.vanna2.taylor-var.fx.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna2.taylor-var.fx.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna2.taylor-var.fx.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna2.taylor-var.fx.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna2.taylor-var.fx.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna2.taylor-var.fx.typeThe keyword defining the used formula. E.g. Absolute/RelativeRelative
mr.sensi.rules.vanna2.taylor-var.girr.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vanna2.taylor-var.girr.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vanna2.taylor-var.girr.ladder-formulaThe used ladder formula
mr.sensi.rules.vanna2.taylor-var.girr.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vanna2.taylor-var.girr.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vanna2.taylor-var.girr.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vega.pnl-explain.any.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vega.pnl-explain.any.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.vega.pnl-explain.any.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.vega.pnl-explain.any.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vega.pnl-explain.any.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vega.pnl-explain.any.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vega.pnl-explain.commodity.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vega.pnl-explain.commodity.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.vega.pnl-explain.commodity.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.vega.pnl-explain.commodity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vega.pnl-explain.commodity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vega.pnl-explain.commodity.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vega.pnl-explain.csr-non-sec.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vega.pnl-explain.csr-non-sec.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.vega.pnl-explain.csr-non-sec.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.vega.pnl-explain.csr-non-sec.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vega.pnl-explain.csr-non-sec.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vega.pnl-explain.csr-non-sec.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vega.pnl-explain.csr-sec-ctp.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vega.pnl-explain.csr-sec-ctp.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.vega.pnl-explain.csr-sec-ctp.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.vega.pnl-explain.csr-sec-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vega.pnl-explain.csr-sec-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vega.pnl-explain.csr-sec-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vega.pnl-explain.csr-sec-non-ctp.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vega.pnl-explain.csr-sec-non-ctp.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.vega.pnl-explain.csr-sec-non-ctp.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.vega.pnl-explain.csr-sec-non-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vega.pnl-explain.csr-sec-non-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vega.pnl-explain.csr-sec-non-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vega.pnl-explain.customCustom rules for calculations. The key is the risk class to which the rule applies.
mr.sensi.rules.vega.pnl-explain.equity.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vega.pnl-explain.equity.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.vega.pnl-explain.equity.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.vega.pnl-explain.equity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vega.pnl-explain.equity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vega.pnl-explain.equity.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vega.pnl-explain.fx.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vega.pnl-explain.fx.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vega.pnl-explain.fx.ladder-formulaThe used ladder formula
mr.sensi.rules.vega.pnl-explain.fx.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vega.pnl-explain.fx.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vega.pnl-explain.fx.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vega.pnl-explain.girr.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vega.pnl-explain.girr.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.vega.pnl-explain.girr.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.vega.pnl-explain.girr.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vega.pnl-explain.girr.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vega.pnl-explain.girr.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vega.taylor-var.any.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vega.taylor-var.any.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.vega.taylor-var.any.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.vega.taylor-var.any.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vega.taylor-var.any.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vega.taylor-var.any.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vega.taylor-var.commodity.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vega.taylor-var.commodity.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.vega.taylor-var.commodity.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.vega.taylor-var.commodity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vega.taylor-var.commodity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vega.taylor-var.commodity.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vega.taylor-var.csr-non-sec.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vega.taylor-var.csr-non-sec.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.vega.taylor-var.csr-non-sec.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.vega.taylor-var.csr-non-sec.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vega.taylor-var.csr-non-sec.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vega.taylor-var.csr-non-sec.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vega.taylor-var.csr-sec-ctp.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vega.taylor-var.csr-sec-ctp.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.vega.taylor-var.csr-sec-ctp.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.vega.taylor-var.csr-sec-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vega.taylor-var.csr-sec-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vega.taylor-var.csr-sec-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vega.taylor-var.csr-sec-non-ctp.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vega.taylor-var.csr-sec-non-ctp.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.vega.taylor-var.csr-sec-non-ctp.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.vega.taylor-var.csr-sec-non-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vega.taylor-var.csr-sec-non-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vega.taylor-var.csr-sec-non-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vega.taylor-var.customCustom rules for calculations. The key is the risk class to which the rule applies.
mr.sensi.rules.vega.taylor-var.equity.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vega.taylor-var.equity.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.vega.taylor-var.equity.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.vega.taylor-var.equity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vega.taylor-var.equity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vega.taylor-var.equity.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vega.taylor-var.fx.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vega.taylor-var.fx.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.vega.taylor-var.fx.ladder-formulaThe used ladder formula
mr.sensi.rules.vega.taylor-var.fx.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vega.taylor-var.fx.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vega.taylor-var.fx.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.vega.taylor-var.girr.derivative-orderA number defining the derivative order or the sensitivity, 1 for delta, 2 for gamma.1
mr.sensi.rules.vega.taylor-var.girr.ladderSpecifies if the ladders are taken into account.LADDER_FIRST
mr.sensi.rules.vega.taylor-var.girr.ladder-formulaThe used ladder formulaDeltaShift
mr.sensi.rules.vega.taylor-var.girr.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.vega.taylor-var.girr.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.vega.taylor-var.girr.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.volga.pnl-explain.any.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.volga.pnl-explain.any.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.volga.pnl-explain.any.ladder-formulaThe used ladder formula
mr.sensi.rules.volga.pnl-explain.any.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.volga.pnl-explain.any.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.volga.pnl-explain.any.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.volga.pnl-explain.commodity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.volga.pnl-explain.commodity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.volga.pnl-explain.commodity.ladder-formulaThe used ladder formula
mr.sensi.rules.volga.pnl-explain.commodity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.volga.pnl-explain.commodity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.volga.pnl-explain.commodity.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.volga.pnl-explain.csr-non-sec.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.volga.pnl-explain.csr-non-sec.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.volga.pnl-explain.csr-non-sec.ladder-formulaThe used ladder formula
mr.sensi.rules.volga.pnl-explain.csr-non-sec.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.volga.pnl-explain.csr-non-sec.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.volga.pnl-explain.csr-non-sec.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.volga.pnl-explain.csr-sec-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.volga.pnl-explain.csr-sec-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.volga.pnl-explain.csr-sec-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.volga.pnl-explain.csr-sec-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.volga.pnl-explain.csr-sec-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.volga.pnl-explain.csr-sec-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.volga.pnl-explain.csr-sec-non-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.volga.pnl-explain.csr-sec-non-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.volga.pnl-explain.csr-sec-non-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.volga.pnl-explain.csr-sec-non-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.volga.pnl-explain.csr-sec-non-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.volga.pnl-explain.csr-sec-non-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.volga.pnl-explain.customCustom rules for calculations. The key is the risk class to which the rule applies.
mr.sensi.rules.volga.pnl-explain.equity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.volga.pnl-explain.equity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.volga.pnl-explain.equity.ladder-formulaThe used ladder formula
mr.sensi.rules.volga.pnl-explain.equity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.volga.pnl-explain.equity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.volga.pnl-explain.equity.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.volga.pnl-explain.fx.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.volga.pnl-explain.fx.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.volga.pnl-explain.fx.ladder-formulaThe used ladder formula
mr.sensi.rules.volga.pnl-explain.fx.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.volga.pnl-explain.fx.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.volga.pnl-explain.fx.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.volga.pnl-explain.girr.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.volga.pnl-explain.girr.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.volga.pnl-explain.girr.ladder-formulaThe used ladder formula
mr.sensi.rules.volga.pnl-explain.girr.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.volga.pnl-explain.girr.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.volga.pnl-explain.girr.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.volga.taylor-var.any.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.volga.taylor-var.any.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.volga.taylor-var.any.ladder-formulaThe used ladder formula
mr.sensi.rules.volga.taylor-var.any.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.volga.taylor-var.any.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.volga.taylor-var.any.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.volga.taylor-var.commodity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.volga.taylor-var.commodity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.volga.taylor-var.commodity.ladder-formulaThe used ladder formula
mr.sensi.rules.volga.taylor-var.commodity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.volga.taylor-var.commodity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.volga.taylor-var.commodity.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.volga.taylor-var.csr-non-sec.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.volga.taylor-var.csr-non-sec.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.volga.taylor-var.csr-non-sec.ladder-formulaThe used ladder formula
mr.sensi.rules.volga.taylor-var.csr-non-sec.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.volga.taylor-var.csr-non-sec.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.volga.taylor-var.csr-non-sec.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.volga.taylor-var.csr-sec-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.volga.taylor-var.csr-sec-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.volga.taylor-var.csr-sec-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.volga.taylor-var.csr-sec-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.volga.taylor-var.csr-sec-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.volga.taylor-var.csr-sec-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.volga.taylor-var.csr-sec-non-ctp.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.volga.taylor-var.csr-sec-non-ctp.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.volga.taylor-var.csr-sec-non-ctp.ladder-formulaThe used ladder formula
mr.sensi.rules.volga.taylor-var.csr-sec-non-ctp.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.volga.taylor-var.csr-sec-non-ctp.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.volga.taylor-var.csr-sec-non-ctp.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.volga.taylor-var.customCustom rules for calculations. The key is the risk class to which the rule applies.
mr.sensi.rules.volga.taylor-var.equity.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.volga.taylor-var.equity.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.volga.taylor-var.equity.ladder-formulaThe used ladder formula
mr.sensi.rules.volga.taylor-var.equity.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.volga.taylor-var.equity.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.volga.taylor-var.equity.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.volga.taylor-var.fx.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.volga.taylor-var.fx.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.volga.taylor-var.fx.ladder-formulaThe used ladder formula
mr.sensi.rules.volga.taylor-var.fx.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.volga.taylor-var.fx.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.volga.taylor-var.fx.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sensi.rules.volga.taylor-var.girr.derivative-orderA number defining the derivative order of the sensitivity, 1 for delta, 2 for gamma.2
mr.sensi.rules.volga.taylor-var.girr.ladderSpecifies if the ladders are taken into account.SENSI_ONLY
mr.sensi.rules.volga.taylor-var.girr.ladder-formulaThe used ladder formula
mr.sensi.rules.volga.taylor-var.girr.price-factorA scale applied to the sensitivity ( sensitivity * priceFactor).1
mr.sensi.rules.volga.taylor-var.girr.shiftA shift that is added to the sensitivity ( sensitivity + shift ).
mr.sensi.rules.volga.taylor-var.girr.typeThe keyword defining the used formula. E.g. Absolute/RelativeAbsolute
mr.sign-off.common.hierarchy.level1.liveThe name given to intra-days data, the latest data, in the first level of the sign-off hierarchy.INTRA-DAY
mr.sign-off.common.hierarchy.level1.officialThe name given to live or approved data in the first level of the sign-off hierarchy.OFFICIAL
mr.sign-off.common.hierarchy.level1.snapshotThe name given to the total aggregated data, including the under review (frozen) data, in the first level of the sign-off hierarchy.TOTAL REVIEWABLE
mr.sign-off.common.hierarchy.level2.approvedThe name of the status for approved tasks.EXPORT_SUCCEEDED
mr.sign-off.common.hierarchy.level2.otherThe data that are not in any ongoing reviewing process.UNAPPROVED
mr.sparse-vectors.density-thresholdEnable sparse vector compression for sensi store.0.2
mr.sparse-vectors.enable-for-sensi-storesEnable sparse vector compression for the list of columns of kind “store:field”.TradeSensitivities:Ladder
mr.taylor.market-shift-date-specificSpecific dates used to fill the MarketShiftDate hierarchy. Each entry should be in the format: NAME=OFFSET, e.g TODAY=DAY0[TODAY=DAY0, YESTERDAY=DAY-1]
mr.tenors-and-maturities.default-valueDefault value for tenors and maturities.N/A
mr.tenors.correlation-fact-datesDefines the source levels containing tenor dates for correlation sensitivities.Tenor Date@Tenor Dates@Risk
mr.tenors.correlation-fact-labelsDefines the source levels containing tenor labels for correlation sensitivities.Tenor@Tenors@Risk
mr.tenors.correlation-fact-levelsDefines the source tenor levels to use for correlation sensitivities.[Tenor Date@Tenor Dates@Risk, Tenor@Tenors@Risk]
mr.tenors.custom-fact-datesDefines the source levels containing tenor dates for additional sensitivities. The key is the sensitivity name.
mr.tenors.custom-fact-labelsDefines the source levels containing tenor labels for additional sensitivities. The key is the sensitivity name.
mr.tenors.custom-fact-levelsDefines the source tenor levels to use for additional sensitivities. The key is the sensitivity name.
mr.tenors.delta-fact-datesDefines the source levels containing tenor dates for delta sensitivities.Tenor Date@Tenor Dates@Risk
mr.tenors.delta-fact-labelsDefines the source levels containing tenor labels for delta sensitivities.Tenor@Tenors@Risk
mr.tenors.delta-fact-levelsDefines the source tenor levels to use for delta sensitivities.[Tenor Date@Tenor Dates@Risk, Tenor@Tenors@Risk]
mr.tenors.gamma-fact-datesDefines the source levels containing tenor dates for gamma sensitivities.Tenor Date@Tenor Dates@Risk
mr.tenors.gamma-fact-labelsDefines the source levels containing tenor labels for gamma sensitivities.Tenor@Tenors@Risk
mr.tenors.gamma-fact-levelsDefines the source tenor levels to use for gamma sensitivities.[Tenor Date@Tenor Dates@Risk, Tenor@Tenors@Risk]
mr.tenors.vanna-fact-datesDefines the source levels containing tenor dates for vanna sensitivities.Tenor Date@Tenor Dates@Risk
mr.tenors.vanna-fact-labelsDefines the source levels containing tenor labels for vanna sensitivities.Tenor@Tenors@Risk
mr.tenors.vanna-fact-levelsDefines the source tenor levels to use for vanna sensitivities.[Tenor Date@Tenor Dates@Risk, Tenor@Tenors@Risk]
mr.tenors.vega-fact-datesDefines the source levels containing tenor dates for vega sensitivities.Tenor Date@Tenor Dates@Risk
mr.tenors.vega-fact-labelsDefines the source levels containing tenor labels for vega sensitivities.Tenor@Tenors@Risk
mr.tenors.vega-fact-levelsDefines the source tenor levels to use for vega sensitivities.[Tenor Date@Tenor Dates@Risk, Tenor@Tenors@Risk]
mr.tenors.volga-fact-datesDefines the source levels containing tenor dates for volga sensitivities.Tenor Date@Tenor Dates@Risk
mr.tenors.volga-fact-labelsDefines the source levels containing tenor labels for volga sensitivities.Tenor@Tenors@Risk
mr.tenors.volga-fact-levelsDefines the source tenor levels to use for volga sensitivities.[Tenor Date@Tenor Dates@Risk, Tenor@Tenors@Risk]
mr.var.component.regression-lengthLength of the regression when calculating Component VaR. By default this property is not set. The size of the underlying PnL vector is used instead. Must be less than or equal to the length of the loaded PnL vectors.
mr.var.scenario-setsThis defines the default scenarios used by the [Risk][Scenario Sets] hierarchy. The first item in the list defines the default one, the list defines the order.[Historical, Stressed]
mr.var.weighted.pnl-oldest-firstFlag for weighted measures to specify whether the historical PnL vectors input contains the oldest PnL data at index 0 (in that case the flag is set to: true), or whether it contains the most recent PnL data at index 0 (in that case the flag is set to: false).false
mr.enable.cubes.commonSet to false to disable MRCombinedCube.true
mr.sensi.rules.delta.pnl-explain.fx.interpolateTrue means interpolation of market data is allowed. @deprecated since 5.3.0 as this is now available from the MarketDataConfigurationService.true
mr.sensi.rules.delta.taylor-var.fx.interpolateTrue means interpolation of market data is allowed. @deprecated since 5.3.0 as this is now available from the MarketDataConfigurationService.true