Package cdm.margin.schedule.functions
Class StandardizedScheduleEquityForwardNotionalAmount
java.lang.Object
cdm.margin.schedule.functions.StandardizedScheduleEquityForwardNotionalAmount
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
StandardizedScheduleEquityForwardNotionalAmount.StandardizedScheduleEquityForwardNotionalAmountDefault
public abstract class StandardizedScheduleEquityForwardNotionalAmount
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract BigDecimaldoEvaluate(SettlementPayout settlementPayout) evaluate(SettlementPayout settlementPayout) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> forwardPrice(SettlementPayout settlementPayout) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> notionalQuantity(SettlementPayout settlementPayout) 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
-
StandardizedScheduleEquityForwardNotionalAmount
public StandardizedScheduleEquityForwardNotionalAmount()
-
-
Method Details
-
evaluate
- Parameters:
settlementPayout-- Returns:
- amount
-
doEvaluate
-
forwardPrice
protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> forwardPrice(SettlementPayout settlementPayout) -
notionalQuantity
protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> notionalQuantity(SettlementPayout settlementPayout)
-