Public API for options
Namespace: GF.Api.Options
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The IOptionsApi type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsGreekCalculationEnabled |
Enable for Greek value calculation. This may have a significant performance cost.
Default is disabled.
Must not change value while connected.
| |
PLMode |
Using this setting, Option PL can be calculated using theoretical greek values
| |
UseInterpolatedVolatility |
Enabled so when option implied volatility cannot be calculated,
it will be interpolated from available strikes in the same option series.
Interpolation method is an Akima cubic spline.
Default is False.
| |
VolatilitySource |
Using setting, Option volatility source can be changed.
Client side will have a significant performance cost
Default is Server.
|
See Also