BenefitTier
No description
type BenefitTier {
minimumEpochs: Int!
minimumRunningNotionalTakerVolume: String!
referralDiscountFactor: String!
referralRewardFactor: String!
}
Fields
BenefitTier.minimumEpochs ● Int! non-null scalar
The minimum number of epochs the party needs to be in the referral set to be eligible for the benefit
BenefitTier.minimumRunningNotionalTakerVolume ● String! non-null scalar
The minimum running notional for the given benefit tier
BenefitTier.referralDiscountFactor ● String! non-null scalar
The proportion of the referee's taker fees to be discounted
BenefitTier.referralRewardFactor ● String! non-null scalar
The proportion of the referee's taker fees to be rewarded to the referrer
Member of
ReferralProgram object ● UpdateReferralProgram object