CRT.PRO Flashcards
How to check credit spread curve for a specific COB (new approach)
EXEC CSWEB.GetCreditSpreadCurves @pdtBusDate = ‘20140408’, @pinCPartyId = 123
@BankType = 2
How to check credit spread curve for a specific COB (old approach)
EXEC CreditSpread..getCreditSpreadCurve ‘20121212’, SDSID, DEFAULT, DEFAULT, 1
Name 4 tables for CSA data from EM
DataloadCSA
DataloadCSAProduct
DataloadCSAArrangementCounterparties
DataloadCSAPrincipal
Name 3 output tables for CSA
CpartyCSA
CSAExpThreshold
CSAThreshold
Name the view for book allocation
Portfolio.BookAllocation.VwTopLevelBookCparty
> BookName = ‘RTB_LOW’
How to find the BCurves for current COB
CreditSpread.RT.DefaultSpreadCurve
> LoadDate = ‘20140403’
How to find the official curves for current COB
CreditSpread.dbo.CreditSpreadCurve
> CurveDate = ‘20140403’