Skip to main content

LeverageRule

A single leverage rule — applies a leverage value when condition is met.

type LeverageRule {
id: String!
condition: ConditionNodeJSON
leverage: ConditionNodeJSON!
priority: Int!
label: String
disabled: Boolean!
}

Fields

LeverageRule.id ● String! non-null scalar

LeverageRule.condition ● ConditionNodeJSON scalar

LeverageRule.leverage ● ConditionNodeJSON! non-null scalar

LeverageRule.priority ● Int! non-null scalar

LeverageRule.label ● String scalar

LeverageRule.disabled ● Boolean! non-null scalar

Member Of

LeverageConfig object