Usage
FEInDomesticFXOption(TypeFlag, S, E, X, Time, r, q, sigmaS,
sigmaE, rho, title = NULL, description = NULL)
QuantoOption(TypeFlag, S, Ep, X, Time, r, rf, q, sigmaS,
sigmaE, rho, title = NULL, description = NULL)
EquityLinkedFXOption(TypeFlag, E, S, X, Time, r, rf, q,
sigmaS, sigmaE,rho, title = NULL, description = NULL)
TakeoverFXOption(V, B, E, X, Time, r, rf, sigmaV, sigmaE,
rho, title = NULL, description = NULL)
Arguments
B
[TakeoverFX*] -
the value of the foreign firm in the foreign currency at
the option expiration, a numeric value.
description
a character string which allows for a brief description.
E
[FEInDomesticFX*] -
the spot exchange rate specified in units of the domestic
currency per unit of the foreign currency, a numeric value.
[TakeoverFX*] -
the currency price quoted in units of the domestic currency
per unit of the foreign
Ep
[Quanto*] -
the predetermined exchange rate specified in units of domestic
currency per unit of foreign currency.
q
[FEInDomesticFX*][EquityLinkedFX*] -
the instantaneous proportional dividend payout rate of the
underlying asset, a numerical value.
r
[FEInDomesticFX*][TakeoverFX*] -
the domestic interest rate, a numeric value. E.g. 0.25 means
25% p.a.
rf
[TakeoverFX*] -
the foreign interest rate, a numeric value.
rho
[TakeoverFX*] -
the correlation between annualized volatility of the currency price
quoted in units of the domestic currency per unit of the foreign
currency and the annualized volatility of the value of the foreign
firm, a num
S
[FEInDomesticFX*][EquityLinkedFX*] -
the underlying asset price in foreign currency, a numeric
value.
sigmaE
[TakeoverFX*] -
the annualized volatility of the currency price quoted in
units of the domestic currency per unit of the foreign currency,
a numeric value; e.g. 0.3 means 30% volatility pa.
sigmaS
[Quanto*] -
the annualized volatility of the underlying asset,
a numeric value; e.g. 0.3 means 30% volatility pa.
sigmaV
[TakeoverFX*] -
the annualized volatility of the value of the foreign firm,
a numeric value; e.g. 0.3 means 30% volatility pa.
Time
the time to maturity, a numeric value.
title
a character string which allows for a project title.
TypeFlag
a character string either "c" for a call option or a "p"
for a put option.
V
[TakeoverFX*] -
the value of the foreign firm in the foreign currency, a
numeric value.
X
[FEInDomesticFX*] -
the strike (delivery) price in domestic currency, a numeric
value.
[TakeoverFX*] -
the strike price quoted in units of the domestic currency
per unit of the foreign currency.