Excel function AdFxSwpToDep equivalent in EMAJ

I am migrating the excel application to a java application, the Refinitive API part I am using EMAJ in my application. However I have no idea how to use EMAJ to replace the below function call in Excel. Anyone has any ideas please ?

=AdFxSwpToDep(CalcDate, PeriodArray, Cur1Cur2, Spot1BA, Spot2BA , Swp1Array, Swp2Array, DepArray, CalcStructure, AdMode)

Tagged:

Best Answer

  • @donald.y.z.tang

    Thanks for reaching out to us.

    EMAJ is used to retrieve real-time financial data by subscribing to RICs. The data is similar to a Quote App, as shown below.

    1666672507775.png


    EMAJ doesn't perform any calculations; it just passes data to applications. If there are RICs that can provide the same data as AdFxSwpToDep, you can use EMAJ to retrieve data.

    You may need to contact the Content support team directly via MyRefinitiv to verify if there are RICs that can provide the same data as AdFxSwpToDep, or if there are ways to calculate it from retrieved real-time data.

    Otherwise, you can try IPA Financial Contracts: FX Cross Contracts from Refnitiv Data Platform.

    I hope that this information is of help