Clarus Financial Technology

CDS Data Made Simple

Regular readers will know that Amir and I are continuing to work on the SBSDR data, making the new data on single-name CDS and TRS as accessible and transparent as possible.

Most Actives

Amir developed the idea of monitoring the most active names in CDS in last week’s blog. Today, I want to put some perspective on that and look at three things:

  1. History – it is hard to look at new, novel data for the first time without some history.
  2. Trends – volume data is extremely useful for monitoring changes over time.
  3. Context – similar to above, volume data tends to need some context.

As a reminder, our newest data product, SBSDRView, now includes Most Active dashboards for CDS across both Sovereign and Corporate names:

History

First up, I want to monitor how Amir’s table of single name corporates has changed over time. I can run the same table on a monthly basis since SBSDR data was first published on February 14th, 2022 and track the changes.

For example:

Looking at just the top 10 names shows that:

DISH DBS single name CDS

But almost the same pattern in volumes is repeated for Boeing, where volumes reported in April were down by about 90% compared to the surrounding months:

Boeing single name CDS

The same pattern is seen whether we look at trade count or notional amounts for both of these names. What would cause such a dip in volumes for a particular month? An interesting one to monitor to see if this behaviour repeats itself.

Trends

I also wanted to know how often the most active names change. Do they change every month? This isn’t easy to see, so I added a simple “Rank” to my table. This way, I can quickly identify which names have consistently been in the top 20 over the past 3 months:

Showing;

As I have highlighted previously, March is a roll month for standardised CDS contracts. So we expect to see a spike in volumes each March (and September). Interesting to note that some names were not particularly active in this roll period, such as Ryder Systems or Lumen Tech. The aforementioned Dish has only recently become a top 20 name. Whilst the top 8 did not see a big change in their relative rankings during the roll, it was far more variable further down the list.

Context

Using a single call from our API I can calculate the total CDS volume traded each month. This monitors the percentage of overall volumes traded per name.

import clarus

response = clarus.sbsdr.volume(assetclass='CR', startdate='2022-03-01', enddate='2022-05-30', productType='CDS', productsubtype='Corporate', Currency='USD', display='NotionalUSD,count' )
print (response)

Rounding out the overall picture of activity:

Sovereigns

This analysis can also be repeated for sovereigns, which is likely to be even more concentrated. I toyed with the idea of also checking the HHI (Herfindahl–Hirschman index) to monitor the degree of concentration in the top names, but let’s leave that for another time.

In Summary

Stay informed with our FREE newsletter, subscribe here.

Exit mobile version