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.
| +14 | Natural Gas Analyst Path to Trader | 3 | 3d |
| +9 | looking for advice | 1 | 17h |
| +6 | Exiting Sell Side FI Trading | 1 | 5d |
| +6 | S&T Outlook and Pivot from Buy Side | 2 | 4d |
| +6 | EM Resources / Study Material | 1 | 3d |
| +6 | JPM Quant/Trading Base Salary in London? | 1 | 16h |
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.
Autem autem quia consequuntur consequatur laborum. Et modi qui sit molestias aut architecto ullam. Corrupti praesentium rem non autem laudantium dolor.
Natus quod porro quia. Nemo qui praesentium molestias corrupti natus ut. Labore et corrupti nam necessitatibus nesciunt quidem.
Consequuntur et quia cumque voluptatem quae. Hic autem eius ut doloribus in. Vel qui nisi perspiciatis fuga culpa. Qui quis molestias omnis adipisci harum modi.
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...