BBG - SDR
Hey, does anyone know how to with code or in excel calculate SDR spread when given the Cash amount, notional, and CDS ticker in SDR ? Trying to automate this as I do it everyday but not sure the best way to approach it.
Hey, does anyone know how to with code or in excel calculate SDR spread when given the Cash amount, notional, and CDS ticker in SDR ? Trying to automate this as I do it everyday but not sure the best way to approach it.
Career Resources
Based on the most helpful WSO content, while there isn't a direct mention of calculating SDR spreads in the provided context, here are some general steps and tips you can use to approach this problem in Excel or with code:
Understand the Inputs:
Formula for Spread Calculation:
Automating in Excel:
Automating with Code:
If you're using Python, you can automate this with a simple script:
import pandas as pd # Example DataFrame data = {'Cash_Amount': [100000, 200000], 'Notional': [10000000, 20000000], 'CDS_Ticker': ['CDS1', 'CDS2']} df = pd.DataFrame(data) # Calculate Spread df['Spread_bps'] = (df['Cash_Amount'] / df['Notional']) * 10000 print(df)Additional Tips:
If you need more specific guidance or examples, feel free to ask!
Sources: DCF Modeling Course ~ Pre-training text.pdf, Automating Automation | The Daily Peel | 4/24/2023, DCF Myth 3.2: If you don't look, its not there!, Spreading Comps - Hand spread vs. CapIQ Spread?, Waterfall template attached
Did SDR analytics for rates vol and SDR data is a shit show. Like backing out straddle vol is pretty easy since you just use closed form bachelier. I found identifying structures like rr and 1x2s messy b/c some get reported as packages while others dont. also dont get me started on the UPI schema migration and lack of legacy support.
idk if BBG has an API for SDR but you can just scrape DTCC's pddata and build out ur own infra. also off sef trades are reported incorrectly a good chunk of the time but the trades being printed are interesting.
Voluptates reiciendis quod consequatur harum voluptates ex quia. Ut modi magnam repellat eius aut eum aliquam. Hic sapiente eaque ut sint. Atque consequatur non vel tempora rerum numquam esse. Doloremque dolor nostrum neque. Provident est error tempore dolorem molestiae autem. Quo est nihil autem voluptatem.
See All Comments - 100% Free
WSO depends on everyone being able to pitch in when they know something. Unlock with your email and get bonus: 6 financial modeling lessons free ($199 value)
or Unlock with your social account...