Package cdm.observable.common.functions
Class CashPriceQuantityNoOfUnitsTriangulation.CashPriceQuantityNoOfUnitsTriangulationDefault
java.lang.Object
cdm.observable.common.functions.CashPriceQuantityNoOfUnitsTriangulation
cdm.observable.common.functions.CashPriceQuantityNoOfUnitsTriangulation.CashPriceQuantityNoOfUnitsTriangulationDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
CashPriceQuantityNoOfUnitsTriangulation
public static class CashPriceQuantityNoOfUnitsTriangulation.CashPriceQuantityNoOfUnitsTriangulationDefault
extends CashPriceQuantityNoOfUnitsTriangulation
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.observable.common.functions.CashPriceQuantityNoOfUnitsTriangulation
CashPriceQuantityNoOfUnitsTriangulation.CashPriceQuantityNoOfUnitsTriangulationDefault -
Field Summary
Fields inherited from class cdm.observable.common.functions.CashPriceQuantityNoOfUnitsTriangulation
filterQuantityByCurrencyExists, filterQuantityByFinancialUnit -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BooleanassignOutput(Boolean success, List<? extends NonNegativeQuantitySchedule> quantity, List<? extends PriceSchedule> price) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> cashPrice(List<? extends NonNegativeQuantitySchedule> quantity, List<? extends PriceSchedule> price) protected BooleandoEvaluate(List<? extends NonNegativeQuantitySchedule> quantity, List<? extends PriceSchedule> price) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> noOfUnits(List<? extends NonNegativeQuantitySchedule> quantity, List<? extends PriceSchedule> price) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> notional(List<? extends NonNegativeQuantitySchedule> quantity, List<? extends PriceSchedule> price) Methods inherited from class cdm.observable.common.functions.CashPriceQuantityNoOfUnitsTriangulation
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
-
CashPriceQuantityNoOfUnitsTriangulationDefault
public CashPriceQuantityNoOfUnitsTriangulationDefault()
-
-
Method Details
-
doEvaluate
protected Boolean doEvaluate(List<? extends NonNegativeQuantitySchedule> quantity, List<? extends PriceSchedule> price) - Specified by:
doEvaluatein classCashPriceQuantityNoOfUnitsTriangulation
-
assignOutput
protected Boolean assignOutput(Boolean success, List<? extends NonNegativeQuantitySchedule> quantity, List<? extends PriceSchedule> price) -
notional
protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> notional(List<? extends NonNegativeQuantitySchedule> quantity, List<? extends PriceSchedule> price) - Specified by:
notionalin classCashPriceQuantityNoOfUnitsTriangulation
-
noOfUnits
protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> noOfUnits(List<? extends NonNegativeQuantitySchedule> quantity, List<? extends PriceSchedule> price) - Specified by:
noOfUnitsin classCashPriceQuantityNoOfUnitsTriangulation
-
cashPrice
protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> cashPrice(List<? extends NonNegativeQuantitySchedule> quantity, List<? extends PriceSchedule> price) - Specified by:
cashPricein classCashPriceQuantityNoOfUnitsTriangulation
-