Class Qualify_IndexTransition.Qualify_IndexTransitionDefault
java.lang.Object
cdm.event.qualification.functions.Qualify_IndexTransition
cdm.event.qualification.functions.Qualify_IndexTransition.Qualify_IndexTransitionDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.IQualifyFunctionExtension<BusinessEvent>,com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
Qualify_IndexTransition
public static class Qualify_IndexTransition.Qualify_IndexTransitionDefault
extends Qualify_IndexTransition
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.event.qualification.functions.Qualify_IndexTransition
Qualify_IndexTransition.Qualify_IndexTransitionDefault -
Field Summary
Fields inherited from class cdm.event.qualification.functions.Qualify_IndexTransition
filterPrice -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.rosetta.model.lib.mapper.MapperS<Boolean> adjustmentSpreadAdded(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> after(BusinessEvent businessEvent) protected BooleanassignOutput(Boolean is_event, BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TradableProduct> before(BusinessEvent businessEvent) protected BooleandoEvaluate(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<Boolean> floatingRateIndexChanged(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends PriceSchedule> spread(BusinessEvent businessEvent) Methods inherited from class cdm.event.qualification.functions.Qualify_IndexTransition
evaluate, getNamePrefixMethods 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
-
Qualify_IndexTransitionDefault
public Qualify_IndexTransitionDefault()
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classQualify_IndexTransition
-
assignOutput
-
after
protected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> after(BusinessEvent businessEvent) - Specified by:
afterin classQualify_IndexTransition
-
before
protected com.rosetta.model.lib.mapper.MapperC<? extends TradableProduct> before(BusinessEvent businessEvent) - Specified by:
beforein classQualify_IndexTransition
-
floatingRateIndexChanged
protected com.rosetta.model.lib.mapper.MapperS<Boolean> floatingRateIndexChanged(BusinessEvent businessEvent) - Specified by:
floatingRateIndexChangedin classQualify_IndexTransition
-
spread
protected com.rosetta.model.lib.mapper.MapperS<? extends PriceSchedule> spread(BusinessEvent businessEvent) - Specified by:
spreadin classQualify_IndexTransition
-
adjustmentSpreadAdded
protected com.rosetta.model.lib.mapper.MapperS<Boolean> adjustmentSpreadAdded(BusinessEvent businessEvent) - Specified by:
adjustmentSpreadAddedin classQualify_IndexTransition
-