WebCab XL Community Edition

EuropeanTheta.PutThetaOnCurrency Method (Double, Double, Double, Double, Double, Double)

Returns the theta of a European put option on a currency.

public double PutThetaOnCurrency(
   double Interest,
   double ExchangeRate,
   double Strike,
   double RiskFreeRate,
   double Volatility,
   double TimeToMaturity
);

Parameters

Interest
The continuously compounded risk free interest rate on the foreign currency.
ExchangeRate
The exchange rate.
Strike
The exchange rate at which the currency option is exercised at.
RiskFreeRate
The continuously compounded risk free interest rate in the base currency.
Volatility
The volatility of the exchange rate.
TimeToMaturity
The time until the option expires.

Remarks

The full name of this function inside Excel is Option_EuropeanTheta_PutThetaOnCurrency_ByTimeSpans.

See Also

EuropeanTheta Class | Options Namespace | EuropeanTheta.PutThetaOnCurrency Overload List