KotakNet DotNet Library
Namespace:
KotakNet.Bridge
Assembly:
KotakNet.Bridge (in KotakNet.Bridge.dll) Version: 1.0.0.0 (1.0.22.702)
Syntaxpublic double PutRho(
double underlyingPrice,
double exercisePrice,
double daysToExpiry,
double interest,
double volatility,
double dividendYield
)
Public Function PutRho (
underlyingPrice As Double,
exercisePrice As Double,
daysToExpiry As Double,
interest As Double,
volatility As Double,
dividendYield As Double
) As Double
Parameters
- underlyingPrice
- Type: SystemDouble
- exercisePrice
- Type: SystemDouble
- daysToExpiry
- Type: SystemDouble
- interest
- Type: SystemDouble
- volatility
- Type: SystemDouble
- dividendYield
- Type: SystemDouble
Return Value
Type:
Double
See Also