WebCab Options and Futures for COM v3.1

EuropeanDelta.CallDeltaWithYieldWithExplicitTime Method 

Calculates the Delta of a European call option on an asset which has a continuous yield.

public double CallDeltaWithYieldWithExplicitTime(
   double yield,
   double assetPrice,
   double strike,
   double riskFreeRate,
   double volatility,
   double timeToMaturity
);

Parameters

yield
The continuous yield of the underlying asset during the life of the option contract given in decimal format (i.e. 1 percent = 0.01).
assetPrice
The stock (index or currency) price at the point of evaluation.
strike
The strike of the European call option.
riskFreeRate
The continuously compounded risk free interest rate expressed in decimal format (i.e. 1 percent = 0.01).
volatility
Volatility of the underlying asset given in decimal format (i.e. 1 percent = 0.01).
timeToMaturity
The time (in years) to the maturity of the option.

Return Value

The delta of the European call option where the underlying asset pays a continuous yield.

See Also

EuropeanDelta Class | WebCab.COM.Finance.Options Namespace