Package cdm.margin.schedule.functions
Class GetGrossInitialMarginFromStandardizedSchedule
java.lang.Object
cdm.margin.schedule.functions.GetGrossInitialMarginFromStandardizedSchedule
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
GetGrossInitialMarginFromStandardizedSchedule.GetGrossInitialMarginFromStandardizedScheduleDefault
public abstract class GetGrossInitialMarginFromStandardizedSchedule
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 GetStandardizedScheduleMarginRateprotected com.rosetta.model.lib.functions.ModelObjectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Money.MoneyBuilderdoEvaluate(StandardizedSchedule standardizedSchedule) evaluate(StandardizedSchedule standardizedSchedule) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> initialMarginRequirement(StandardizedSchedule standardizedSchedule) 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 -
objectValidator
@Inject protected com.rosetta.model.lib.functions.ModelObjectValidator objectValidator -
getStandardizedScheduleMarginRate
-
-
Constructor Details
-
GetGrossInitialMarginFromStandardizedSchedule
public GetGrossInitialMarginFromStandardizedSchedule()
-
-
Method Details
-
evaluate
- Parameters:
standardizedSchedule-- Returns:
- grossInitialMargin
-
doEvaluate
-
initialMarginRequirement
protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> initialMarginRequirement(StandardizedSchedule standardizedSchedule)
-