question

Upvotes
Accepted
1.4k 5 3 6

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!

rdp-apiipa
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
25 1 2 2

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"
            }
        }
    ]
}
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
1.4k 5 3 6

@stepan.kalika thanks for that. That what I was looking for!

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.