Implied Deposit Calculation

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

Hi, is there an equivalent function for this on the Python api?

Best Answer

  • Alex Putkov.1
    Alex Putkov.1 ✭✭✭✭✭
    Answer ✓

    This is currently only available as a COM library. This library can be used in 32-bit Python. Here's the article describing how to:
    Using AdfinX Analytics in Python
    It's not very straightforward, but currently this is the only way.