OBJECT
type FeePriceDerived {feeId: Int feeMultiplier: Int feeTypeId: Int amount: Float isAppliedOnce: Boolean deductedFeeAmount: Float agencyNetPrice: Float edvisorNetPrice: Float feeType: FeeType feeNames: [FeeName] # Arguments# languageCode: [Not documented]# languageId: [Not documented]name(languageCode: LanguageEnum, languageId: Int): String feePrices: [FeePrice] promotionFeeDetail: PromotionFeeDetail }