Class CopyFactoryStrategyComissionScheme


  • public class CopyFactoryStrategyComissionScheme
    extends Object
    CopyFactory strategy commission scheme
    • 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.
    • Constructor Detail

      • CopyFactoryStrategyComissionScheme

        public CopyFactoryStrategyComissionScheme()