Class VectorIndexScalingStoreAdjustmentDefinition

  • All Implemented Interfaces:
    com.activeviam.signoff.adjustments.store.definition.IStoreAdjustmentDefinition, Serializable

    public class VectorIndexScalingStoreAdjustmentDefinition
    extends com.activeviam.signoff.adjustments.store.definition.impl.AUpdateStoreAdjustmentDefinition
    Implementation of PnL vector index scaling definition
    See Also:
    Serialized Form
    • Constructor Detail

      • VectorIndexScalingStoreAdjustmentDefinition

        public VectorIndexScalingStoreAdjustmentDefinition()
      • VectorIndexScalingStoreAdjustmentDefinition

        public VectorIndexScalingStoreAdjustmentDefinition​(String storeName,
                                                           String vectorFieldExpression,
                                                           String vectorField,
                                                           com.qfs.condition.ICondition condition,
                                                           String type,
                                                           double value,
                                                           ArrayList<Integer> indices)
    • Method Detail

      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getValue

        public double getValue()
      • setValue

        public void setValue​(double value)
      • getVectorField

        public String getVectorField()
      • setVectorField

        public void setVectorField​(String vectorField)
      • updateEntries

        public void updateEntries​(Map<String,​Object> valuesMap)
        Specified by:
        updateEntries in interface com.activeviam.signoff.adjustments.store.definition.IStoreAdjustmentDefinition
        Specified by:
        updateEntries in class com.activeviam.signoff.adjustments.store.definition.impl.AUpdateStoreAdjustmentDefinition