Class GenerateWeights.GenerateWeightsDefault
java.lang.Object
cdm.observable.asset.calculatedrate.functions.GenerateWeights
cdm.observable.asset.calculatedrate.functions.GenerateWeights.GenerateWeightsDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
GenerateWeights
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.observable.asset.calculatedrate.functions.GenerateWeights
GenerateWeights.GenerateWeightsDefault -
Field Summary
Fields inherited from class cdm.observable.asset.calculatedrate.functions.GenerateWeights
appendToVector, dateDifference, generateWeights, popOffDateList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.rosetta.model.lib.mapper.MapperS<Boolean> protected List<BigDecimal> assignOutput(List<BigDecimal> weights, List<com.rosetta.model.lib.records.Date> weightingDates) protected com.rosetta.model.lib.mapper.MapperS<Integer> protected List<BigDecimal> doEvaluate(List<com.rosetta.model.lib.records.Date> weightingDates) protected com.rosetta.model.lib.mapper.MapperS<com.rosetta.model.lib.records.Date> protected com.rosetta.model.lib.mapper.MapperS<com.rosetta.model.lib.records.Date> protected com.rosetta.model.lib.mapper.MapperC<com.rosetta.model.lib.records.Date> remainingDates(List<com.rosetta.model.lib.records.Date> weightingDates) protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> remainingWeights(List<com.rosetta.model.lib.records.Date> weightingDates) Methods inherited from class cdm.observable.asset.calculatedrate.functions.GenerateWeights
evaluateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.functions.RosettaFunction
toBuilder, toBuilder, toBuilder
-
Constructor Details
-
GenerateWeightsDefault
public GenerateWeightsDefault()
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classGenerateWeights
-
assignOutput
protected List<BigDecimal> assignOutput(List<BigDecimal> weights, List<com.rosetta.model.lib.records.Date> weightingDates) -
active
protected com.rosetta.model.lib.mapper.MapperS<Boolean> active(List<com.rosetta.model.lib.records.Date> weightingDates) - Specified by:
activein classGenerateWeights
-
refDate
protected com.rosetta.model.lib.mapper.MapperS<com.rosetta.model.lib.records.Date> refDate(List<com.rosetta.model.lib.records.Date> weightingDates) - Specified by:
refDatein classGenerateWeights
-
remainingDates
protected com.rosetta.model.lib.mapper.MapperC<com.rosetta.model.lib.records.Date> remainingDates(List<com.rosetta.model.lib.records.Date> weightingDates) - Specified by:
remainingDatesin classGenerateWeights
-
prevDate
protected com.rosetta.model.lib.mapper.MapperS<com.rosetta.model.lib.records.Date> prevDate(List<com.rosetta.model.lib.records.Date> weightingDates) - Specified by:
prevDatein classGenerateWeights
-
diff
protected com.rosetta.model.lib.mapper.MapperS<Integer> diff(List<com.rosetta.model.lib.records.Date> weightingDates) - Specified by:
diffin classGenerateWeights
-
remainingWeights
protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> remainingWeights(List<com.rosetta.model.lib.records.Date> weightingDates) - Specified by:
remainingWeightsin classGenerateWeights
-