CRT.PRO Flashcards

1
Q

How to check credit spread curve for a specific COB (new approach)

A

EXEC CSWEB.GetCreditSpreadCurves @pdtBusDate = ‘20140408’, @pinCPartyId = 123
@BankType = 2

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

How to check credit spread curve for a specific COB (old approach)

A

EXEC CreditSpread..getCreditSpreadCurve ‘20121212’, SDSID, DEFAULT, DEFAULT, 1

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

Name 4 tables for CSA data from EM

A

DataloadCSA
DataloadCSAProduct
DataloadCSAArrangementCounterparties
DataloadCSAPrincipal

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

Name 3 output tables for CSA

A

CpartyCSA
CSAExpThreshold
CSAThreshold

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

Name the view for book allocation

A

Portfolio.BookAllocation.VwTopLevelBookCparty

> BookName = ‘RTB_LOW’

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

How to find the BCurves for current COB

A

CreditSpread.RT.DefaultSpreadCurve

> LoadDate = ‘20140403’

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

How to find the official curves for current COB

A

CreditSpread.dbo.CreditSpreadCurve

> CurveDate = ‘20140403’

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