Package cdm.margin.schedule.functions
Class StandardizedScheduleNotional
java.lang.Object
cdm.margin.schedule.functions.StandardizedScheduleNotional
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
StandardizedScheduleNotional.StandardizedScheduleNotionalDefault
public abstract class StandardizedScheduleNotional
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.rosetta.model.lib.functions.ConditionValidatorprotected FXFarLegprotected ProductDeepPathUtilprotected StandardizedScheduleFXSwapNotionalprotected StandardizedScheduleOptionNotionalAmountprotected UnderlierForOptionOrForwardProduct -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract BigDecimaldoEvaluate(Trade trade, StandardizedScheduleAssetClassEnum assetClass, StandardizedScheduleProductClassEnum productClass) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> economicTerms(Trade trade, StandardizedScheduleAssetClassEnum assetClass, StandardizedScheduleProductClassEnum productClass) evaluate(Trade trade, StandardizedScheduleAssetClassEnum assetClass, StandardizedScheduleProductClassEnum productClass) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends NonTransferableProduct> product(Trade trade, StandardizedScheduleAssetClassEnum assetClass, StandardizedScheduleProductClassEnum productClass) 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
-
Field Details
-
conditionValidator
@Inject protected com.rosetta.model.lib.functions.ConditionValidator conditionValidator -
fXFarLeg
-
productDeepPathUtil
-
standardizedScheduleCommodityForwardNotionalAmount
@Inject protected StandardizedScheduleCommodityForwardNotionalAmount standardizedScheduleCommodityForwardNotionalAmount -
standardizedScheduleCommoditySwapFixedFloatNotionalAmount
@Inject protected StandardizedScheduleCommoditySwapFixedFloatNotionalAmount standardizedScheduleCommoditySwapFixedFloatNotionalAmount -
standardizedScheduleEquityForwardNotionalAmount
@Inject protected StandardizedScheduleEquityForwardNotionalAmount standardizedScheduleEquityForwardNotionalAmount -
standardizedScheduleFXSwapNotional
-
standardizedScheduleFXVarianceNotionalAmount
@Inject protected StandardizedScheduleFXVarianceNotionalAmount standardizedScheduleFXVarianceNotionalAmount -
standardizedScheduleMonetaryNotionalFromResolvablePQ
@Inject protected StandardizedScheduleMonetaryNotionalFromResolvablePQ standardizedScheduleMonetaryNotionalFromResolvablePQ -
standardizedScheduleOptionNotionalAmount
-
standardizedScheduleVarianceSwapNotionalAmount
@Inject protected StandardizedScheduleVarianceSwapNotionalAmount standardizedScheduleVarianceSwapNotionalAmount -
underlierForOptionOrForwardProduct
-
-
Constructor Details
-
StandardizedScheduleNotional
public StandardizedScheduleNotional()
-
-
Method Details
-
evaluate
public BigDecimal evaluate(Trade trade, StandardizedScheduleAssetClassEnum assetClass, StandardizedScheduleProductClassEnum productClass) - Parameters:
trade-assetClass-productClass-- Returns:
- notional
-
doEvaluate
protected abstract BigDecimal doEvaluate(Trade trade, StandardizedScheduleAssetClassEnum assetClass, StandardizedScheduleProductClassEnum productClass) -
product
protected abstract com.rosetta.model.lib.mapper.MapperS<? extends NonTransferableProduct> product(Trade trade, StandardizedScheduleAssetClassEnum assetClass, StandardizedScheduleProductClassEnum productClass) -
economicTerms
protected abstract com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> economicTerms(Trade trade, StandardizedScheduleAssetClassEnum assetClass, StandardizedScheduleProductClassEnum productClass)
-