Skip to main content
Version: testnet (v0.73)

Perpetual

Perpetual future product

type Perpetual {
settlementAsset: Asset!
quoteName: String!
marginFundingFactor: String!
interestRate: String!
clampLowerBound: String!
clampUpperBound: String!
dataSourceSpecForSettlementSchedule: DataSourceSpec!
dataSourceSpecForSettlementData: DataSourceSpec!
dataSourceSpecBinding: DataSourceSpecPerpetualBinding!
}

Fields

Perpetual.settlementAsset ● Asset! non-null object

Underlying asset for the perpetual instrument

Perpetual.quoteName ● String! non-null scalar

Quote name of the instrument

Perpetual.marginFundingFactor ● String! non-null scalar

Controls how much the upcoming funding payment liability contributes to party's margin, in the range [0, 1]

Perpetual.interestRate ● String! non-null scalar

Continuously compounded interest rate used in funding rate calculation, in the range [-1, 1]

Perpetual.clampLowerBound ● String! non-null scalar

Lower bound for the clamp function used as part of the funding rate calculation, in the range [-1, 1]

Perpetual.clampUpperBound ● String! non-null scalar

Upper bound for the clamp function used as part of the funding rate calculation, in the range [-1, 1]

Perpetual.dataSourceSpecForSettlementSchedule ● DataSourceSpec! non-null object

Data source specification describing the data source for settlement schedule

Perpetual.dataSourceSpecForSettlementData ● DataSourceSpec! non-null object

Data source specification describing the data source for settlement

Perpetual.dataSourceSpecBinding ● DataSourceSpecPerpetualBinding! non-null object

Binding between the data source spec and the settlement data

Implemented by

Product union