Validating BlueGamma API Data Against Bloomberg or Other Platforms
Learn how to compare BlueGamma API swap rates with other data sources using standard conventions for SOFR, CORRA, and EURIBOR.
🔑 Key Things to Keep in Mind
🇺🇸 USD SOFR (Overnight Indexed Swap)
✅ Market Convention (and BlueGamma UI default)
🔧 API Parameters
index=SOFR
start_date=0D
maturity_date=10Y
fixed_leg_frequency=1Y
floating_leg_frequency=1Y
fixed_leg_day_count=Actual360🔎 Notes
🇨🇦 CAD CORRA (Overnight Indexed Swap)
✅ Market Convention
🔧 API Parameters
🇪🇺 EUR EURIBOR
✅ Market Convention
🔧 API Parameters
🧪 If Rates Don’t Match
✅ Check This...
🔍 What To Look For
🐍 Example: Calling the BlueGamma API in Python
Last updated
Was this helpful?

