Class CopyFactoryStrategyComissionScheme
- java.lang.Object
-
- cloud.metaapi.sdk.clients.copy_factory.models.CopyFactoryStrategyComissionScheme
-
public class CopyFactoryStrategyComissionScheme extends Object
CopyFactory strategy commission scheme
-
-
Field Summary
Fields Modifier and Type Field Description StringbillingPeriodBilling period.doublecommissionRateCommission rate.StringtypeCommission type.
-
Constructor Summary
Constructors Constructor Description CopyFactoryStrategyComissionScheme()
-
-
-
Field Detail
-
type
public String type
Commission type. One of flat-fee, lots-traded, lots-won, amount-traded, amount-won, high-water-mark
-
billingPeriod
public String billingPeriod
Billing period. One of week, month, quater
-
commissionRate
public double commissionRate
Commission rate. Should be greater than or equal to zero if commission type is flat-fee, lots-traded or lots-won, should be greater than or equal to zero and less than or equal to 1 if commission type is amount-traded, amount-won, high-water-mark.
-
-