Class Qualify_IndexTransition
java.lang.Object
cdm.event.qualification.functions.Qualify_IndexTransition
- All Implemented Interfaces:
com.rosetta.model.lib.functions.IQualifyFunctionExtension<BusinessEvent>,com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
Qualify_IndexTransition.Qualify_IndexTransitionDefault
public abstract class Qualify_IndexTransition
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction, com.rosetta.model.lib.functions.IQualifyFunctionExtension<BusinessEvent>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract com.rosetta.model.lib.mapper.MapperS<Boolean> adjustmentSpreadAdded(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> after(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TradableProduct> before(BusinessEvent businessEvent) protected abstract BooleandoEvaluate(BusinessEvent businessEvent) evaluate(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<Boolean> floatingRateIndexChanged(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends PriceSchedule> spread(BusinessEvent businessEvent) 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
-
filterPrice
-
-
Constructor Details
-
Qualify_IndexTransition
public Qualify_IndexTransition()
-
-
Method Details
-
evaluate
- Specified by:
evaluatein interfacecom.rosetta.model.lib.functions.IQualifyFunctionExtension<BusinessEvent>- Parameters:
businessEvent-- Returns:
- is_event
-
doEvaluate
-
after
protected abstract com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> after(BusinessEvent businessEvent) -
before
protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TradableProduct> before(BusinessEvent businessEvent) -
floatingRateIndexChanged
protected abstract com.rosetta.model.lib.mapper.MapperS<Boolean> floatingRateIndexChanged(BusinessEvent businessEvent) -
spread
protected abstract com.rosetta.model.lib.mapper.MapperS<? extends PriceSchedule> spread(BusinessEvent businessEvent) -
adjustmentSpreadAdded
protected abstract com.rosetta.model.lib.mapper.MapperS<Boolean> adjustmentSpreadAdded(BusinessEvent businessEvent) -
getNamePrefix
- Specified by:
getNamePrefixin interfacecom.rosetta.model.lib.functions.IQualifyFunctionExtension<BusinessEvent>
-