question

Upvotes
Accepted
1 1 1 4

MIBOR OIS Swap Valuation - Need MIBOR ON Rate and MIBOR OIS Swap curve

Hi,

I need the correct RIC Code to fetch MIBOR ON Rate and MIBOR OIS Swap curve from Refinitiv on a daily basis. This is needed for valuation of MIBOR OIS Swaps.

The data model discovery tool had the following information..

INRONDFIX=FBIL represents the MIBOR ON Rate in Refinitiv &
INRANONM1MFIX=FBIL represents the MIBOR OIS Index in Refinitiv

Can someone confirm whether these are the correct RICs ?

Is the MIBOR OIS curve same as the one being used at CCIL for valuation ?

In which format does the yield curve output come out, I would imagine it is in the form of a dictionary (Key-Tenor , Value - Rate).


I would appreciate your help on this.


Regards,

Rohit


#contentois
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.

Upvote
Accepted
301 6 0 1

Hi @rohit.gajare

You can use RDP IPA curve service to retrieve such curve.

View existing INR curves on /api/curves/zc-curve-definitions

{
    "universe": [
        {
            "currency": "INR"
        }
    ]
}

Then request the curve on /api/curves/zc-curves

{
    "universe": [
        {
            "curveDefinition": {
                "currency": "INR",
                "mainConstituentAssetClass": "Swap",
                "riskType": "InterestRate",
                "indexName": "MIBOR",
                "source": "Refinitiv",
                "name": "INR MIBOR Swap ZC Curve",
                "id": "a6da87eb-ce1f-4b69-bcaa-6f45a6121367"
            }
        }
    ],
    "outputs": [
        "DetailedCurvePoint",
        "Constituents"
    ]
}

Hope that helps,

Regards

Michel

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
14.3k 30 5 10

Hi @rohit.gajare ,

Your question is about the content related rather than about API usage and the moderators on this forum do not have deep expertise in every type of content available through Refinitiv products. Such expertise is available through Refinitiv Helpdesk.

Hence, the best approach is to reach out to Eikon support directly, by submitting the question via MyRefinitiv rather than posting on dev forums.

Hope this helps. Please let me know in case you have any questions.

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.