UpdatePerpetualProduct
No description
type UpdatePerpetualProduct {
quoteName: String!
marginFundingFactor: String!
interestRate: String!
clampLowerBound: String!
clampUpperBound: String!
dataSourceSpecForSettlementSchedule: DataSourceDefinition!
dataSourceSpecForSettlementData: DataSourceDefinition!
dataSourceSpecBinding: DataSourceSpecPerpetualBinding!
}
Fields
UpdatePerpetualProduct.quoteName ● String! non-null scalar
Quote name of the instrument
UpdatePerpetualProduct.marginFundingFactor ● String! non-null scalar
Controls how much the upcoming funding payment liability contributes to party's margin, in the range [0, 1]
UpdatePerpetualProduct.interestRate ● String! non-null scalar
Continuously compounded interest rate used in funding rate calculation, in the range [-1, 1]
UpdatePerpetualProduct.clampLowerBound ● String! non-null scalar
Lower bound for the clamp function used as part of the funding rate calculation, in the range [-1, 1]
UpdatePerpetualProduct.clampUpperBound ● String! non-null scalar
Upper bound for the clamp function used as part of the funding rate calculation, in the range [-1, 1]
UpdatePerpetualProduct.dataSourceSpecForSettlementSchedule ● DataSourceDefinition! non-null object
Data source specification describing the data source for settlement schedule
UpdatePerpetualProduct.dataSourceSpecForSettlementData ● DataSourceDefinition! non-null object
Data source specification describing the data source for settlement
UpdatePerpetualProduct.dataSourceSpecBinding ● DataSourceSpecPerpetualBinding! non-null object
Binding between the data source spec and the settlement data