question

Upvotes
Accepted
1 0 0 0

Forward Valuation as on specific Time & Date using refinitiv.data.content.ipa.financial_contracts.cross

By default forward valuation takes Spot as of NY Close. Tried passing datetime string. But its just taking NY Close. Is there any other parameter which an help to take spot rate as of a particular time ?

pricing_parameters=cross.PricingParameters(

market_data_date=specific_date_and_time,

valuation_date=specific_date_and_time )

python#technologyrefinitiv-data-platform-librariesipa
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.

1 Answer

· Write an Answer
Upvotes
Accepted
6.2k 18 2 8

Hi @etg.forex ,


Have checked the the available parameters for FxCrossPricingParameters in the documentation? Please have a look here by clisking JSON and searching for FxCrossPricingParameters. That should give you all available parameters for cross along with it's properties.


Best regards,

Haykaz

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.