CRT.MktData Flashcards

1
Q

Table to get ME moniker

A

Core.MarketEnvironmentCurve

> MEObjectPath LIKE ‘%zarcpi%’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

4 Tables that use CurveID

A

Curve
CurveMapping
MarketEnvironmentCurve
CurveXML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How to get risk factor based on CurveID

A

RiskFactorCurve JOIN RiskFactor ON riskfactorid

WHERE curveid = xyz

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How to get curve constituent based on CurveID

A

CurveConstituentMapping JOIN CurveConstituent ON constituentID WHERE CurveID

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

2 Tables for HJM Commodity Calibration

A

HJMCommodityCalibration
HJMCommodityCalibrationSet
> HJMCommodityCalibrationSetID
> RiskFactorID

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Table to check for Inflation Override

A

Core..CorrelationOverrideActive

> RiskFactorIDX

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Where to check historical vol curves

A

Core..HistVolatilityCurve

> RiskFactorID

How well did you know this?
1
Not at all
2
3
4
5
Perfectly