Skip to main content

SimulationMethodOption

A Monte Carlo simulation method option

type SimulationMethodOption {
value: String!
label: String!
description: String!
}

Fields

SimulationMethodOption.value ● String! non-null scalar

Method identifier used in SimulationConfigInput (e.g. "trade_shuffle")

SimulationMethodOption.label ● String! non-null scalar

Human-readable display name (e.g. "Trade Shuffle")

SimulationMethodOption.description ● String! non-null scalar

What the method does and when to use it

Member Of

SimulationMetadata object