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