LiquidityProviderFeeShare
The equity like share of liquidity fee for each liquidity provider
type LiquidityProviderFeeShare {
party: Party!
equityLikeShare: String!
averageEntryValuation: String!
averageScore: String!
}
Fields
LiquidityProviderFeeShare.party
● Party!
non-null object
The liquidity provider party ID
LiquidityProviderFeeShare.equityLikeShare
● String!
non-null scalar
The share owned by this liquidity provider (float)
LiquidityProviderFeeShare.averageEntryValuation
● String!
non-null scalar
The average entry valuation of the liquidity provider for the market
LiquidityProviderFeeShare.averageScore
● String!
non-null scalar
The average liquidity score
Member of
MarketData
object