• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Risk free rate in stochastic volatility model for FX options

Joined
8/7/15
Messages
91
Points
18
When dealing with FX options. Can anyone suggest some paper on how to set the risk free rate?

For instance: Let's assume I want to price a call option with underlying being a EURUSD forward and the forward follows Heston dynamics. What will my risk Neutral dynamics be?
 
In currency land you can choose to price your derivative under the domestic or foreign risk neutral measure (Domestic := right-hand currency (USD), while foreign := left-hand currency (EUR)). A priori, there is no reason why you should prefer one over the other.
Generally said measures are non-equivalent.

For a reasonable introduction to the field, see Bjork, ch. 17, Arbitrage Theory in Continuous Time.
 
Back
Top