RDP Endpoint for and implied deposit calculation

Hi RDP experts,

Do you know if currently there is a way to get the implied deposit rates for custom tenors via an RDP IPA endpoint?

Thanks!

Tagged:

Best Answer

  • Hi @marcin.bunkowski01! Hope this is what you're looking for.

    {
    "outputs": [
    "Headers",
    "Data",
    "MarketData"
    ],
    "fields": [
    "InstrumentTag",
    "FxCrossType",
    "Tenor",
    "StartDate",
    "EndDate",
    "ImpliedDeposit_BidMidAsk",
    "ErrorMessage"
    ],
    "universe": [
    {
    "instrumentType": "FxCross",
    "instrumentDefinition": {
    "instrumentTag": "StandardPeriods",
    "fxCrossType": "FxForward",
    "fxCrossCode": "EURCHF",
    "legs": [
    {
    "tenor": "3M4D"
    }
    ]
    },
    "pricingParameters": {
    "valuationDate": "2022-01-11",
    "fxSwapCalculationMethod": "DepositCcy1ImpliedFromFxSwap"
    }
    }
    ]
    }

Answers