cancel
Showing results for 
Search instead for 
Did you mean: 

Relation between DataFeed and Bloomberg

Former Member
0 Kudos

Dear TRM experts

Does any of you ever implemented the DataFeed for TRM using Bloomberg as the provider?

Thanks for the help

Regards

George Passini

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

What specific questions you have? I can help based on my experience.

Former Member
0 Kudos

I need to use the DataFeed to import all the currencies and interest rates using a HTTPA connection.

I made a similar customizing as the one bellow using FINISS as a provider and now I need to do the same for bloomberg.

SAP R/3 4.7 customizing steps - ERP Data Feed Online

Former Member
0 Kudos

Actually that is all to it! The instrument and property have to be defined in the translation table so that it maps with bloomberg mnemonics.

The function module would read the input selection parameters from TBD4 and then populate in a structure all the currency pairs and interest rates to be fetched. Then it will make the bloomberg call and populate the fetched data.

You would have to define different rate types for ASK, MID, BID currencies and different reference interest rates for ASK, MID, BID interest rates for different durations. The yield curve can also be populated at the same time if the reference interest rates are assigned to a yield curve.

Hope it was helpful, if you need to know anything specific let me know.

--

Former Member
0 Kudos

First of all, thanks for the information.

Did you ever made this for Bloomberg? I don't know how they provide all the data, don't know if it is similar to Finiss.

Please send me any example if you have.

Thanks again.

Former Member
0 Kudos

Well, setting the configuration in SAP is the easy part. The bigger challenge would be to setup connection with the Bloomberg web services by working with the integration team in your organization. It's too technical for a functional person to do. Best way to approach would be to get the bloomberg people talk to the integration guys in your organization.

If your organization already has account with bloomberg then you can use the ID which they use to log tickets with bloomberg and log a ticket for guiding your team with the integration part. The link is www.bloomberg.com/datasolutions

If your treasury folks already uses bloomberg market data then they would know the relevant bloomberg mnemonics and bloomberg price types. You should ask them for the complete list of bloomberg mnemonics and bloomberg price types for the interest rates and currency pairs they plan to pull in the data.

A typical example for currencies could be -

DescriptionMnemonicBloomerg Price Type (PX_MID/PX BID etc)
Spot RatesEURUSD CurncyPX_LAST, PX_MID, PX_BID, PX_ASK
Spot RatesGBPUSD CurncyPX_LAST, PX_MID, PX_BID, PX_ASK
Spot RatesUSDCHF CurncyPX_LAST, PX_MID, PX_BID, PX_ASK

For currency deposit rates could be -

DescriptionMnemonicBloomerg Price Type (PX_MID/PX_BID etc)
1 WeekEUDR1Z CurncyPX_LAST, PX_MID, PX_BID, PX_ASK
1 MonthEUDRA CurncyPX_LAST, PX_MID, PX_BID, PX_ASK
2 MonthEUDRB CurncyPX_LAST, PX_MID, PX_BID, PX_ASK
3 MonthEUDRC CurncyPX_LAST, PX_MID, PX_BID, PX_ASK

And finally map these mnemonics to SAP rate type in the translation table -

Hope it helped.

--

Former Member
0 Kudos

One more question, how did you managed to get a HTTPA connection with Bloomberg?