Package cdm.event.common.functions
Class EquityNotionalAmount
java.lang.Object
cdm.event.common.functions.EquityNotionalAmount
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
EquityNotionalAmount.EquityNotionalAmountDefault
public abstract class EquityNotionalAmount
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract BigDecimaldoEvaluate(BigDecimal numberOfSecurities, Price price) evaluate(BigDecimal numberOfSecurities, Price price) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> priceValue(BigDecimal numberOfSecurities, Price price) Methods 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
-
EquityNotionalAmount
public EquityNotionalAmount()
-
-
Method Details
-
evaluate
- Parameters:
numberOfSecurities-price-- Returns:
- equityNotionalAmount
-
doEvaluate
-
priceValue
protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> priceValue(BigDecimal numberOfSecurities, Price price)
-