Skip to main content

RiskGraphUnderlyingPriceAxisOptions

Controls the generated underlying-price axis and caller-requested exact prices.

FieldTypeRequiredNullableDefaultDescription
RangeModeRiskGraphUnderlyingPriceRangeModeNoNoRiskGraphUnderlyingPriceRangeMode.AutoRange source for generated underlying prices. Selected leg strikes and IncludePrices are added to the final axis separately.
RangePercentDecimalNoYesFractional range used by RiskGraphUnderlyingPriceRangeMode.Percent mode. For example, 0.15 means +/- 15%; null for other modes.
MinDecimalNoYesMinimum generated underlying price for RiskGraphUnderlyingPriceRangeMode.ExplicitBounds mode. Must be greater than 0; null for other modes.
MaxDecimalNoYesMaximum generated underlying price for RiskGraphUnderlyingPriceRangeMode.ExplicitBounds mode. Must be greater than Min; null for other modes.
StepfloatNoYesOptional generated-axis price increment for RiskGraphUnderlyingPriceRangeMode.ExplicitBounds mode. The server may increase it to enforce point limits.
PointCountintNoYesRequested generated range sample count. Exact prices and selected leg strikes are additive, so the final returned axis may contain more prices.
IncludePriceslist[Decimal]NoYesExact positive underlying prices to include in addition to the generated range and selected leg strikes. Duplicates are ignored by value.