Package cdm.margin.schedule.functions
Class StandardizedScheduleOptionNotionalAmount
java.lang.Object
cdm.margin.schedule.functions.StandardizedScheduleOptionNotionalAmount
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
StandardizedScheduleOptionNotionalAmount.StandardizedScheduleOptionNotionalAmountDefault
public abstract class StandardizedScheduleOptionNotionalAmount
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(OptionPayout optionPayout) evaluate(OptionPayout optionPayout) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> notionalQuantity(OptionPayout optionPayout) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> strikePrice(OptionPayout optionPayout) 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
-
StandardizedScheduleOptionNotionalAmount
public StandardizedScheduleOptionNotionalAmount()
-
-
Method Details
-
evaluate
- Parameters:
optionPayout-- Returns:
- amount
-
doEvaluate
-
strikePrice
protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> strikePrice(OptionPayout optionPayout) -
notionalQuantity
protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> notionalQuantity(OptionPayout optionPayout)
-